Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / src / msg / msg_process.cpp
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-10-23 Arnaud GierschFollow coding style for sg_actor_{get,set}_data.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-04-01 Frederic Suteradd sg_actor_list() and sg_actor_count()
2020-02-08 Frederic Suteradd sg_actor_exit and sg_actor_on_exit
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonAdd a cmake flag to not compile MSG at all
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-03 Martin QuinsonFurther reduce the amount of errors and warnings when...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-04 Frederic Suterreplace SIMIX_process_count by simgrid_get_actor_count
2019-10-30 Frederic Sutersimplify user data management in MSG
2019-10-24 Frederic Suteralmost useless old stuff... remove
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/30
2019-07-09 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/28
2019-04-04 Arnaud GierschCheck validity for extension (Framagit issue #10).
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-29 Frederic Suterenable user data extension without calling MSG_init
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-10 Arnaud GierschMake ActorImpl::context_ a std::unique_ptr.
2019-03-07 Frederic Suterpoor damage control for tonight only
2019-03-07 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-07 Frederic Sutersimplifications and fixes (forgot properties)
2019-03-07 Frederic Suteruse extension for user data in MSG
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-02-27 Frederic Sutermake MSG_process_create die if host is off.
2019-02-26 Frederic Suterfix (#324)
2019-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-22 Frederic Suterstop using old simcalls in our own code
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-13 Arnaud GierschChange some calls to get_cname to calls to get_name.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-11 Martin QuinsonMSG: kill the MSG_process_create_from_stdfunc() pimple
2018-11-04 Martin Quinsonsimplify MSG process creation/destruction
2018-10-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-11 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-10 Martin Quinsondoxygen: kill group m_process_management
2018-10-01 Martin QuinsonFurther improvements to the docs
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-29 Martin Quinsonsimplify the actor finalization a tiny bit by using...
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-13 Martin Quinsonmsg::ActorExt got useless, so kill it
2018-07-09 Martin Quinsonpartially stringify s4u::Actor
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-29 Christian Heinrich[SIMIX] Move std::function<void()> to simgrid::simix...
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-13 Martin Quinsonsnake_case xbt/functional.hpp
2018-06-10 Martin Quinsonuse unordered_maps to store properties
2018-06-01 Arnaud GierschUse new style Actor::on_exit().
2018-05-22 Frederic Suterone more legacy MSG function
2018-05-18 Frederic Suterunsecure commit
2018-05-11 Frederic Sutersnake_case in instr
2018-05-06 Frederic Sutermore legacy MSG functions
2018-05-04 Frederic Sutermsg_process_from_PID => sg_actor_by_PID
2018-05-03 Arnaud GierschModernize simcall process_on_exit.
2018-04-25 Arnaud GierschMake ActorImpl::userdata private.
2018-04-09 Martin Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-25 Martin Quinsondeprecate an old pimple
2018-03-23 Frederic Sutermore legacy MSG for processes/actors
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-22 Frederic SuterMSG aliasing instead of macro-ization to keep ABI safe
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 without parameter, just like XBT_PRIVATE.
2018-01-23 Frederic SuterMaking MSG fade away (part 1)
2018-01-23 Frederic Sutermessing around MSG
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-11-22 Frederic Suteradd Process.daemonize to the Java bindings
2017-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-30 Frederic Suterstringify
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-16 Arnaud GierschComment name for unused parameters.
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...
next