Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factorize some of the ASAN_ONLY code.
[simgrid.git] / src / kernel / context / ContextBoost.cpp
2019-01-21 Arnaud GierschFactorize some of the ASAN_ONLY code.
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-09 Arnaud GierschField SwappedContext::stack_ became private, use get_st...
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 GierschFix build with ASan (s/from/this/).
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
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 QuinsonKill the now useless ParallelRawContext and ParallelBoo...
2019-01-06 Martin QuinsonCosmetics in contexts
2019-01-06 Martin QuinsonIntroduce a SwappedContextFactory to further reduce...
2019-01-06 Martin Quinsoncontext: rewrite some comments, and useless cosmetics
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-05 Martin Quinsonmake SIMIX_context_self() useless and use Context:...
2019-01-05 Martin Quinsonmove ContextFactory::self() into Context::self() and...
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-13 Martin QuinsonMerge branch 'master' into master
2018-08-29 Martin Quinsonplease sonar on rethrow
2018-08-29 Martin QuinsonDisplay a msg when contexts are killed by uncatched...
2018-08-29 Martin QuinsonProperly kill the context on HostFailureException
2018-07-18 Martin Quinsonreimplement the parallel contextes with C++11 w/o xbt_o...
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-30 Arnaud GierschFix context/context_ mismatches.
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-10 Arnaud GierschDeclare fake_stack only with ASan.
2018-06-10 Arnaud GierschRename ASAN_EVAL to ASAN_ONLY, and kill ASAN_ASSERT.
2018-06-10 Arnaud GierschBoost contexts: add an assert checking that we don...
2018-06-10 Arnaud GierschContexts: move asan support in separate header.
2018-06-10 Arnaud GierschClang-6.0 wants initialization.
2018-04-12 Martin Quinsonfix boost-context builds
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-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-22 Arnaud GierschCosmetics.
2017-10-21 Arnaud GierschContextBoost: destroy key.
2017-10-21 Arnaud GierschContextBoost: move logic from factory to contexts.
2017-10-21 Arnaud GierschContextBoost: move static fields where they belong to.
2017-10-21 Arnaud GierschContextBoost: make maestro_context_ private.
2017-10-21 Arnaud GierschContextBoost: move parallel_ from BoostContext to Boost...
2017-10-21 Arnaud GierschContextBoost: cleanup in includes and cosmetic moves...
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 GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-28 Arnaud GierschBoost contexts: inform ASan about context switches.
2017-09-28 Arnaud GierschAlign top of stacks to a multiple of 16.
2017-09-23 Arnaud GierschMore cleanup in contexts' stop().
2017-09-22 Arnaud GierschDerive custom exception from std::exception.
2017-09-22 Arnaud GierschImprove context termination.
2017-09-13 Arnaud GierschDelay creation of parmap for boost contexts too.
2017-09-12 Arnaud GierschContextBoost: add support for Boost versions above...
2017-09-12 Arnaud GierschContextBoost: useless initialization.
2017-09-12 Arnaud GierschContextBoost: define helper function for jump_fcontext.
2017-09-12 Arnaud GierschContextBoost: use BOOST_VERSION instead of simgrid...
2017-09-12 Arnaud GierschContextBoost: use C++ style casts.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschUse std::vector instead of dynar in simix_global (proce...
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-15 Frederic Sutermostly cosmetics
2017-02-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-27 Frederic Suterplease sonar
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 Quinsonmake SIMIX_context_runall() trivial so that its content...
2016-08-01 Martin QuinsonPopulate the kernel::context namespace and continue...
2016-08-01 Martin Quinsonpopulate the kernel/context directory