Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
[simgrid.git] / src / kernel / context / Context.hpp
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
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-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
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 GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-30 Martin Quinsondocument a class
2017-09-30 Martin Quinsonadd some bits of the commit log into the code comments
2017-09-29 Arnaud GierschRevert "Derive custom exception from std::exception."
2017-09-28 Arnaud GierschAlign top of stacks to a multiple of 16.
2017-09-22 Arnaud GierschDerive custom exception from std::exception.
2017-09-22 Arnaud GierschImprove context termination.
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 GierschMake symbols public.
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Frederic Sutercosmetics
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschUse C++ style includes when available.
2017-07-05 Martin Quinsonthis header is C++ only
2017-03-08 Frederic Suterremove unnecessary access specifiers
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin QuinsonCleanups
2017-02-17 Frederic Suterxbt_fifo are no longer used, remove the code
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-14 Martin Quinsonsonar cleanups
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-08-01 Martin Quinsonvery preliminary cleanups in the contextes
2016-08-01 Martin Quinsonmake SIMIX_context_runall() trivial so that its content...
2016-08-01 Martin Quinsonfix java builds
2016-08-01 Martin Quinsonremove a useless dirty hack for SMPI+MSG
2016-08-01 Martin QuinsonPopulate the kernel::context namespace and continue...