Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move mc_global stuff into LivenessChecker
[simgrid.git] / src / mc / LivenessChecker.cpp
2016-04-14 Gabriel Corona[mc] Move mc_global stuff into LivenessChecker
2016-04-14 Gabriel Corona[mc] Move initial state into Session
2016-04-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-13 Gabriel Corona[mc] Remove mc_stats and move remaining stats in ModelC...
2016-04-13 Gabriel Corona[mc] Move mc_stats.expanded_states into the Checkers
2016-04-13 Gabriel Corona[mc] Move liveness stats out of mc_stats into LivenessC...
2016-04-13 Gabriel Corona[mc] Delegate some part of Session::logState() to Check...
2016-04-13 Gabriel Corona[mc] Move MC_print_statistics() as Session::logState()
2016-04-13 Gabriel Corona[mc] Use Session::execute() in LivenessChecker as well
2016-04-13 Gabriel Corona[mc] Remove useless model-checker/model-checked round...
2016-04-13 Gabriel Corona[mc] s/getRecordElement/getTransition/
2016-04-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-11 Gabriel Corona[mc] Rename RecordTraceElement as Transition and use...
2016-04-07 Gabriel Corona[mc] s/value/req_num/ because 'value' does not convey...
2016-04-07 Gabriel Corona[mc] Get rid of the ugly "value" out parameter in MC_st...
2016-04-07 Gabriel Corona[mc] Remove MC_state_get_executed_request()
2016-04-07 Gabriel Corona[mc] Add Factor some gorry code to State::getRecordElem...
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-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-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] Use shared_ptr for liveness propositions
2016-04-03 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-01 Gabriel Corona[mc] Rename livenessStack to explorationStack
2016-04-01 Gabriel Corona[mc] Factor out Livenesschecker::newPair()
2016-04-01 Gabriel Corona[mc] Remove some control flow nesting in LivenessChecke...
2016-04-01 Gabriel Corona[mc] Create LivenessChecker::backtrack()
2016-03-30 Martin Quinsonreindent a bit to get gcc6 happy, no real change
2016-03-30 Gabriel Corona[mc] Remove useless comment
2016-03-30 Gabriel Corona[mc] Add LivenessChecker::purgeVisitedPairs() method
2016-03-30 Gabriel Corona[mc] Simplify MC_automaton_evaluate_label()
2016-03-30 Gabriel Corona[mc] Use shared_ptr for Pair
2016-03-30 Gabriel Corona[mc] Restrict the scope of local variables in LivenessC...
2016-03-30 Gabriel Corona[mc] Slay some nested-if-statements-from-hell
2016-03-30 Gabriel Corona[mc] Remove VisitedPair::acceptance_pair
2016-03-30 Gabriel Corona[mc] Type some boolean variable as such
2016-03-30 Gabriel Corona[mc] Remove the _sg_mc_liveness flag
2016-03-30 Gabriel Corona[mc] Use the symbolic values for the xbt_automaton_exp_...
2016-03-30 Gabriel Corona[mc] No more global variables
2016-03-30 Gabriel Corona[mc] Use std::vector for liveness {Pair,VisitedPair...
2016-03-30 Gabriel Corona[mc] Move global variables as fields of LivenessChecker
2016-03-30 Gabriel Corona[mc] Use std::shared_ptr for VisitedPair in LivenessChecker
2016-03-30 Gabriel Corona[mc] Use std::list for LivenessChecker::visited_pairs
2016-03-30 Gabriel Corona[mc] Move visited_pairs as a static field of LivenessCh...
2016-03-30 Gabriel Corona[mc] Use std::shared_ptr for State in LivenessChecker
2016-03-30 Gabriel Corona[mc] Use std::list for LivenessChecker::acceptance_pairs
2016-03-30 Gabriel Corona[mc] Use std::list instead of xbt_fifo for the stack...
2016-03-30 Gabriel Corona[mc] Scope the global variables in LivenessChecker
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] Remove Snapshot::is_important_snapshot()
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] LivenessChecker stack
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 VisitedPair alongside with LivenessChecker
2016-03-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-24 Gabriel Corona[mc] Move main liveness code in a LivenessChecker class