Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move wait_for_requests() from ModelChecker to RemoteApp
[simgrid.git] / src / mc / transition / Transition.cpp
2023-03-12 Martin Quinsonmove wait_for_requests() from ModelChecker to RemoteApp
2023-03-06 Martin Quinsonsthread: Add a way to verify accesses to non-reentrant...
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-10-16 Martin QuinsonRename the transitions so that asynchronous ones clearl...
2022-10-16 Martin QuinsonImplement pthread_join in MC mode for sthread
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-24 Arnaud GierschSonar issues.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
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-23 Martin QuinsonMC: Support Mutexes in DPOR
2022-02-19 Martin QuinsonMove another function of mc::api, to Transition
2022-02-18 Martin QuinsonSplit TransitionAny and TransitionRandom to their own...