Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove orphaned declaration
[simgrid.git] / src / mc /
2016-04-07 Gabriel Corona[mc] Remove orphaned declaration
2016-04-07 Gabriel Corona[mc] Sort out FIXMEs and TODOs
2016-04-07 Gabriel Corona[mc] Debatably better documentation of State
2016-04-07 Gabriel Corona[mc] s/value/req_num/ because 'value' does not convey...
2016-04-07 Gabriel Corona[mc] Remove the client-side processing in simgrid:...
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_internal_request()
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-07 Gabriel Corona[mc] Document/cleanup State
2016-04-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-06 Gabriel Corona[mc] Remove MC_state_remove_interleave_process() (not...
2016-04-06 Gabriel Corona[mc] Use nullptr consistently in C++ code
2016-04-06 Gabriel Corona[mc] Fix #includes
2016-04-06 Gabriel Corona[mc] Use std::vector for PatternCommunicationList
2016-04-06 Gabriel Corona[mc] Use std::vector for State::incomplete_comm_pattern...
2016-04-06 Gabriel Corona[mc] Add PatternCommunication::dup()
2016-04-06 Gabriel Corona[mc] Rename the communication pattern types
2016-04-06 Gabriel Corona[mc] Get rid of MC_list_comm_pattern_free()
2016-04-06 Gabriel Corona[mc] Get rid of MC_comm_pattern_free()
2016-04-06 Gabriel Corona[mc] Remove always disabled code
2016-04-06 Gabriel Corona[mc] Remove duplicate init in State
2016-04-06 Gabriel Corona[mc] Fix #includes
2016-04-06 Gabriel Corona[mc] Remove the declaration of a function which has...
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] Don't copy or move states (yet)
2016-04-05 Gabriel Corona[mc] Use RAII std::vector for s_mc_comm_pattern::data
2016-04-05 Gabriel Corona[mc] Use RAII std::string for s_mc_comm_pattern::rdv
2016-04-05 Gabriel Corona[mc] Constructor/destructor for s_mc_comm_pattern
2016-04-05 Gabriel Corona[mc] C++ification of State
2016-04-05 Gabriel Corona[mc] Remove MC_state_delete()
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-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
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 Martin Quinsonfurther rework the config handling. Still much to do
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] Reindent is_visited_state()
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-04-04 Gabriel Corona[mc] Use shared_ptr for liveness propositions
2016-04-04 Gabriel CoronaFix #includes to automaton.h
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-04-01 Gabriel Corona[mc] Only #include LivenessChecker.hpp in LivenessCheck...
2016-03-30 Martin Quinsonreindent a bit to get gcc6 happy, no real change
2016-03-30 Gabriel Corona[mc] Fix some XBT_DEBUG
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] Fix #includes in LivenessChecker
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] Remove superflous static function
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] Demangle C++ names when unwinding the stack with...
2016-03-29 Gabriel Corona[mc] Dump the current trace when the model-checked...
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
next