Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel / context / ContextThread.hpp
2023-01-12 Martin QuinsonRemove Java bindings. They are not updated since maybe...
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
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-12 Martin QuinsonSimplify the Context::stop() and reduce duplication
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-22 Martin QuinsonImplement a (cheap) ActorImpl::is_maestro()
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-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-09 Arnaud GierschNoreturn annotations in contexts.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-22 Arnaud GierschKill useless field 'parallel_' in context factories.
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutercosmetics (less SIMIX, more kernel)
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-03-06 Arnaud GierschUse real pointer type for context wrappers.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-17 Frederic SuterSIMIX_process_cleanup becomes ActorImpl::Cleanup
2019-01-23 Arnaud GierschImprove process termination in Java world.
2019-01-20 Martin Quinsons/process/actor/ A lot remains TBD about it
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-16 Arnaud GierschDrop xbt_os_mutex_* functions.
2019-01-15 Martin QuinsonImplement thread factory with std::thread, and cleanups
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 Quinsonunify how threaded and parallelisable context factories...
2019-01-04 Martin QuinsonIntroduce a portable xbt::OsSemaphore using C++11 threads
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-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-09-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-03 Martin Quinsontry to fix windows builds
2018-09-03 Martin QuinsonSomehow fix the killing of actors in Java
2018-08-29 Martin QuinsonProperly kill the context on HostFailureException
2018-07-18 Martin Quinsonsnake_case simix::contextes
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-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-24 Arnaud GierschAdd comment in empty method body.
2017-10-24 Arnaud GierschContextThread: define {Serial,Parallel}ThreadContext...
2017-10-23 Arnaud GierschThreadContext: wrapper and maestro_wrapper are nearly...
2017-10-23 Arnaud GierschThreadContext: define yield(), and use yield()/start...
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-22 Arnaud GierschImprove context termination.
2017-03-08 Frederic Suterremove unnecessary access specifiers
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-01 Martin QuinsonPopulate the kernel::context namespace and continue...
2016-08-01 Martin Quinsonpopulate the kernel/context directory