Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / s4u / s4u_Actor.cpp
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-03 Martin QuinsonMerge branch 'master' into simgrid-fork-changelog-plugins
2023-11-02 Martin QuinsonDo not use MC_process_clock_add() for now, as it makes...
2023-11-02 Martin QuinsonMC: add an observer to sleep simcalls
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-22 Martin QuinsonAdd instance signals for all Actor signals
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschMore Sonar issues.
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-21 Martin QuinsonSimplify the library initialization + deprecate 2 XBT...
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonKill src/include
2023-02-17 Martin QuinsonMove HostImpl to kernel/resource with its friends
2023-02-17 Martin QuinsonRename sg_surf_precision to sg_precision_timing for...
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-08 Fred Sutermake all Activity starts vetoable
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-10-16 Martin QuinsonImplement pthread_join in MC mode for sthread
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-20 Martin QuinsonFail loudly when someone tries to use Actor::join(...
2022-03-14 Arnaud GierschMark smx_actor_t as deprecated.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-03-12 SUTER Fredericaugment example to check sharing of a thread-execute
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Martin Quinsoneasy sonar fixes
2022-03-09 Martin QuinsonBetter split between the cleanups from self and the...
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-03-08 SUTER Fredericintroduce thread_execute
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-27 Martin Quinsonallow to chain some setters on actors
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-01-31 Arnaud GierschRemove deprecated features for next release (3.31).
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
2021-10-06 SUTER Fredericdeprecate SIMIX_is_maestro
2021-09-30 SUTER Fredericinclude cleanups in src/s4u
2021-09-27 Arnaud GierschDeclare this_actor::exit() [[noreturn]].
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-06-10 Arnaud GierschUse empty() to check for container emptiness.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-21 SUTER Fredericprocess -> actor
2021-05-07 Arnaud GierschReduce scope for variable.
2021-05-04 Martin QuinsonWarn the user if the sleep time is smaller than the...
2021-05-04 Arnaud GierschConst pointer/reference.
2021-05-03 Arnaud GierschMigrate all the associated exec activities on actor...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-12 SUTER Fredericplease clang (?) and make properties optional to create...
2021-04-12 SUTER Fredericdo not allocate/free properties
2021-03-30 Bruno DonassoloRefactor Host and HostImpl
2021-03-26 Arnaud GierschMerge branch 'simcall_blocking' into 'master'
2021-03-26 Arnaud GierschFix simcall_blocking returning a value.
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-03-17 Arnaud GierschLowercase PID in function name (1/2 - private part).
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-04 Frederic Sutermore vetoable_start
2021-02-04 Frederic SuterHost::exec_async was an init(), fix that.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-01 Frederic SuterIntroduce Exec::init(). One step towards SimDag++
2021-01-29 Martin QuinsonFix a few broken references and other warnings in the doc
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-20 Martin QuinsonDeprecate a SIMIX function that was badly named anyway
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-18 Arnaud GierschUseless std::move.
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschMore const.
2020-11-18 Arnaud GierschMore const pointers.
2020-10-23 Arnaud GierschCosmetics.
2020-10-23 Arnaud GierschFollow coding style for sg_actor_{get,set}_data.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-20 Arnaud GierschUse consistent naming scheme.
2020-10-10 Martin Quinsonfix a bug in an error message
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
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).
next