Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : cosmetics reindent
[simgrid.git] / src / mc /
2012-10-05 Marion Guthmullermodel-checker : cosmetics reindent
2012-10-05 Marion Guthmullermodel-checker : move functions about snapshot compariso...
2012-10-05 Marion Guthmullermodel-checker : take snapshot of stacks (local variable...
2012-10-05 Marion Guthmullermodel-checker : detect if binary program has been compi...
2012-10-05 Marion Guthmullermodel-checker : ignore stack areas in heap comparison...
2012-10-05 Marion Guthmullermodel-checker : previous algorithm for heap comparison...
2012-10-05 Marion Guthmullermodel-checker : print local variables only with debug...
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Arnaud GierschUse xbt_abort instead of abort.
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-18 Marion Guthmullermodel-checker : first part to retrieve local variables...
2012-09-18 Marion Guthmullermodel-checker : remove unused variable
2012-08-02 Marion Guthmullermodel-checker : add block and fragment number in mc_ign...
2012-08-01 Marion Guthmullermodel-checker : sort ignore list and dichotomic search
2012-08-01 Marion Guthmullermodel-checker : ignore irrelevant differences for heap...
2012-08-01 Marion Guthmullermodel-checker : remove unused function
2012-07-31 Jean-Baptiste HervéMerge branch 'master' of git+ssh://scm.gforge.inria...
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 : update tests for snapshot comparison
2012-07-30 Marion Guthmullermodel-checker : remove core dump for each reached pair
2012-07-30 Marion Guthmullermodel-checker : cleanup on mc_checkpoint
2012-07-25 Marion Guthmullermodel-checker : cleanups for liveness property model...
2012-07-16 Marion Guthmullermodel-checker : add new pair reached in raw_heap
2012-07-16 Marion Guthmullermodel-checker : add new pair reached even if compare==0
2012-07-11 Marion Guthmullermodel-checker : application alert for state equality...
2012-07-10 Marion Guthmullermodel-checker : factorization of set_pair_reached and...
2012-07-10 Marion Guthmullermodel-checker : remove useless code
2012-07-10 Marion Guthmullermodel-checker : remove unused function
2012-07-10 Marion Guthmullermodel-checker : remove unnecessary take_snapshot for...
2012-07-10 Marion Guthmullermodel-checker : remove useless code
2012-07-04 Marion Guthmullermodel-checker : use rename() instead of system(mv ..)
2012-07-04 Arnaud GierschInclude simgrid_config.h before stdio.h to define _GNU_...
2012-07-04 Arnaud GierschRemove useless defines.
2012-07-04 Arnaud GierschDon't define variables in header files (part 2).
2012-07-03 Marion Guthmullermodel-checker : use abort() instead of a hack for core...
2012-07-03 Marion Guthmullermodel-checker : typo
2012-07-03 Marion Guthmullermodel-checker : create core dump without termination...
2012-06-29 Marion Guthmullermodel-checker : tests for snapshot comparison
2012-06-29 Marion Guthmullermodel-checker : test unit removed
2012-06-29 Marion Guthmullermodel-checker : move functions about snapshot compariso...
2012-06-27 Marion Guthmullermodel-checker : check current_heap before SET_RAW_MEM...
2012-06-22 Marion Guthmullermodel-checker : keep MC_request_to_string in std heap
2012-06-22 Marion Guthmullermodel-checker : detect pointers on valid fragment in...
2012-06-22 Martin QuinsonMSG_config mc-related stuff is not enough to activate...
2012-06-21 Marion Guthmullermodel-checker : comment storage of visited pairs
2012-06-21 Martin QuinsonCleanups in the --cfg options regarding model-checking
2012-06-21 Martin QuinsonVarious cleanups to the model-checking user interface
2012-06-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Marion Guthmullermodel-checker : fix debug message
2012-06-21 Marion Guthmullermodel-checker : end of cleanup for stateful and statele...
2012-06-21 Martin Quinsonlet model-checking compile without supernovae activated...
2012-06-21 Marion Guthmullermodel-checker : unused variable
2012-06-21 Marion Guthmullermodel-checker : factorization of code for model-checkin...
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-14 Marion Guthmullerresolve merge conflict
2012-06-14 Marion Guthmullermodel-checker : lex and yacc parsing moved in src/xbt...
2012-06-14 Marion Guthmullermodel-checker : move print statistics if property is...
2012-06-14 Marion Guthmullermodel-checker : fix std_heap address for heap compariso...
2012-06-14 Marion Guthmullermodel-checker : in second test unit, snapshot compariso...
2012-06-13 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 Marion Guthmullermodel-checker : get std_heap with mmalloc_get_current_h...
2012-06-13 Marion Guthmullermodel-checker : new test unit for snapshot comparison
2012-06-13 Marion Guthmullermodel-checker : remove unused argument in functions...
2012-06-13 Marion Guthmullermodel-checker : test unit for snapshot comparison
2012-06-13 Marion Guthmullermodel-checker : unused variables deleted
2012-06-13 Marion Guthmullermodel-checker : remove unnecessary get_memory_map_addr...
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-06-13 Marion Guthmullermodel-checker : print statistics in all cases (property...
2012-06-12 Marion Guthmullermodel-checker : comment unused statistics information
2012-06-03 Marion Guthmullermodel-checker : free pointers
2012-06-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-02 Marion Guthmullermodel-checker : initialize pointers (segfault with...
2012-06-02 Marion Guthmullermodel-checker : add pair's number in struct mc_pair_rea...
2012-05-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-29 Marion Guthmullermodel-checker : replace all XBT_DEBUG by XBT_INFO
2012-05-24 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-24 Marion Guthmullermodel-checker : reindent, no change
2012-05-24 Marion Guthmullermodel-checker : switch between data program and data...
2012-05-24 Marion Guthmullermodel-checker : fclose forgotten in get_memory_map_addr
2012-05-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-23 Marion Guthmullermodel-checker : function get_addr_memory_map rewrited...
2012-05-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-23 Marion Guthmullercompilation errors (optimizations and model checking...
2012-05-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-21 Marion Guthmullermodel-checker : get location of pointed address in...
2012-05-03 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-03 Marion Guthmullermodel-checker : new comparison of region (program data...
2012-05-02 navarroThis file does not exist.
2012-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-20 Marion Guthmullermodel-checker : change XBT_DEBUG for fprintf
next