Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix a -Werror,-Wsign-compare
[simgrid.git] / src / mc / mc_liveness.cpp
2016-03-23 Gabriel Corona[mc] Fix a -Werror,-Wsign-compare
2016-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
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] Move MC_replay_liveness() as a static function...
2016-03-23 Gabriel Corona[mc] Do not use reduction_mode outside of the safety...
2016-03-15 Gabriel Corona[mc] Remove remaining bits of parmap in MC (not used)
2016-03-13 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-11 Gabriel Corona[mc] Rename mc_client.{h,cpp} to Client.{hpp,cpp}
2016-03-11 Gabriel Corona[mc] Remove useless extern "C" around logging categories
2016-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-08 Gabriel Corona[mc] Move mc_safety code in simgrid::mc
2016-03-08 Gabriel Corona[mc] Use C++ ctor/new/delete for VisitedPair
2016-03-08 Gabriel Coronaunique_ptr for dynar, automaton, swag, etc.
2016-03-08 Gabriel Corona[mc] Use C++ ctor/new/delete for Pair
2016-03-08 Gabriel Corona[mc] Remove commented out code (parallel code)
2016-03-08 Gabriel Corona[mc] Move mc_liveness code in simgrid::mc
2016-03-08 Gabriel Corona[mc] Move things in the MC namespace
2016-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-03-07 Gabriel Corona[mc] Remove useless braces
2016-03-01 Gabriel Corona[mc] Remove the horrible MC_EACH_SIMIX_PROCESS() macro
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-26 Gabriel Corona[mc] s/NULL/nullptr/
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel CoronaRemove/cleanup/fix some #include
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel Corona[mc] Move some code into simgrid::mc namespace
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-11-26 Gabriel Corona[mc] Better #includes
2015-11-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-12 Gabriel Corona[mc] Move the MCer wait_for_requests logic outside...
2015-11-12 Gabriel Corona[mc] Replace some exit() calls by return
2015-11-10 Gabriel Corona[mc] Fix exit status naming convention
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-06-02 Gabriel Corona[mc] exit() instead of abort() in normal operation
2015-06-02 Gabriel Corona[mc] Add a message to explain no property violation...
2015-06-02 Gabriel Corona[mc] Enable record in liveness mode
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-28 Gabriel Corona[mc] Remove the dual heap mc_heap/std_heap
2015-04-28 Gabriel Corona[mc] Multiple heap removal (partial)
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-17 Gabriel Corona[mc] Remove standalone mode and remove MC_do_the_modelc...
2015-04-16 Gabriel Corona[mc] Switch to C++