Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated features for next release (3.29).
[simgrid.git] / include / simgrid / actor.h
2021-07-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-03-25 Arnaud GierschBetter fix for constness of argv in sg_actor_start...
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-24 Arnaud GierschRemove a level of constness for argv parameter of sg_ac...
2021-03-18 Arnaud GierschLowercase PID in function name (2/2 - public part).
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschMore const.
2020-10-23 Arnaud GierschFollow coding style for sg_actor_{get,set}_data.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-03 Arnaud Giersch[sonar] Const etc. (round #3).
2020-05-06 Martin QuinsonThe return type of the sg_actor_on_exit() callbacks...
2020-04-01 Frederic Suteradd sg_actor_list() and sg_actor_count()
2020-03-06 Frederic Suteradd C version of Actor::set_stacksize
2020-03-04 Frederic Suteradd sg_actor_execute_with_priority
2020-03-04 Frederic Suterintroduce sg_actor_create and use it in C examples
2020-02-25 Augustin DegommeMerge branch 'cmake-no-doc-when-disabled' into 'master'
2020-02-25 Frederic Suteradd sg_actor_parallel_exec_init()
2020-02-25 Frederic Suteradd sg_actor_parallel_execute and rename sg_actor_self_...
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-19 Frederic Suterextend C API for asynchronous executions
2020-02-19 Arnaud GierschAnother const.
2020-02-13 Martin Quinsonadd sg_actor_is_daemon()
2020-02-10 Frederic Suteradd sg_actor_sleep_until
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 Quinsonfixups in the C API
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Martin QuinsonVarious docs update
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Martin Quinsonfix make distcheck and useless cosmetics
2019-11-12 Martin Quinsonfix clang builds
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-10 Martin Quinsondocument sg_actor_start
2019-11-04 Frederic SuterC wrappers to set/get user data of the current actor
2019-11-02 Arnaud GierschAllow const parameter for sg_actor_data().
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-10-30 Frederic Suteradd C interface to Actor::init and Actor::start
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-15 Martin Quinsondocument existing coding convention in C, and stick...
2019-09-15 Martin QuinsonAdd sg_actor_{get,set}_data()
2019-07-11 Frederic Suteradd a sg_actor_self_execute function
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-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-12 Frederic Sutera bug notified on July 28, 2014 is finally solved \o/
2019-01-11 Martin QuinsonFix signess that bother Qt Creator
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-05-22 Frederic Suterone more legacy MSG function
2018-05-06 Frederic Sutermore legacy MSG functions
2018-05-04 Frederic Sutermsg_process_from_PID => sg_actor_by_PID
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
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