Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rewrite without delegated constructor.
[simgrid.git] / src / mc / mc_global.cpp
2018-04-08 Arnaud GierschUpdate copyright headers.
2017-12-03 Arnaud GierschRemove useless include.
2017-12-03 Arnaud GierschRemove unused swag hookups.
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-19 Arnaud GierschFix 32bits builds.
2017-11-19 Arnaud GierschUse already existing simgrid::xbt::demangle().
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-11-02 Arnaud GierschSonar smells of the day.
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-16 Martin Quinsonthis is a hpp header
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-26 Martin Quinsonchop, chop, chop includes
2017-05-25 Martin Quinsoncut some more includes
2017-05-24 Martin Quinsonthis header file is much less interesting now that...
2017-05-23 Martin Quinsonremove (void) in C++
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-08 Martin Quinsondo not load internal_config.h from mc.h
2017-05-05 Martin Quinsonprefix all macro defined in public simgrid_config.h...
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin QuinsonCleanups
2017-01-19 Martin QuinsonMake SIMIX_process_from_PID much faster
2017-01-16 Martin Quinsoncontinue to split the source code of MC. Split remoting
2017-01-14 Martin Quinsonmove the checker algorithms to their own directory
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-08-01 Martin Quinsonfix MC builds this time
2016-08-01 Martin QuinsonRename smx_process to ActorImpl
2016-05-23 Gabriel Corona[mc] Fix remote access to the new Process structure
2016-04-28 Gabriel Corona[mc] Remove redundant 'mc_mode' global variable
2016-04-20 Martin Quinsonspellchecking instead of sleeping
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] Remove unused declarations
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] Move MC_report() functions as static functions...
2016-04-13 Gabriel Corona[mc] Remove mc_stats and move remaining stats in ModelC...
2016-04-13 Gabriel Corona[mc] Move MC_print_statistics() as Session::logState()
2016-04-13 Gabriel Corona[mc] Remove old dual-stack-related comment
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] Remove the client-side processing in simgrid:...
2016-04-07 Gabriel Corona[mc] Remove MC_state_get_executed_request()
2016-04-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-06 Gabriel Corona[mc] Rename the communication pattern types
2016-04-06 Gabriel Corona[mc] Fix #includes
2016-04-05 Gabriel Corona[mc] Use std::string in simgrid::mc::request_to_string
2016-04-05 Gabriel Corona[mc] Remove user_max_depth which back up MC_cut() for now
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 std::unique_ptr for States
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-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] Only #include LivenessChecker.hpp in LivenessCheck...
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] 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-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
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] Fix process_time handling
2016-03-23 Gabriel Corona[mc] Remove MC_exit()
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] Move some liveness code in the liveness file ...
2016-03-23 Gabriel Corona[mc] Move MC_replay_liveness() as a static function...
2016-03-16 Gabriel Corona[mc] Remove pointless #includes
2016-03-15 Gabriel Corona[mc] Remove split the MCed and MCer part of MC_deadlock...
next