Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: move the reversible_race logic to the Transition class
[simgrid.git] / src / mc / transition / TransitionSynchro.cpp
2023-11-13 Martin QuinsonMC: move the reversible_race logic to the Transition...
2023-11-12 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-09 mlaurentAdd a missing independence theorem about Mutex
2023-11-09 mlaurentSuppressed a bit too much of codes
2023-11-09 mlaurentClang format over some mc files
2023-11-09 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-09 mlaurentDiscard the wakeup tree when ODPOR reaches a disabled...
2023-11-08 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-08 mlaurentAdd debug log for ODPOR + required explaining comments
2023-11-07 Martin QuinsonTell the MC transition about the semaphore capacity...
2023-11-07 Martin Quinsoncosmetics: this is an ID, not a ptr
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 mlaurentAdd some debug info
2023-11-06 Martin QuinsonActions executed by the same actor are always dependent...
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-24 Fred SuterMerge branch 'master' into mq
2023-10-21 Martin QuinsonFix the dependency of barrier from the same actor ...
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
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 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-05-30 Maxwell PirtleMark transitions run by the same actor as dependent
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-08 Arnaud GierschCosmetics with spacings around colon (:).
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-16 Martin QuinsonRename the transitions so that asynchronous ones clearl...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-03 Martin QuinsonSemaphore made observable from the Checker side
2022-02-28 Arnaud GierschMinor sonar smells, and other cosmetics.
2022-02-24 Martin QuinsonTest the dependencies of Mutex transitions
2022-02-23 Martin QuinsonMC: Support Mutexes in DPOR