Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / src / kernel / context / ContextSwapped.hpp
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-04-30 Arnaud GierschAsan sometimes chokes on RUNNING_ON_VALGRIND. Workaroun...
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-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
2020-03-05 Martin Quinsonallow to specify the stack size on a per-actor basis
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 GierschAdd fiber annotations for TSan.
2020-01-16 Arnaud GierschMove ASan related instructions around context swapping...
2020-01-16 Arnaud GierschMove smx_ctx_wrapper from ContextUnix to ContextSwapped.
2020-01-16 Arnaud GierschDefine and use SwappedContext::verify_previous_context().
2020-01-16 Arnaud GierschDefine and use ContextSwapped::get_stack_bottom() to...
2020-01-16 Arnaud GierschMake field 'SwappedContext::worker_context_' private.
2020-01-16 Arnaud GierschField 'SwappedContext::factory_' becomes a reference.
2020-01-09 Arnaud GierschNoreturn annotations in contexts.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-23 Arnaud GierschDefault ctor is good enough.
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-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-23 Arnaud GierschUseless include.
2019-05-21 Arnaud GierschSave worker's context directly in TLS.
2019-03-12 Arnaud GierschSave valgrind_stack_id in a private field.
2019-03-10 Arnaud GierschMake SwappedContext::parmap_ a std::unique_ptr.
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-03-06 Arnaud Giersch[sonar] Use unsigned char* for context stacks.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
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 QuinsonIn C++, classes don't need a name because they have...
2019-01-20 Martin Quinsonthread_local fields must be static, no need to move...
2019-01-20 Martin Quinsons/process/actor/ A lot remains TBD about it
2019-01-20 Martin QuinsonFix a race condition in SwappedCtx parallel exec
2019-01-08 Martin Quinsonobey sonar and make SwappedContext::stack_ private
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-07 Martin Quinsondo not break sequential execution while fixing parallel...
2019-01-07 Martin QuinsonFix a race condition
2019-01-06 Martin Quinsonplease sonar, add 'explicit'
2019-01-06 Martin Quinsonfactorize where seq_runall and par_runall save maestro...
2019-01-06 Martin Quinsonchange static fields in SwappedCtx into regular fields...
2019-01-06 Martin QuinsonCosmetics in contexts
2019-01-06 Martin Quinsonmove a static field of SwappedContext into SwappedConte...
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