Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc / sosp / Region.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-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 QuinsonFinally kill the now empty ModelChecker class
2023-03-19 Martin QuinsonRemove some more usage of mc_model_checker in Region...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-12 Martin QuinsonMC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-03 Martin QuinsonMove the PageStore from ModelChecker to RemoteApp
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-05-12 Arnaud GierschRename variables to avoid shadowed declarations.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-03-14 Martin QuinsonRename model_checker->get_remote_simulation() into...
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess
2021-03-06 Martin QuinsonMC: inline a function, kill a file
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
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] Declare functions "const" in src/mc/.
2020-05-09 Martin QuinsonMC: Further renamings
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-28 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-20 Arnaud Giersch[sonar] Fix casts to pointer type without const qualifier.
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-07-11 Arnaud Gierschmc: const seems wrong here.
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