Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move start_text, start_data, start_bss into mc_object_info_t
[simgrid.git] / src / mc / mc_checkpoint.c
2012-07-30 Marion Guthmullermodel-checker : add debug information about pointers...
2012-07-30 Marion Guthmullermodel-checker : free memory
2012-07-30 Marion Guthmullermodel-checker : use bprintf instead of sprintf
2012-07-30 Marion Guthmullermodel-checker : ignore differences of pointers in ...
2012-07-30 Marion Guthmullermodel-checker : cleanup on mc_checkpoint
2012-07-10 Marion Guthmullermodel-checker : remove useless code
2012-06-29 Marion Guthmullermodel-checker : move functions about snapshot compariso...
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Marion Guthmullermodel-checker : cosmetics reindent
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-13 Marion Guthmullermodel-checker : update include file
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 Marion Guthmullermodel-checker : remove binary name as argument of some...
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-30 Marion Guthmullermodel-checker : merge conflict resolved
2012-01-30 Marion Guthmullerremove function MC_take_snapshot_to_restore_liveness
2012-01-30 Martin Quinsonthis type name is usable as is, so add _t postfix ...
2012-01-30 Martin Quinsonadd proper copyright headers to the MC files
2012-01-30 Martin Quinsonmv src/mc/private.h src/mc/mc_private.h
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-30 Marion Guthmullermodel-checker : more debug information
2012-01-19 Arnaud GierschUse %zu to format a sizeof value.
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-10 Arnaud GierschDon't use printf modifier %Z. Use %z instead.
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Marion Guthmullermodel-checker : args prgm and automaton changed in...
2011-12-01 Marion Guthmullermodel-checker : new function MC_take_snapshot_to_restor...
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-30 Marion Guthmullermodel-checker : remove stack from regions added in...
2011-11-22 Marion Guthmullermerge conflicts
2011-11-22 Marion Guthmullermodel-checker : add snapshot of stack memory region...
2011-11-15 Marion Guthmullermodel-checker : detection of acceptance cycle when...
2011-11-14 Marion Guthmullermodel-checker : add region (data of program) in snapshot
2011-10-25 Marion Guthmullermodel-checker : add type in s_mc_mem_region (0=std_heap...
2011-10-25 Marion Guthmullermodel-checker : nettoyage du code
2011-10-20 Martin Quinsonmerge branches
2011-04-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-19 Martin Quinsonfix MC in 32bit [Marion, still learning git -- shame...
2011-01-20 cristianrosaBugfix: save only the state of the heap and libsimgrid.
2010-12-15 cristianrosaFix the detection of the raw_heap when snapshoting
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-05-05 mquinsonAdd the model-checker to the build tree. It's not used yet