Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce a class mc::SimcallInspector, that allows MC to learn about the ongoing...
[simgrid.git] / src / simix /
2019-08-15 Martin QuinsonIntroduce a class mc::SimcallInspector, that allows...
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-15 Martin Quinsonstart to make generic simcalls observable from the MC
2019-08-15 Martin Quinsontransparent cleanups around simcalls mechanism
2019-08-15 Martin Quinsonmove the simcall template to the kernel::actor namespace
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 Quinsonconvert SIMIX_simcall_answer() into ActorImpl::simcall_...
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-08-02 Martin Quinsonimprove debug msg
2019-08-01 Martin QuinsonActor: make the refcount observable, and improve debug...
2019-07-24 Martin Quinsoninline a function
2019-07-24 Martin Quinsoncosmetic to make the code easier to read
2019-07-03 Arnaud Giersch[sonar] Move all #include directives before any code...
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-07-02 Arnaud GierschThrow std::invalid_argument.
2019-07-02 Arnaud GierschCosmetics: improve indentation.
2019-07-02 Arnaud GierschJust let the exception flow.
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-09 Martin Quinsoncleanups in the debug config items
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-05-03 Arnaud Giersch[sonar] Add attribute "noreturn" to non-returning funct...
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Arnaud GierschTypo.
2019-04-17 Arnaud GierschMethods of simix::Global have direct access to their...
2019-04-13 Frederic Suterplease sonar: replace void* by unsigned char* for raw...
2019-04-10 Arnaud GierschSimplify deprecated function.
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 Suterobjectify SIMIX_execute_tasks
2019-04-05 Frederic Suterget rid fo SIMIX_simcall_exit
2019-04-04 Arnaud Giersch[codacy] Don't use assert for error checking.
2019-04-04 Arnaud GierschDeclare log category where it is actually used.
2019-04-03 Arnaud GierschFix the fixme the obvious way.
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic Sutersimcall_comm_test returns a bool too
2019-04-03 Frederic Sutersimcall_execution_test returns a bool not a state
2019-04-03 Frederic Suterlook for ActorImpl at its new location
2019-04-02 Frederic SuterSave a cast per action completion
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschFix memleaks when exiting early (e.g. with --help or...
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 Arnaud GierschAdd bool for simcall parameters.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-03-28 Frederic Suterrework ExecImpl to have a single start() method
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 Frederic Sutertry to clean and uniformize Activity Impls
2019-03-27 Frederic Suteruse setters
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-17 Martin Quinsonautopep8 --max-line-length 120 -i --aggressive `find...
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud GierschTidying simix::Timer.
2019-03-13 Arnaud GierschActivate assert when debug log is active.
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-10 Arnaud GierschMake ActorImpl::context_ a std::unique_ptr.
2019-03-09 Arnaud GierschCosmetics around std::unique_ptr.
2019-03-08 Arnaud GierschRelease memory after last use only.
2019-03-08 Arnaud GierschUse references for callback parameters of on_exit().
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-03-08 Arnaud GierschFix null pointer dereference.
2019-03-08 Frederic Suterhopefully fix most issues. thx agier for spotting the...
2019-03-07 Frederic Suterpoor damage control for tonight only
2019-03-07 Frederic SuterSplit the behavior of ActorImpl::create
2019-03-06 Arnaud Giersch[sonar] Use unsigned char* for context stacks.
2019-03-06 Arnaud GierschDeprecate some functions.
2019-03-06 Frederic Suterremove or deprecate now useless code
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Martin QuinsonRename StopRequest into ForcefulKillException to contri...
2019-03-01 Arnaud GierschUse specialized vector::swap.
2019-03-01 Frederic SuterYell when there is an exception, not when there isn't
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschRemove dead code after exception throw.
2019-02-26 Frederic Suterfix (#324)
2019-02-23 Frederic Suterplay with (parallel) execs. still not satisfying
2019-02-22 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-02-22 Arnaud GierschFix build error with mingw.
2019-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutermove a function to a righter place
2019-02-20 Frederic Suterprevent segfault when DEBUG is activated
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_waitany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_testany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall io_wait.
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
next