Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Type consistency.
[simgrid.git] / src / mc / explo / DFSExplorer.cpp
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