Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: add an observer to sleep simcalls
[simgrid.git] / src / mc / transition / Transition.cpp
2023-11-02 Martin QuinsonMC: add an observer to sleep simcalls
2023-04-01 Martin QuinsonOnly compile stateless MC when libevent is found
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-30 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-24 mlaurentAdd copy constructor to state, so we can backtrack...
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 Quinsonanother mc_model_checker call location disappears
2023-03-17 Martin QuinsonMove handle_simcall from ModelChecker to RemoteApp
2023-03-13 Fred SuterMerge branch 'master' into 'master'
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...