Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid copying data if it comes from/to a shared buffer, even internally.
[simgrid.git] / src / kernel /
2019-11-24 Arnaud GierschUnused stuff.
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-18 Martin Quinsonhandle flexer errors within the parsing module
2019-11-18 Martin QuinsonParse errors now raise a simgrid::ParseError that you...
2019-11-14 Frederic Suterstore kernel-level objects in EngineImpl
2019-11-13 Frederic Sutermake piface_ private and have get_iface() everywhere
2019-11-11 Frederic Suterdeprecate a couple of SIMIX functions
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-04 Frederic Suterreplace SIMIX_process_count by simgrid_get_actor_count
2019-11-03 Frederic Suteruser data doesn't have to be stored at kernel level
2019-11-02 Arnaud GierschCosmetics.
2019-11-02 Arnaud GierschReduce number of direct accesses to simix_global.
2019-10-24 Frederic Sutermake HostImpl::actor_list_ private
2019-10-24 Frederic Sutersome process to actor renaming
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-22 Frederic Sutermake host's pimpl_netpoint private
2019-10-20 Arnaud GierschFix misspelling of "occurring".
2019-10-20 Arnaud GierschSpell check.
2019-10-16 Frederic Sutercosmetics
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
2019-10-11 Arnaud GierschUndeprecate SIMIX_process_self_{get,set}_data.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonMerge similar signals, and other cleanups
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Frederic SuterMerge branch 'master' into disk
2019-09-19 Frederic SuterMerge branch 'master' into disk
2019-09-17 Frederic SuterMerge branch 'master' into disk
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-13 Martin Quinsontry to reduce the memory consistency requirements in...
2019-09-11 Frederic SuterMerge branch 'master' into disk
2019-09-11 Frederic Suterenable remote copy and move for disks
2019-09-10 Frederic SuterMerge branch 'master' into disk
2019-09-10 Frederic Suterneed to delay signal after properties are set
2019-09-09 Frederic Sutersimplify disk management
2019-09-06 Frederic SuterMerge branch 'master' into disk
2019-09-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-05 Frederic Suterno more need to pass issuer to suspend
2019-09-04 Frederic SuterMerge branch 'master' into disk
2019-09-04 Frederic Suterplug leak
2019-09-03 Frederic Suterworking implementation of storage on disks
2019-09-02 Frederic Suterstart implementing what is behind the new <disk> tag
2019-09-01 Martin Quinsonmodernize our C++
2019-08-15 Martin Quinsonsmall comments improvements around a complex code
2019-08-15 Martin Quinsoncode simplification + replace a FIXME with an assert
2019-08-15 Martin Quinsonsmall simplifications around simcalls
2019-08-15 Martin Quinsonsmall logic simplification
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-15 Martin Quinsontransparent cleanups around simcalls mechanism
2019-08-15 Martin Quinsonmove the simcall template to the kernel::actor namespace
2019-08-13 Frederic Suterprotect accesses to cnst->cnst_light_
2019-08-10 Martin QuinsonPort simcall_process_suspend to the modernity
2019-08-10 Martin Quinsonconvert simcall_process_sleep to modernity
2019-08-09 Martin Quinsonport a blocking simcall to the modernity
2019-08-09 Martin Quinsonsmall simplification
2019-08-09 Martin Quinsonintroduce a simcall_blocking(), and improve the comments
2019-08-09 Martin Quinsonconvert SIMIX_simcall_answer() into ActorImpl::simcall_...
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-08-08 Martin Quinsonnamespacify a global function of SIMIX
2019-08-02 Martin Quinsonforcefully kill exiting actors even if their host is...
2019-08-02 Martin Quinsonrun Actor::on_destruction even if the actor was killed...
2019-08-02 Martin QuinsonNew signal: Actor::on_termination (when its code termin...
2019-08-01 Martin QuinsonActor: make the refcount observable, and improve debug...
2019-08-01 Martin QuinsonActor::by_pid: also search through the dead actors
2019-08-01 Martin QuinsonActorImpl: postpone the on_destroy signal to the destructor
2019-07-24 Martin Quinsoninline a function
2019-07-09 Loic GueganWifi model interface:
2019-07-04 Loic GueganMerge branch 'master' of framagit.org:simgrid/simgrid
2019-07-04 Arnaud GierschJust keep the same exception_ptr (no copy).
2019-07-02 Arnaud GierschRename simgrid::TimeoutError to simgrid::TimeoutException.
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-07-02 Arnaud GierschThrow std::invalid_argument.
2019-07-02 Arnaud GierschReplace some calls to THROWF.
2019-06-27 Arnaud GierschCorrectly terminate a Comm which is failing immediately.
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-19 Loic GueganMerge branch 'master' of framagit.org:simgrid/simgrid
2019-06-19 Loic Gueganlmm tests:
2019-06-18 Martin Quinsondefaults values to lmm::System::variable_new
2019-06-14 Arnaud GierschAdd method to free all variables at once.
2019-06-14 Arnaud GierschThis void* for Constraint::id_ is a Resource*.
2019-06-14 Arnaud GierschFix null pointer dereference.
2019-06-14 Martin Quinsonkill dead code
2019-06-05 Martin QuinsonLMM: rename sharing_weight into sharing_penalty for...
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-06-04 Martin QuinsonHide the destructor of resource::Model
2019-06-04 Martin Quinsonsonar: kill unused parameter
2019-06-03 Martin Quinsonlmm: cosmetics in documentation (reduce redundency)
2019-06-03 Martin Quinsonfinish the removal of lagrange-related things
2019-06-03 Martin Quinsonlmm: rename some fields for clarity
2019-06-03 Martin QuinsonRemove the lagrange-based models
2019-06-03 Martin Quinsonlmm::{Variable,Constraint}: Obey our coding conventions...
2019-05-31 Martin Quinsonrename a file
2019-05-31 Martin Quinsonfix build on stable debian
2019-05-31 Martin Quinsonfix make dist, stupid f*** bummer
next