Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
comestics in src/kernel
[simgrid.git] / src / kernel / context / Context.cpp
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Martin QuinsonRename StopRequest into ForcefulKillException to contri...
2019-02-18 Frederic Suterobjectify simix timers.
2019-02-17 Frederic Suterlate modification wasn't tested, former was better
2019-02-17 Frederic SuterSIMIX_process_cleanup becomes ActorImpl::Cleanup
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-13 Arnaud GierschChange some calls to get_cname to calls to get_name.
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-11 Arnaud GierschDon't set field twice.
2019-01-28 Martin QuinsonOnly unregister the kill timer once, in maestro context
2019-01-26 Martin QuinsonProperly call Actor::on_destruction() in maestro context
2019-01-26 Martin Quinsoninline a function
2019-01-26 Martin Quinsonno need to remove the killed actor from canceled comm...
2019-01-26 Martin Quinsonrefcounting on the src and dst actors of a comm
2019-01-26 Martin QuinsonThe pimpl of s4u objects is const
2019-01-26 Martin Quinsonalways cancel the comms of killed actors in the context...
2019-01-26 Martin QuinsonAlways call process_on_exit in the actor context
2019-01-25 Arnaud GierschChange helper functions to static methods of StopRequest.
2019-01-25 Arnaud GierschMove StopRequest out of Context.
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-24 Arnaud GierschRemove useless 2nd parameter "catch_block" for try_n_ca...
2019-01-23 Arnaud GierschDefine helper functions to use Context::StopRequest...
2019-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-22 Martin QuinsonSimplify the actor answer to iwannadie
2019-01-22 Martin Quinsonstep by step cleanup. This code drives me nuts
2019-01-20 Martin Quinsonbools are not ints anymore
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-16 Martin Quinsoncosmetics
2019-01-15 Martin Quinsoncleanups around the actor terminaison
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-05 Martin Quinsonmake SIMIX_context_self() useless and use Context:...
2019-01-05 Martin Quinsonmove ContextFactory::self() into Context::self() and...
2019-01-05 Martin QuinsonInline SIMIX_context_get_current()
2018-11-12 Martin QuinsonContext creation: Fix one OOP design issue
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-09-02 Martin Quinsonjava: cosmetics
2018-08-29 Martin QuinsonProperly kill the context on HostFailureException
2018-08-26 Martin QuinsonNot sure of why it helps now
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-05-12 Martin Quinsonrename simix::kernelImmediate into simix::simcall
2018-05-03 Arnaud GierschModernize simcall process_cleanup.
2018-04-26 Arnaud GierschFix more Doxygen warnings.
2018-04-08 Arnaud GierschUpdate copyright headers.
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-24 Martin Quinsonthis header file is much less interesting now that...
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-08 Martin Quinsondo not load internal_config.h from mc.h
2017-05-05 Martin Quinsonprefix all macro defined in public simgrid_config.h...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-14 Martin Quinsonrename smx_process_t to smx_actor_t
2016-08-14 Martin Quinsonsonar cleanups
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-08-01 Martin Quinsonmake SIMIX_context_runall() trivial so that its content...
2016-08-01 Martin Quinsonuseless cosmetics
2016-08-01 Martin Quinsonremove a useless dirty hack for SMPI+MSG
2016-08-01 Martin QuinsonPopulate the kernel::context namespace and continue...
2016-08-01 Martin Quinsonpopulate the kernel/context directory