Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding test for SURF concurrency feature
[simgrid.git] / src / mc /
2016-01-16 Martin Quinsonwoopsy, adapt MC to the previous change
2016-01-15 Gabriel Corona[mc] Fix the hash computation
2016-01-15 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-15 Gabriel Corona[mc] Fix compilation
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2016-01-11 Martin Quinsonmake MC compile with -Wmissing-declaration
2016-01-09 Martin Quinsoncompile with -Wmissing-declarations to catch more errors
2016-01-08 Gabriel CoronaMake XBT_TEST_UNIT() work in C++
2015-12-24 Martin Quinsonmake MC compile out of tree
2015-12-23 Martin Quinsongive the VM a link to their PM as a simgrid::Host
2015-12-16 Gabriel Corona[mc] Fix the MC wrt the simgrid::Host modification
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-12 Martin Quinsonfix build of MC after the recent changes
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-11-26 Gabriel Corona[mc] Add missing copyright notices
2015-11-26 Gabriel Corona[mc] Better #includes
2015-11-26 Gabriel Corona[mc] Remove .. in #includes
2015-11-23 Gabriel Corona[mc] Remove mcer_ignore.cpp
2015-11-23 Gabriel Corona[mc] Move ignore_local_variable() into Process
2015-11-23 Gabriel Corona[mc] Move heap_ignore to Process
2015-11-23 Gabriel Corona[mc] Move stacks_areas into Process
2015-11-23 Gabriel Corona[mc] Remove MCer_ignore_global_variable
2015-11-23 Gabriel Corona[mc] Remove useless bits
2015-11-17 Gabriel Corona[mc] Move MC-related out of simix and into mc where...
2015-11-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-16 Gabriel Corona[mc] Better explanation for DW_OP_call_frame_cfa
2015-11-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-12 Gabriel Corona[mc] Make mc_diff_info static
2015-11-12 Gabriel Corona[mc] Simplification, remove profiling code
2015-11-12 Gabriel Corona[mc] Move the MCer wait_for_requests logic outside...
2015-11-12 Gabriel Corona[mc] Merge Server class into ModelChecker
2015-11-12 Gabriel Corona[mc] Remove Process:status_
2015-11-12 Gabriel Corona[mc] Replace some exit() calls by return
2015-11-12 Gabriel Corona[mc] Move privatization flag initialization
2015-11-10 Gabriel Corona[mc] Fix exit status naming convention
2015-11-10 Gabriel Corona[mc] Move Server in simgrid::mc
2015-11-10 Gabriel Corona[mc] Simplify mc_server
2015-11-10 Gabriel Corona[mc] Fix privatisation support
2015-11-10 Gabriel Corona[mc] Generate a message showing the path on crash of...
2015-11-09 Gabriel Corona[mc] Move model-checker message processing logic in...
2015-11-09 Gabriel Corona[mc] ptrace the model-checker application
2015-11-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-05 Gabriel Corona[smpi] Use virtual memory layout to find the data segment
2015-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-02 Gabriel Corona[mc] Fix error in dependency checking
2015-11-02 Gabriel Corona[mc] DRY in MC_request_depend()
2015-11-02 Gabriel Corona[mc] Use std::vector for Process::heap_info
2015-11-02 Gabriel Corona[mc] Use std::unique_ptr for Process::heap
2015-11-01 Martin Quinsonadd another library to the whitelist of ignored debuggi...
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-24 degommeforgot this one
2015-10-24 degommetry to fix some compilation erros
2015-10-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-15 Gabriel Corona[mc] Add std:: namespace for some types
2015-10-15 Gabriel Corona[mc] Use std::unordered* instead of boost:: ones
2015-10-15 Gabriel Corona[mc] Fix ModelChecker::is_important_snapshot(), do...
2015-10-15 Gabriel Corona[mc] Use std::pair and std::unordered_set in mc_compare
2015-10-15 Gabriel Corona[mc] Remove BOOST_FOREACH usage
2015-10-15 Gabriel Corona[mc] Rename PerPageCopy to ChunkedData (and move in...
2015-10-15 Gabriel Corona[mc] Documentation
2015-10-15 Gabriel Corona[mc] Remove useless *_free_voidp functions
2015-10-15 Gabriel Corona[mc] Cleanup in DwarfExpression
2015-10-15 Gabriel Corona[mc] Move mc_dwarf_location_list_init() into namespace
2015-10-15 Gabriel Corona[mc] OOify mc_find_frame_base()
2015-10-15 Gabriel Corona[mc] OOify LocationLists, Location
2015-10-15 Gabriel Corona[mc] Fix Snapshot::read_bytes
2015-10-15 Gabriel Corona[mc] OOify DWARF stack/evaluation expression
2015-10-15 Gabriel Corona[mc] Simplify MC_find_object_info
2015-10-15 Gabriel Corona[mc] Remove useless declarations
2015-10-15 Gabriel Corona[mc] Move some code into simgrid::dwarf namespace
2015-10-15 Gabriel Corona[mc] Remove useless declarations
2015-10-15 Gabriel Corona[mc] Move some code into simgrid::dwarf namespace
2015-10-15 Gabriel Corona[mc] Move some code into simgrid::dwarf namespace
2015-10-15 Gabriel Corona[mc] Move some code into simgrid::dwarf namespace
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-09 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-09 Gabriel Corona[mc] Move MC_important_snapshot() as a method of ModelC...
2015-10-09 Gabriel Corona[mc] Move some code out of is_visited_state()
2015-10-09 Gabriel Corona[mc] Reduce the scope of some variables in mc_visited.cpp
2015-10-09 Gabriel Corona[mc] Factorisation in mc_visited.cpp
2015-10-09 Gabriel Corona[mc] Create a Member for for structure/class/union...
2015-10-09 Gabriel Corona[mc] Add AddressSpace::process() method
2015-10-09 Gabriel Corona[mc] Make Process and Snapshot classes final
2015-10-09 Gabriel Corona[mc] Remove Process.is_self()
2015-10-09 Gabriel Corona[mc] Move typedef in correct header
2015-10-09 Gabriel Corona[mc] Rename mc_process.{h,cpp} into Process.{h,c}pp
2015-10-09 Gabriel Corona[mc] Cleanup mc_hash.cpp
2015-10-09 Gabriel Corona[mc] Remove commented-out code in mc_diff.cpp
2015-10-09 Gabriel Corona[mc] Cleanup #includes
2015-10-09 Gabriel Corona[mc] Fix location expression initialization
2015-10-09 Gabriel Corona[mc] Fix memory leak in MC_get_memory_regions()
2015-10-09 Gabriel Corona[mc] Fix loop bound checking using heaplimit
2015-10-02 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-10-02 Gabriel Corona[mc] Really remove mc_libdw for now
2015-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-02 Gabriel CoronaRevert "[mc] Move libdw binding code in its own file"
2015-10-02 Gabriel CoronaRevert "[mc] Fix initialisation of dwarf expression"
2015-10-02 Gabriel CoronaRevert "[mc] Remove remaining bits of libdw outside...
next