Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / src / kernel / context / ContextUnix.hpp
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-16 Arnaud GierschMove ASan related instructions around context swapping...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutercosmetics (less SIMIX, more kernel)
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-18 Arnaud GierschMake create_context return the real type.
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-02-17 Frederic SuterSIMIX_process_cleanup becomes ActorImpl::Cleanup
2019-01-21 Arnaud GierschFactorize some of the ASAN_ONLY code.
2019-01-20 Martin Quinsoncosmetics in UCtx: hide one internal function and inlin...
2019-01-20 Martin QuinsonIn C++, classes don't need a name because they have...
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-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-06 Martin Quinsonchange static fields in SwappedCtx into regular fields...
2019-01-06 Martin Quinsonmerge ParallelUContext into SwappedContext, that can...
2019-01-06 Martin QuinsonCosmetics in contexts
2019-01-06 Martin QuinsonIntroduce a SwappedContextFactory to further reduce...
2019-01-05 Martin QuinsonMove Parallel{Boost,Raw,U}Context::{initialize,finalize...
2019-01-05 Martin Quinsonfurther cleanups in contexts
2019-01-05 Martin QuinsonChange a subclass into a superclass around contexts
2019-01-04 Martin QuinsonFurther code simplifications now that the Thread contex...
2019-01-04 Martin Quinsontrack some remaining CamelCase deep inside the context...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-24 Arnaud GierschCosmetic rename.
2018-07-18 Martin Quinsonreimplement the parallel contextes with C++11 w/o xbt_o...
2018-06-10 Arnaud GierschSysv contexts: add Asan instrumentation.
2018-06-10 Arnaud GierschSysv contexts: remove useless indirection.
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-29 Arnaud GierschUse C++ atomic instead of compiler builtins.
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-24 Arnaud GierschRename method to avoid false positive with sonar.
2017-10-23 Arnaud GierschContextUnix: reorganize like Boost and Raw contexts.
2017-10-22 Arnaud GierschContextUnix: add header file with class definitions.