Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel / context /
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-05 Martin QuinsonThere is too much boost include to protect, disable...
2023-11-05 Martin QuinsonFix gcc builds
2023-11-05 Martin QuinsonTry to survive to undefined preprocessor symbols
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-21 Martin QuinsonLet the xbt_log module register its finalizer itself
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonKill src/include
2023-02-17 Martin Quinsonmove the models to the right directory (empty src/surf...
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Arnaud GierschDefine context related globals as static members of...
2023-01-16 Martin QuinsonKill a parameter that was always nullptr
2023-01-12 Martin QuinsonRemove Java bindings. They are not updated since maybe...
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-12 Arnaud GierschRemove redundant guard.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-07-30 Martin QuinsonMC further cleanups (let it compile, this time)
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
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-06-25 Martin Quinsontentative of implementing pthread_join, and to ensure...
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-14 Arnaud GierschMark smx_actor_t as deprecated.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonSimplify parameter passing between EngineImpl and Conte...
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-12 Martin QuinsonCosmetics in ActorImpl
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-02-10 Arnaud Giersch[pvs] Don't let members uninitialized.
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-24 Martin QuinsonDo not attempt to compile raw contextes when HAVE_RAW_C...
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
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 Fredericmove context_mod_init to EngineImpl
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
2021-09-15 SUTER Fredericmove maestro to EngineImpl. breaks a unit-test
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-05-31 Arnaud GierschA few more 'const'.
2021-05-26 SUTER Fredericmake simix_global->maestro_ private
2021-05-26 SUTER Fredericprepare transition of context_factory: make it private
2021-05-21 SUTER Fredericmigrate actors_to_run and actors_that_ran to EngineImpl
2021-04-30 Arnaud GierschAsan sometimes chokes on RUNNING_ON_VALGRIND. Workaroun...
2021-04-27 Arnaud GierschThe header <typeinfo> must be included before using...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-29 Arnaud GierschMove xbt_modinter.h to src/include/xbt/.
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-20 Arnaud GierschDrop simgrid::xbt::demangle and use boost::core::demang...
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-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-16 Arnaud GierschForgotten guard.
2020-10-16 Arnaud GierschMove global variables to class Context.
2020-10-15 Arnaud Giersch[sonar] Replace some C-style arrays.
2020-10-13 Arnaud GierschRemove useless type aliases.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
2020-10-05 Arnaud GierschMore uses of std::make_unique.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/kernel/.
2020-04-01 Arnaud GierschUse the object copied as operand for sizeof.
2020-03-09 Arnaud GierschPlease sonar.
2020-03-05 Martin Quinsonallow to specify the stack size on a per-actor basis
2020-03-03 Martin Quinsonclose gforge bug 18137 (allow different stack sizes...
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-16 Arnaud GierschAdd fiber annotations for TSan.
2020-01-16 Arnaud GierschMove ASan related instructions around context swapping...
2020-01-16 Arnaud GierschUse smx_ctx_wrapper for boost and raw contexts.
next