Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sthread_inside_simgrid static into libsthread in the (vain) hope that it'll...
[simgrid.git] / src / kernel / context / Context.cpp
2022-06-27 Martin QuinsonMake sthread_inside_simgrid static into libsthread...
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-26 Martin Quinsonmake sthread work out of MC build trees
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Arnaud GierschMake factory_initializer a static member of ContextFactory.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-03-12 Martin QuinsonSimplify the Context::stop() and reduce duplication
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin QuinsonBetter split between the cleanups from self and the...
2022-02-28 Martin QuinsonMore information on actor death in monkey's test case
2022-02-16 Arnaud GierschUse type 'bool' for boolean variables.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-22 Martin QuinsonImplement a (cheap) ActorImpl::is_maestro()
2021-11-09 SUTER Fredericrename log category from simix_context to ker_context
2021-10-06 SUTER Fredericmodernize some SIMIX functions
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Arnaud GierschUseless complication.
2021-02-18 Arnaud GierschCope with non-const SIGSTKSZ.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-16 Arnaud GierschMove global variables to class Context.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-07-24 Martin Quinsoninline a function
2019-04-18 Arnaud GierschRevert "Inline Context::self()."
2019-04-17 Arnaud GierschInline Context::self().
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-18 Arnaud GierschAvoid deprecated type alias.
2019-03-14 Martin Quinsonfurther let the actor clean for itself
2019-03-14 Martin Quinsoncleaning the actor twice seems somewhat overplayed
2019-03-14 Martin Quinsonlet the actor clean for itself
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...
next