Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused field.
[simgrid.git] / src / msg / msg_private.hpp
2018-07-10 Arnaud GierschKill unused field.
2018-07-09 Martin Quinsonpartially stringify s4u::Actor
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-29 Christian Heinrich[SIMIX] Move std::function<void()> to simgrid::simix...
2018-06-10 Martin Quinsonuse unordered_maps to store properties
2018-05-18 Frederic Suterunsecure commit
2018-04-18 Arnaud GierschConvert some config flags to C++ API.
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove useless extern "C" from msg_private.hpp.
2018-03-28 Arnaud GierschReturn value is useless (always 1).
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Frederic Sutermake tracing less tightly coupled to MSG
2018-03-20 Frederic Sutera bit of simplification
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-01-23 Frederic Sutermessing around MSG
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-12-06 Arnaud GierschRemove empty statement.
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Frederic SuterMSG_file_open/close now are in the plugin
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-01 Arnaud GierschRemove unused parameter.
2017-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-30 Frederic Suterstringify
2017-10-30 Frederic Sutersimplify the way states are used in high-level instr...
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-18 Frederic Sutershould (hopefully) fix build
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-18 Frederic Sutermore simplifications and try to fix build
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-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-12 Arnaud GierschIn MSG_parallel_task_create(), take a copy of flops_amo...
2017-10-11 Arnaud GierschReplace some malloc/free by C++ new/delete.
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschApply clang-format on previously renamed files.
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.
2016-09-02 Frederic SuterRevert "msg_private.h is a C++ header so add pp"
2016-09-02 Frederic Sutermsg_private.h is a C++ header so add pp