Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Read smpi_process_count() from remote process
[simgrid.git] / src / mc / mc_compare.cpp
2015-03-16 Gabriel Corona[mc] Read smpi_process_count() from remote process
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-02-24 Marion Guthmullermodel-checker : non-progressive cycle detection (enable...
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-02-06 Gabriel Corona(wip) Move the MCed public API in the same file
2015-02-06 Gabriel Corona[mc] New message for stack_area
2015-01-09 Gabriel Corona[mc] Remove remaining bits on hardcoded object list
2014-12-19 Gabriel Corona[mc] Abstract the process and a snapshot types with...
2014-12-12 Gabriel Corona[mc] Support for reading heap state from another process
2014-12-08 Gabriel Corona[mc] Multiple .so support for region snapshots
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-04 Gabriel Corona[mc] Move process info in a new s_mc_process_t structure
2014-12-04 Gabriel CoronaMerge branch 'master'
2014-12-04 Gabriel Corona[mc] Remove useless header #includes
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-21 Gabriel CoronaMerge branch 'xp'
2014-11-18 Gabriel CoronaInfrastructure for statically defined tracepoints
2014-11-02 Martin Quinsonrename all SIMIX_pre_* to simcall_HANDLER_*
2014-07-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-25 Gabriel Corona[mc] Make state/snapshot comparison work with SMPI...
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-07-24 Gabriel CoronaMerge remote-tracking branch 'origin/mc-fastsnapshot...
2014-07-24 Gabriel Corona[mc] Use mc_region_contain where it could be used
2014-07-08 Gabriel Corona[mc] Use mc_snapshot_region_memcmp() in compare_areas_w...
2014-07-08 Gabriel CoronaMerge branch 'mc-fix' into mc-fastsnapshot
2014-07-04 Gabriel Corona[mc] Add mc_snapshot_read_pointer()
2014-07-04 Gabriel Corona[mc] Bug: MC was reading from the wrong region
2014-07-03 Gabriel Corona[mc] Fast path when comparing NULL against non-NULL...
2014-07-03 Gabriel Corona[mc] Bug: MC was reading from the wrong region
2014-07-01 Gabriel Corona[mc] Remove useless question in assert
2014-06-27 Marion Guthmullermodel-checker : if no inttypes found in c++
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-27 Gabriel CoronaMerge branch 'mc-fastsnapshot' into mc
2014-06-24 Gabriel Corona[mc] Add support of privatized global variables in...
2014-06-24 Gabriel Corona[mc] Avoid loosing meaningful bits ot pair.p2 when...
2014-06-24 Gabriel Corona[mc] Use an unordered_set for compared_pointers instead...