Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix broken link to releases
[simgrid.git] / include / simgrid / simix.h
2021-07-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::test_any.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-17 SUTER FredericSIMIX_run becomes EngineImpl::run
2021-05-16 SUTER Fredericmove kernel timers from simix:: to kernel::timer::
2021-03-29 Arnaud GierschRemove deprecated features for next release.
2021-03-22 Arnaud GierschCosmetics (redundant version number).
2021-03-18 Arnaud GierschModernize simcall execution_waitany_for.
2021-03-17 Arnaud GierschLowercase PID in function name (1/2 - private part).
2021-03-16 Arnaud GierschModernize simcall sem_acquire_timeout.
2021-03-16 Arnaud GierschModernize simcall cond_wait_timeout.
2021-03-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-13 Arnaud GierschModernize simcall cond_wait.
2021-03-13 Arnaud GierschModernize simcall sem_acquire.
2021-03-09 Arnaud GierschModernize simcall mutex_lock.
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschModernize simcall mutex_trylock.
2021-03-08 Arnaud GierschFix deprecation message.
2021-03-03 Arnaud GierschModernize simcall mutex_unlock.
2021-03-01 Arnaud GierschDeprecated simcall_mc_random.
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-10-24 Arnaud GierschDon't advertize a deprecated function.
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-19 Arnaud GierschCorrect a few a/an.
2020-10-17 Arnaud GierschDon't include <xbt/functional.hpp> when it's not needed.
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-24 Arnaud GierschKill obsolete option --cfg=contexts/parallel-threshold.
2020-04-02 Martin Quinsonfix that example
2020-04-02 Martin Quinsonset_maestro example: improve comments
2020-02-10 Arnaud GierschDeprecate e_smx_state_t.
2020-02-10 Arnaud GierschTake simcalls {execution,io}_wait toward modernity.
2020-02-07 Arnaud GierschModernize simcall_io_test().
2020-02-07 Arnaud GierschModernize simcall_execution_test().
2020-02-07 Arnaud GierschPursue deprecation of xbt/synchro.h.
2020-02-07 Arnaud GierschDeprecate unused simcall_comm_iprobe() + comments.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Arnaud GierschFix mess between smx_activity_t and ActivityImplPtr.
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-16 Arnaud GierschMake mailbox matching functions return a bool.
2019-12-13 Frederic Suterend the implementation of Io::test with a new simcall
2019-12-13 Frederic Suteradd waitfor of Io too
2019-12-12 Frederic Suterimplement Exec::wait_for()
2019-12-10 Frederic SuterSIMIX_display_process_status becomes Global::display_al...
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Suterdepreacate SIMIX_process_on_exit
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutere_smx_state_t is now kernel::activity::State
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-11 Frederic Suterdeprecate a couple of SIMIX functions
2019-11-04 Frederic Suterdeprecate simcall_process_sleep and add some reminders...
2019-11-04 Frederic Suterreplace SIMIX_process_count by simgrid_get_actor_count
2019-11-03 Frederic Suteruser data doesn't have to be stored at kernel level
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-10-24 Frederic Suteralmost useless old stuff... remove
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-11 Arnaud GierschDeprecate C API for SIMIX timers.
2019-10-11 Arnaud GierschKeep deprecated features one more release (target:...
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
2019-10-11 Arnaud GierschUndeprecate SIMIX_process_self_{get,set}_data.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-10 Martin QuinsonPort simcall_process_suspend to the modernity
2019-08-09 Martin Quinsonport a blocking simcall to the modernity
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic Sutersimcall_comm_test returns a bool too
2019-04-03 Frederic Sutersimcall_execution_test returns a bool not a state
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Arnaud GierschTidy SIMIX_process on_exit callbacks.
2019-03-08 Arnaud GierschUse references for callback parameters of on_exit().
2019-03-06 Arnaud GierschDeprecate some functions.
2019-03-06 Frederic Suterremove or deprecate now useless code
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-25 Arnaud GierschKill now unused functions SIMIX_mutex_{un}ref.
2019-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_waitany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_testany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall io_wait.
next