Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics to make the SafetyChecker even easier to read
[simgrid.git] / src / mc / CommunicationDeterminismChecker.cpp
2017-01-14 Martin Quinsoncosmetics to make the SafetyChecker even easier to...
2017-01-08 Martin Quinsonsmx processes are now called actors, avoiding confusion...
2017-01-07 Martin Quinsonturn a factory function into the constructor
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-14 Martin Quinsonrename smx_process_t to smx_actor_t
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::activity
2016-06-12 Martin Quinsonspellcheck mc. Don't ask why
2016-05-23 Gabriel Corona[mc] Fix remote access to the new Process structure
2016-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-11 Gabriel Corona[mc] Fix MC with the class-hierarchification of simgrid...
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-21 Martin Quinsonrefactor rdv to mailbox for consistency
2016-04-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-14 Gabriel Corona[mc] Fix this != nullptr remaining from previous refact...
2016-04-14 Gabriel Corona[mc] Move the remaining restoreState() into Commuinicat...
2016-04-14 Gabriel Corona[mc] Rename replay() function to restoreState()
2016-04-14 Gabriel Corona[mc] Move mc_global stuff into CommunicationDeterminism...
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 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
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] 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] 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-08 Gabriel Corona[mc] Move resolve_process...() as methods of Process
2016-04-08 Gabriel Corona[mc] Mark some remote pointers as such
2016-04-08 Gabriel Corona[mc] Misc. comments
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-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-06 Gabriel Corona[mc] Use std::vector for PatternCommunicationList
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-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] 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-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] 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-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-24 Gabriel Corona[mc] Move main communication determinism code in a...