Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Simplify/unify the interleeaving/exploration logic
[simgrid.git] / src / mc / SafetyChecker.cpp
2016-04-07 Gabriel Corona[mc] Simplify/unify the interleeaving/exploration logic
2016-04-07 Gabriel Corona[mc] Get rid of MC_state_set_executed_request() in...
2016-04-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-06 Gabriel Corona[mc] Fix #includes
2016-04-05 Gabriel Corona[mc] Use std::string for request_get_dot_output() and...
2016-04-05 Gabriel Corona[mc] Use std::string in simgrid::mc::request_to_string
2016-04-05 Gabriel Corona[mc] C++ification of State
2016-04-05 Gabriel Corona[mc] Avoid useless stuff when logging is disabled in...
2016-04-05 Gabriel Corona[mc] Create SafetyChecker::backtrack() method
2016-04-05 Gabriel Corona[mc] Move visitedState as a field of SafetyChecker
2016-04-05 Gabriel Corona[mc] Remove user_max_depth which back up MC_cut() for now
2016-04-05 Gabriel Corona[mc] Rename a checkNonDeterminism() to checkNonTerminat...
2016-04-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-04 Gabriel Corona[mc] Make Checker implementation private
2016-04-04 Gabriel Corona[mc] Fix #includes
2016-04-04 Gabriel Corona[mc] Fix warnings
2016-04-04 Gabriel Corona[mc] Use std::unique_ptr for States
2016-04-04 Gabriel Corona[mc] Get rid of the global simgrid::mc::visited_states...
2016-04-04 Gabriel Corona[mc] Move VisitedState stuffs in their own .c file
2016-04-04 Gabriel Corona[mc] Rename SafetyChecker::is_exploration_stack_state...
2016-04-04 Gabriel Corona[mc] Move the stack as field of SafetyChecker and CommD...
2016-04-04 Gabriel Corona[mc] Use std::list instead of xbt_fifo for mc_stack
2016-04-04 Gabriel Corona[mc] Different/private mc_stack variables for SafetyChe...
2016-03-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-29 Gabriel Corona[mc] -Wredundant-move
2016-03-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-29 Gabriel Corona[mc] Use shared_ptr for Snapshot
2016-03-29 Gabriel Corona[mc] Making a State a class
2016-03-29 Gabriel Corona[mc] Let the Checker give us the current trace
2016-03-29 Gabriel Corona[mc] Let the Checker give us the current record trace
2016-03-29 Gabriel Corona[mc] Move some snapshot_compare() overload with their...
2016-03-23 Gabriel Corona[mc] Move some MC_show_non_termination() in SafetyCheck...
2016-03-23 Gabriel Corona[mc] Remove unused argument in MC_show_deadlock()
2016-03-23 Gabriel Corona[mc] Remove SafetyChecker::pre
2016-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-23 Gabriel Corona[mc] Remove some globals from is_visted_state()
2016-03-23 Gabriel Corona[mc] Move the (main) safety code as methods of SafetyCh...
2016-03-23 Gabriel Corona[mc] Do not use reduction_mode outside of the safety...
2016-03-23 Gabriel Corona[mc] Dummy SafetyChecker class