Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / kernel / context / ContextUnix.cpp
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-07-30 Martin QuinsonMC further cleanups (let it compile, this time)
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-11-09 SUTER Fredericrename log category from simix_context to ker_context
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 Fredericget rid of simix_global and smx_private.hpp
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-04-01 Arnaud GierschUse the object copied as operand for sizeof.
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-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
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 GierschUsing extern "C" does not prevent name mangling for...
2020-01-09 Arnaud GierschNoreturn annotations in contexts.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-06-04 Martin Quinsonsonar: kill unused parameter
2019-04-08 Frederic Suterugly typo ...
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-12 Arnaud GierschSave valgrind_stack_id in a private field.
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Martin QuinsonRename StopRequest into ForcefulKillException to contri...
2019-02-17 Frederic SuterSIMIX_process_cleanup becomes ActorImpl::Cleanup
2019-01-25 Arnaud GierschMove StopRequest out of Context.
2019-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-22 Arnaud GierschAvoid to call Context::stop() again when a StopRequest...
2019-01-21 Arnaud GierschFactorize some of the ASAN_ONLY code.
2019-01-21 Arnaud GierschCosmetics.
2019-01-21 Martin QuinsonTry to make a symbol easier to find for MC on exotic...
2019-01-20 Martin Quinsonctx: move some bits to a private header and reduce...
2019-01-20 Martin Quinsoncosmetics in UCtx: hide one internal function and inlin...
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-09 Martin QuinsonFix MC builds
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 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-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 GierschSysv contexts: add Asan instrumentation.
2018-06-10 Arnaud GierschSysv contexts: remove useless indirection.
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Arnaud GierschRename instr_interface.h and mc_ignore.h to .hpp.
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 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-23 Arnaud GierschContextUnix: reorganize like Boost and Raw contexts.
2017-10-22 Arnaud GierschContextUnix: add header file with class definitions.
2017-10-22 Arnaud GierschSonar smell.
2017-10-22 Arnaud GierschContextUnix: remove variadic function.
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-19 Arnaud GierschTiny cleanups in ContextUnix.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
next