Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
continue to mess with MC
[simgrid.git] / src / kernel / actor / SimcallObserver.hpp
2022-02-04 SUTER Fredericcontinue to mess with MC
2022-02-04 SUTER Fredericstay with double for payload size (fix 32bit issues?
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 SUTER Fredericdraft CommI{send,recv}Observer
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Fredericadd missing override keywords
2022-02-02 SUTER Fredericmore progress in simcalls modernization and MC cleanup
2022-02-02 SUTER Frederictake two on prepare() for Waitany and Testany observers
2022-02-02 SUTER Fredericadd prepare() to some observers
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-30 Martin QuinsonMake sure that min<max in MC_random
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-23 Arnaud GierschUse ssize_t for Exec::wait_any and Io::wait_any too.
2021-05-05 Martin QuinsonMC: Start implementing the dependency functions on...
2021-05-04 Martin QuinsonMC: add a clone() method to all Observers
2021-05-03 Arnaud GierschDefine observer ActivityWaitSimcall.
2021-04-27 SUTER Fredericadd a (modern) wait_any for Io activities. Thx agier!
2021-04-22 Arnaud GierschFactor code for simcall observers with a result.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-12 Arnaud GierschCosmetics.
2021-04-12 Arnaud GierschUse a reference for ExecImpl::wait_any_for()'s vector.
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...