Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the refork feature by not ptracing App so that it dies properly
[simgrid.git] / src / mc / explo / DFSExplorer.cpp
2023-03-24 Martin QuinsonFix the refork feature by not ptracing App so that...
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-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 mlaurentMove DPOR and sleep set algorithm from backtrack to...
2023-03-18 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-18 mlaurentReplace todo direct access with consider methods; guide...
2023-03-18 mlaurentBasicGuide handle next_transition if asked to
2023-03-17 Martin QuinsonA few calls to mc_model_checker less by passing more...
2023-03-17 Martin QuinsonMerge branch 'master' into 'master'
2023-03-17 mlaurentAdd reference to parent state: only use this creation...
2023-03-13 Martin QuinsonCosmetics
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 QuinsonMove 2 functions from mc::ModelChecker to mc::RemoteApp
2023-03-12 Martin QuinsonMC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-04 Arnaud GierschWalking the stack in the forward direction gives the...
2023-03-03 Martin QuinsonFix a useless change -- and go get some sleep
2023-03-03 Martin QuinsonReindent -- almost no real change
2023-03-03 Martin Quinsonfix MC + gcc builds
2023-03-03 Martin QuinsonMove the PageStore from ModelChecker to RemoteApp
2023-03-02 Martin QuinsonMove the stats of visited_states count from ModelChecke...
2023-03-02 Martin QuinsonMove the dot_output from ModelChecker to Exploration
2023-03-02 Martin QuinsonOne reference to the global singleton mc_model_checker...
2023-03-02 Martin QuinsonRename some fields to obey our coding standard
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-24 mlaurentfix the done marking of multiple times taken transitions
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-22 mlaurentfix a few test with dpor
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-17 mlaurentDefault is not to use sleep-set to agree with existing...
2023-02-17 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-17 mlaurentfix with full compiler warnings
2023-02-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-15 mlaurentupdated doc
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-15 mlaurentadding documentation
2023-02-14 mlaurentadding option for sleep set
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 mlaurentadding sleep sets to reduction techniques
2023-02-10 mlaurentFix for MC DPOR algorithm
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
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-31 Martin QuinsonAlign the behavior of MC and MC_replay in SMPI, so...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-26 Arnaud GierschType consistency.
2022-08-22 Arnaud GierschKill redundant blank lines (codefactor.io)
2022-08-09 Martin QuinsonMC: apply some sonar advices
2022-08-07 Martin Quinsonkill a parameter that is always true
2022-08-07 Martin Quinsonmc:DFSExplo: cosmetics in the backtracking
2022-08-07 Martin QuinsonMerge mc_safety.hpp into DFSExplorer class
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-04 Martin QuinsonPass the remote app as a parameter to all exploration...
2022-08-04 Martin QuinsonKill 2 more functions from mc::api
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 Quinsonfurther reduce the amount of call sites for RemoteProce...
2022-07-30 Martin Quinsonsmall cosmetics to not spread unrelated logic all aroun...
2022-07-30 Martin QuinsonReduce the amount of MC locations reading the memory...
2022-07-13 Martin Quinsonmc::api: Inline a useless function
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
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-03-23 Martin QuinsonRevalidate the tesh outputs after cosmetics to the...
2022-03-22 Martin QuinsonMC: be explicit when reaching an execution end (it...
2022-03-22 Arnaud GierschA few Sonar smells.
2022-03-18 Martin QuinsonSpecify actor in the MC traces
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin QuinsonRename mc::SafetyChecker to mc::DFSExplorer