Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further rework the config handling. Still much to do
[simgrid.git] / src / mc /
2016-04-04 Martin Quinsonfurther rework the config handling. Still much to do
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
2016-03-29 Gabriel Corona[mc] Move VisitedPair alongside with LivenessChecker
2016-03-29 Gabriel Corona[mc] Move some snapshot_compare() overload with their...
2016-03-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-24 Gabriel Corona[mc] Remove FunctionalChecker
2016-03-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-24 Gabriel Corona[mc] Move main communication determinism code in a...
2016-03-24 Gabriel Corona[mc] Move main liveness code in a LivenessChecker class
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 the TODO about MC_dump_stacks()
2016-03-23 Gabriel Corona[mc] Fix MC_dump_stacks() to work cross-process
2016-03-23 Gabriel Corona[mc] Remove SafetyChecker::pre
2016-03-23 Gabriel Corona[mc] Fix process_time handling
2016-03-23 Gabriel Corona[mc] Remove MC_exit()
2016-03-23 Gabriel Corona[mc] Fix a -Werror,-Wsign-compare
2016-03-23 Gabriel Corona[mc] Remove MC_init()
2016-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-23 Gabriel Corona[mc] Fix a leak in simgrid-mc
2016-03-23 Gabriel Corona[mc] Remove some globals from is_visted_state()
2016-03-23 Gabriel Corona[mc] Extract prune_visited_states() out of is_visited_s...
2016-03-23 Gabriel Corona[mc] Bring back DerefAndCompareByNbProcessesAndUsedHeap
2016-03-23 Gabriel Corona[mc] Remove get_search_interval()
2016-03-23 Gabriel Corona[mc] Use std::equal_range in is_visited_state()
2016-03-23 Gabriel Corona[mc] Use std::equal_range in is_visited_pair()
2016-03-23 Gabriel Corona[mc] Fix a leak in is_reached_acceptance_pair()
2016-03-23 Gabriel Corona[mc] Use std::equal_range in is_reached_acceptance_pair()
2016-03-23 Gabriel Corona[mc] Use std::equal_range in get_search_range()
2016-03-23 Gabriel Corona[mc] Use a single templated code for get_search_interval
2016-03-23 Gabriel Corona[mc] Move some liveness code in the liveness file ...
2016-03-23 Gabriel Corona[mc] Do not use a dangerous guess-the-type logic in...
2016-03-23 Gabriel Corona[mc] Move MC_replay_liveness() as a static function...
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
2016-03-23 Gabriel Corona[mc] Working on an interface between a model-checking...
2016-03-18 Gabriel Corona[mc] Use C++ containers for visited_states
2016-03-18 Gabriel Corona[mc] Fix VisitedState constructor
2016-03-16 Gabriel Corona[mc] Fix compilation
2016-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-16 Gabriel Corona[mc] Don't fail if some (part of a) segment is empty...
2016-03-16 Gabriel Corona[mc] Better detection of the segments
2016-03-16 Gabriel Corona[mc] Remove commented-out/disabled code in mc_diff.cpp
2016-03-16 Gabriel Corona[mc] Remove pointless #includes
2016-03-15 Gabriel Corona[mc] Use _exit() in fork()-ed process
2016-03-15 Gabriel Corona[mc] Remove useless asserts
2016-03-15 Gabriel Corona[mc] Fix typos
2016-03-15 Gabriel Corona[mc] Remove split the MCed and MCer part of MC_deadlock...
2016-03-15 Gabriel Corona[mc] Make 'colors' variable static
2016-03-15 Gabriel Corona[mc] Remove remaining bits of parmap in MC (not used)
2016-03-15 Gabriel Corona[mc] Remove useless stuff in mc_private.h
2016-03-15 Gabriel CoronaRevert my (subtle) attempts to fork simgrid...
2016-03-15 Gabriel Corona[mc] Remove C typedefs (mc_foobar_t) and mc_forward.h
2016-03-15 Gabriel Corona[mc] Move MC malloc introspection code in simgrid::mc
2016-03-15 Gabriel Corona[mc] Move unwinding glue in a UnwindContext class
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Gabriel Corona[mc] Move process_vm_readv-based implementation of...
2016-03-15 Gabriel Corona[mc] Fix comment/TODO
next