Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more legacy MSG functions
[simgrid.git] / src / msg / msg_process.cpp
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...
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-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-07 Frederic Suterconvert map to dynar at API level
2017-08-01 Frederic Suterproperties are now stored in maps and managed by Proper...
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-24 Takishippdelete unused parameters
2017-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-21 Frederic Sutersimplify process/actor restart
2017-07-21 Frederic Sutertiny change
2017-07-21 Frederic Sutermodernize two more simcalls
2017-07-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-19 Martin Quinsondon't repeat yourself (DRY). Implement MSG on top of...
2017-07-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-19 Frederic Suterkill another old-fashioned simcall
2017-07-06 Frederic Suterdata is now userdata for process/actor
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-06 Frederic Sutervarious cleanups in actors/processes
2017-07-05 Frederic Sutersimcall to kernelImmediate
2017-07-04 Frederic Suteradd daemonize for s4u actors too
2017-07-02 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-02 Martin Quinsonremove simix.h from one more C file
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-19 Martin Quinsonmove the C++ data of MSG into a namespace
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-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-29 Martin Quinsonfix some doxygen errors
2017-03-22 Frederic Suterfix example (bummer)
2017-03-13 Martin Quinsonplease sonar
2017-03-13 Martin Quinsonmake msg_process_t point onto s4u::Actor*
2017-03-13 Martin QuinsonMSG_process_ref/unref: allow to fiddle with the process...
2017-03-10 Martin QuinsonAllow to mark actors as daemon
2017-02-24 Martin Quinsonplease sonar
2017-02-24 Martin Quinsonplease sonar
2017-02-22 Martin Quinsonput MsgActorExt in a namespace
2017-02-16 Martin Quinsonmatch new with delete, not with free
2017-02-16 Martin Quinsonfurther untangle the msg_process creation by using...
2017-02-16 Martin Quinsonstart to untangle the MSG actor creation mess
2017-02-16 Martin Quinsoneven more C++ style
2017-02-16 Martin Quinsonactually, there is no need for the MsgActor to remember...
2017-02-16 Martin Quinsonobey our coding standards + kill dead code
2017-02-16 Martin Quinsonkill dead code
2017-02-16 Martin Quinsonrename simdata_process_t into MsgActorExt
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-01-26 Martin Quinsonnew function MSG_process_yield()
2016-12-19 Martin Quinsoncut some useless includes
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-09-15 Martin Quinsondon't convert host to name to host. Perl epoch is over.
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
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-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
next