Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
small simplifications around simcalls
[simgrid.git] / src / kernel /
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
2019-05-31 Martin Quinsoncleanup after the split of kernel/resource/profile...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-23 Arnaud GierschUseless include.
2019-05-21 Arnaud GierschSave worker's context directly in TLS.
2019-05-19 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-19 Frederic Suterplease sonar, pass parameters to lambda
2019-05-18 Arnaud GierschDeobfuscation.
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-05-17 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-07 Frederic Sutercosmetics: make more fields private
2019-05-03 Arnaud GierschRename fields to follow coding syle and unshadow from...
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-05-02 Arnaud GierschUpdate URLs (FG #1).
2019-04-25 Arnaud GierschFix again FG #11 (mixing daemonize and auto-restart).
2019-04-24 Arnaud GierschField seems unused since 10 years at least.
2019-04-24 Arnaud GierschClear the 'on_exit' vector when the actor doesn't have...
2019-04-24 Arnaud GierschFix 'on_exit' preservation which failed when auto_resta...
2019-04-24 Arnaud GierschPreserve on_exit funcions between restarts.
2019-04-19 Arnaud GierschUse default destructor for resource::Model.
2019-04-19 Arnaud GierschRemove empty functions
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Arnaud GierschRevert "Inline Context::self()."
2019-04-18 Arnaud GierschDefine PropertyHolder::set_properties.
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-17 Arnaud GierschCosmetics.
2019-04-17 Arnaud GierschInline Context::self().
2019-04-17 Arnaud Giersch[sonar] clean_action() called from destructor should...
2019-04-16 Arnaud GierschDon't make exception on timeout.
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for routing/Dragonfly...
2019-04-15 degommeDon't explode here, as flatifier may try exactly to...
2019-04-13 Frederic Suterplease sonar: replace void* by unsigned char* for raw...
2019-04-12 Yann DuplouyComply with clang-format rules
2019-04-12 Yann DuplouySplitting trace_mgr into a file per class
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Arnaud GierschWith a std::map, entries are already sorted by their...
2019-04-11 Frederic Suterplease sonar (protected fields) and coding standards...
2019-04-10 Arnaud GierschSimplify deprecated function.
2019-04-08 Frederic Suterugly typo ...
2019-04-08 Frederic Suterfurther simplify throw_exception
2019-04-08 Frederic Sutersimplify throw_exception
2019-04-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic Sutersimplify
2019-04-05 Frederic Sutersimplify terminaison of activities in Actor::exit()
2019-04-05 Frederic Suterfactor simcall/activity binding
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
next