Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc / sosp / Snapshot_test.cpp
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
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-23 Arnaud GierschRemove global variables in PageStore_test too (mimic...
2023-05-17 Arnaud GierschGet rid of global variables for snapshot tests.
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-17 Martin Quinsonsonar fixes
2023-03-23 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-22 Martin QuinsonFix some easy sonar smells
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-19 Martin QuinsonDiffer the creation of the RemoteProcessMemory to when...
2023-03-19 Martin QuinsonFinally kill the now empty ModelChecker class
2023-03-19 Martin QuinsonMove the memory handling of RemoteProcessMemory singlet...
2023-03-19 Martin QuinsonRemove some more usage of mc_model_checker in Region...
2023-03-18 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-18 Martin QuinsonMove the checker_side_ from the ModelChecker to the...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-12 Martin QuinsonMC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
2023-03-12 Martin QuinsonMC: stop reading maxpid in memory, but ask it over...
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-03 Martin QuinsonMove the PageStore from ModelChecker to RemoteApp
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonKill src/include
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-07-30 Martin QuinsonAnd now cleanup the App-side of cruft that was needed...
2022-02-27 Martin QuinsonMC: after all, checker does not need the list of dead...
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess
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-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-21 Arnaud GierschFix test requirement (and add missing semicolon).
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-18 Arnaud GierschUseless std::move.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-13 Arnaud GierschRemove useless type aliases.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-05 Arnaud GierschMore uses of std::make_unique.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (src/mc/).
2020-05-09 Martin QuinsonMC: Further renamings
2020-05-06 Martin QuinsonMC: actually remove the comm channel from RemoteClientM...
2020-05-06 Martin QuinsonMC: rename remote/RemoteClient -> remote/RemoteClientMe...
2020-02-06 Arnaud GierschReplace usage of <random> with <xbt/random.hpp>.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud GierschSonar consts of the day.
2019-12-18 Frederic Sutercodefactor: a few more annoying spaces
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-06-03 Martin QuinsonSimplify mc::Region::read()
2019-06-03 Martin QuinsonCleanups in class mc::Region
2019-05-31 Martin QuinsonMC: rename some files