Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further cleanups in simix remains
[simgrid.git] / src / simix / libsmx.cpp
2022-02-27 Martin QuinsonFurther cleanups in simix remains
2022-02-27 Martin Quinsonreduce the visibility of popping_private
2022-02-27 Martin Quinsonsimix simplification: no need to marshal generic parame...
2022-02-27 Martin Quinsonsimix simplification: no need for a template here
2022-02-27 Martin QuinsonKill popping_bodies.cpp
2022-02-20 SUTER Fredericremove old wait any simcall
2022-02-19 Martin QuinsonKill Simcall::COMM_WAIT
2022-02-19 Martin QuinsonKill Simcall::COMM_RECV, COMM_IRECV, COMM_SEND and...
2022-02-16 Arnaud GierschUse bounds checking method array::at().
2022-02-08 SUTER Fredericsimplify calls to CommImpl::isend and CommImpl::irecv
2022-02-05 Martin QuinsonMC: isend/irecv are not blocking
2022-02-05 Martin QuinsonMC: do not segfault when the logs are activated
2022-02-04 Martin Quinsonconvert more isend/irecv locations to the new simcalls...
2022-02-03 SUTER Fredericremove old simcall_comm_test and simcall_comm_testany
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Fredericmark some old simcalls as deprecated (test, test_any...
2022-01-31 Arnaud GierschRemove deprecated features for next release (3.31).
2022-01-20 SUTER FredericCleanup in log categories
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-11-05 SUTER Fredericinclude cleanups after deprecation
2021-11-04 SUTER FredericReorganize VM code
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
2021-10-06 SUTER Fredericdeprecate SIMIX_is_maestro
2021-09-21 SUTER Fredericremove smx_global.cpp
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
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-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-04-27 Arnaud GierschThe header <typeinfo> must be included before using...
2021-04-23 Arnaud GierschMake SIMIX_simcall_name() use the type of observer_...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-12 Arnaud GierschUse a reference for ExecImpl::wait_any_for()'s vector.
2021-03-29 Arnaud GierschRemove deprecated features for next release.
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-26 Arnaud GierschMerge branch 'simcall_blocking' into 'master'
2021-03-26 Arnaud GierschMove PoC blocking_simcall.hpp from public include/...
2021-03-26 Arnaud GierschFix simcall_blocking returning a value.
2021-03-22 Arnaud GierschHandle simcall result through mc::SimcallObserver.
2021-03-18 Arnaud GierschModernize simcall execution_waitany_for.
2021-03-18 Arnaud GierschMake simcall execution_waitany_for use a std::vector...
2021-03-16 Arnaud GierschModernize simcall sem_acquire_timeout.
2021-03-16 Arnaud GierschModernize simcall cond_wait_timeout.
2021-03-16 Arnaud GierschCosmetics: use a meaningful name for parameter.
2021-03-14 Arnaud GierschBogus default value for parameter.
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-04 Martin Quinsonmc: rename Inspector to Observer
2021-03-03 Arnaud GierschModernize simcall mutex_unlock.
2021-03-03 Arnaud GierschFix mem leak.
2021-03-01 Arnaud GierschDeprecated simcall_mc_random.
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
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-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-10-26 Arnaud GierschUse std::vector.
2020-10-23 Arnaud GierschCosmetics.
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-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-02 Arnaud Giersch[sonar] Use "std::make_unique" to construct "std::uniqu...
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-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-05-10 Martin Quinsonstick to our coding standards: fields must have a trail...
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-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic SuterImprove self (less SIMIX more kernel)
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-04 Frederic Suterdeprecate simcall_process_sleep and add some reminders...
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
next