Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A few calls to mc_model_checker less by passing more parameters
[simgrid.git] / src / mc / explo / LivenessChecker.cpp
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...