Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : ignore differences of pointers in .plt section in libsimgrid region...
[simgrid.git] / src / mc / mc_liveness.c
2012-07-30 Marion Guthmullermodel-checker : ignore differences of pointers in ...
2012-07-30 Marion Guthmullermodel-checker : remove core dump for each reached pair
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-04 Marion Guthmullermodel-checker : use rename() instead of system(mv ..)
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 : 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-21 Marion Guthmullermodel-checker : comment storage of visited pairs
2012-06-21 Martin QuinsonVarious cleanups to the model-checking user interface
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 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-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-02-28 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-25 Martin Quinsonuse named type of functions
2012-02-22 Arnaud GierschRemove unreachable code.
2012-02-22 Arnaud GierschNeed a cast here.
2012-02-22 Arnaud GierschFix error: too many arguments to function `mmalloc_comp...
2012-02-22 Arnaud GierschFix more format strings and parameters.
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 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 Guthmullermodel-checker : fix compilation error
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-30 Marion Guthmullermodel-checker : new function (rdv_points_compare) to...
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-13 Marion GuthmullerMerge branch 'MC_LTL'
2012-01-13 Marion Guthmullermodel-checker : break forgotten in switch
2012-01-13 Martin QuinsonMerge branch 'MC_LTL'
2012-01-12 Marion Guthmullermodel-checker : add informations when log debug enabled
2012-01-12 Marion Guthmullermodel-checker : %zu instead of %Zu in printf
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-11 Marion Guthmullermodel-checker : more informations if log enabled for...
2012-01-10 Arnaud GierschFix other "missing prototype" errors.
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-13 Marion Guthmullermodel-checker : clean code
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-07 Marion Guthmullermodel-checker : hash of regions in snapshot for reached...
2011-12-06 Marion Guthmullermodel-checker : reached_pairs changed to dynar
2011-12-05 Marion Guthmullermodel-checker : visited_pairs and visited_pairs_hash...
2011-12-05 Marion Guthmullermodel-checker : comparison between two hash of regions...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-05 Marion Guthmullermodel-checker : hash of regions in snapshot stored...
2011-12-01 Marion Guthmullermodel-checker : args prgm and automaton changed in...
2011-12-01 Marion Guthmullermodel-checker : free memory
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Marion Guthmullermodel-checker : comparison of heap between two snapshot...
2011-11-22 Marion Guthmullermerge conflicts
2011-11-22 Marion Guthmullermodel-checker : add snapshot of stack memory region...
2011-11-17 Marion Guthmullermodel-checker : stop exploration if there isn't evoluti...
2011-11-15 Marion Guthmullermodel-checker : free memory at the end of stateless...
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-11-10 Marion Guthmullermodel-checker : MC_replay_liveness function extended...
2011-11-09 Marion Guthmullermodel-checker : new version of stateless double dfs...
2011-11-04 Marion Guthmullermodel-checker : last version (incorrect) of double...
2011-11-03 Marion Guthmullermodel-checker : more condition (state with processes...
next