Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc / explo / LivenessChecker.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-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-03 Martin QuinsonFactorize more code between DFSExplo and LivenessExplo...
2023-04-27 Martin QuinsonMore automatic memory mgmt in MC
2023-04-27 Martin QuinsonMC: give each state an incoming transition too
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-15 Martin QuinsonMake sure that we never have a 0 transition at the...
2023-04-12 Arnaud GierschRemove useless specialized exceptions from simgrid...
2023-03-23 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-20 Martin QuinsonDo not initialize the App's memory introspection if...
2023-03-20 Martin QuinsonPut everything in position to re-fork the verified App
2023-03-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-19 Martin QuinsonMove the memory handling of RemoteProcessMemory singlet...
2023-03-19 Martin QuinsonAnother use of mc_model_checker disapears. In Snapshot...
2023-03-19 Martin Quinsonanother mc_model_checker call location disappears
2023-03-18 Martin QuinsonMerge branch 'master' into 'master'
2023-03-18 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-18 mlaurentReplace todo direct access with consider methods; guide...
2023-03-17 Martin QuinsonA few calls to mc_model_checker less by passing more...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-13 Martin QuinsonGive the remote_process_memory to the mc::State constructor
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-03-02 Martin QuinsonMove the dot_output from ModelChecker to Exploration
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonMC: tell the user about how to use the replay path...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-25 Arnaud GierschDeclare functions "const" (sonar).
2022-08-09 Martin QuinsonMC: apply some sonar advices
2022-08-09 Arnaud GierschFix the fixme (inline templated struct).
2022-08-06 Martin QuinsonFinish the removal of mc::api by moving the last bits...
2022-08-06 Martin QuinsonMove mc:api::get_remote_heap_bytes() to RemoteProcess
2022-08-06 Martin QuinsonConvert simgrid::mc::snapshot_equal() into Snapshot...
2022-08-06 Martin QuinsonMove the dot_output global into ModelChecker
2022-08-06 Martin QuinsonMake the RemoteApp a field of the Exploration, and...
2022-08-04 Martin QuinsonKill another mc::api function
2022-08-03 Martin QuinsonMove the automaton from mc::api to Liveness. An ugly...
2022-08-02 Martin Quinsonlog_state has nothing to do in RemoteApp, it belongs...
2022-08-02 Martin QuinsonConvert Api::get_maxpid() into RemoteApp::get_maxpid()
2022-08-02 Martin QuinsonMerge an initialization function into the constructor
2022-08-02 Martin QuinsonRename mc::Session into mc::api::RemoteApp
2022-07-30 Martin QuinsonWell the last rogue call to RemoteProcess::actors(...
2022-07-30 Martin QuinsonLiveness: rename graph_state -> app_state and automaton...
2022-07-30 Martin Quinsonfurther reduce the amount of call sites for RemoteProce...
2022-07-30 Martin QuinsonReduce the amount of MC locations reading the memory...
2022-07-13 Martin Quinsonmc::api: Inline a useless function
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-29 Arnaud GierschPropagate const pointer (thx sonar).
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (mc::State).
2022-02-28 Arnaud GierschUseless lower-case alias.
2022-02-28 Martin Quinsonkill some bits of mc::api::
2022-02-21 Martin QuinsonRename mc::Checker to mc::Exploration as it defines...