Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compile the safe part of MC in default mode too
[simgrid.git] / src / mc / transition / TransitionComm.cpp
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-24 Arnaud GierschDelete redundant blank lines at the start of a code...
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-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-22 mlaurenttransitions in the same actor are dependent
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-10-16 Martin QuinsonRename the transitions so that asynchronous ones clearl...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-02 Martin QuinsonRename mc::Session into mc::api::RemoteApp
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-23 Martin QuinsonFix the dependency of inter-comm transitions
2022-03-22 Martin QuinsonComm transitions are INDEP with non-comm transitions
2022-03-18 Martin QuinsonSpecify actor in the MC traces
2022-02-18 Martin QuinsonSplit TransitionAny and TransitionRandom to their own...