Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : new function MC_diff to display all informations about a system state
[simgrid.git] / src / mc /
2012-01-13 Marion Guthmullermodel-checker : new function MC_diff to display all...
2012-01-13 Marion Guthmullermodel-checker : break forgotten in switch
2012-01-12 Marion Guthmullermodel-checker : add informations when log debug enabled
2012-01-12 Marion Guthmullermodel-checker : prototypes of static functions moved
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 GierschFix test, and remove duplicated checks.
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...
2012-01-05 Marion Guthmullermodel-checker : warnings fixed
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
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 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
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 Arnaud GierschKill old CVS $Id$ lines.
2011-12-01 Marion Guthmullermodel-checker : args prgm and automaton changed in...
2011-12-01 Marion Guthmullermodel-checker : free memory
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-28 Marion Guthmullermodel-checker : comparison of heap between two snapshot...
2011-11-28 Marion Guthmullermodel-checker : remove test useless before free(line)
2011-11-22 Marion Guthmullermodel-checker : close file /proc/self/maps at the end...
2011-11-22 Marion Guthmullermerge conflicts
2011-11-22 Marion Guthmullermodel-checker : add snapshot of stack memory region...
2011-11-17 Marion Guthmullermodel-checker : detection of pair already visited with...
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-14 Marion Guthmullermodel-checker : add name of program in arguments of...
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-10 Marion Guthmullermodel-checker : MC_replay_liveness function extended...
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-09 Marion Guthmullermodel-checker : new version of stateless double dfs...
2011-11-09 Marion Guthmullermodel-checker : add number of requests executed for...
2011-11-09 Marion Guthmullermodel-checker : pair without request executed not repla...
2011-11-07 Marion Guthmullermodel-checker : add new MAX_DEPTH_LIVENESS with verific...
2011-11-04 Marion Guthmullermodel-checker : last version (incorrect) of double...
2011-11-03 Marion Guthmullermodel-checker : more condition (state with processes...
2011-11-02 Marion Guthmullermodel-checker : change variable successors (local-...
2011-11-02 Marion Guthmullermodel-checker : memory leaks fixed in dfs algorithm...
2011-10-25 Marion Guthmullermodel-checker : function to compare values of propositi...
2011-10-25 Marion Guthmullermodel-checker : remove unused variables
2011-10-25 Marion Guthmullermodel-checker : function to compare propositional symbo...
2011-10-25 Marion Guthmullermodel-checker : change printf for size_t variables
2011-10-25 Marion Guthmullermodel-checker : test data in libsimgrid memory region...
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-25 Marion Guthmullermodel-checker : new comparison for reached pairs (autom...
2011-10-25 Marion Guthmullermodel-checker : new comparison of pair reached (automat...
2011-10-25 Marion Guthmullermodel-checker : delete visited in struct xbt_state_t...
2011-10-25 Marion Guthmullermodel-checker : delete struct reached_pair_stateless...
2011-10-25 Marion Guthmullermodel-checker : delete num in struct mc_pair_t
2011-10-25 Marion Guthmullermodel-checker : empty pair for stateless ddfs fixed
2011-10-25 Marion Guthmullermodel-checker : ddfs stateless and stateful fixed
2011-10-25 Marion Guthmullermodel-checker : update ddfs stateful model checking...
2011-10-25 Marion Guthmullermodel-checker : new structure reached_pair_stateless...
2011-10-25 Marion Guthmullermodel-checker : stateless model checking for liveness...
2011-10-25 Marion Guthmullermodel-checker : separate informations for safety statef...
2011-10-25 Marion Guthmullermodel-checker : new example bugged1 for stateful dpor
2011-10-25 Marion Guthmullermodel-checker : one more condition before interleaving...
2011-10-25 Marion Guthmullermodel-checker : add condition of invisibility to reduce...
2011-10-25 Marion Guthmullermodel-checker : new structure mc_pair_prop_t and backup...
2011-10-25 Marion Guthmullermodel-checker : DPOR (independant transitions) algorith...
2011-10-25 Marion Guthmullermodel-checker : separate dfs and dpor algorithms with...
2011-10-25 Marion Guthmullermodel-checker : 128bits->160bits for hash of visited...
2011-10-25 Marion Guthmullermodel-checker : restore interleaved process when restor...
2011-10-25 Marion Guthmullermodel-checker : dfs with good restore snapshot
2011-10-25 Marion Guthmullermodel-checker : correction of dfs algorithm for livenes...
2011-10-25 Marion Guthmullermodel-checker : test dpor without replay from initial...
2011-10-25 Marion Guthmullermodel-checker : rename file mc_dfs -> mc_liveness
2011-10-25 Marion GuthmullerMC LTL : last version dfs algorithm before reduction
2011-10-25 Marion GuthmullerMC LTL : add statistics
2011-10-25 Marion Guthmullermodel checker : dfs algorithm corrected
2011-10-25 Marion Guthmullermodel-check : show stack when property not valid
2011-10-25 Marion Guthmullermodel-check : dump stack for acceptance cycle
2011-10-25 Marion Guthmullermodel-check : show stack for acceptance cycle
2011-10-25 Marion Guthmullermodel check : acceptance cycle detection with automaton...
2011-10-25 Marion Guthmullerdétection de cycle d'acceptation ok mais boucle infinie...
2011-10-25 Marion Guthmullercorrection compile warnings
2011-10-25 Marion Guthmullernew dfs algorithm with automaton of LTL formula
2011-10-20 Martin Quinsonmerge branches
2011-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-05-18 Arnaud Giersch[mc] Don't define variable "raw_heap_fd" twice.
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-10 Arnaud GierschDefine and use a function to run the processes to run.
2011-05-09 Arnaud GierschChange the handling of SIMIX requests in model checker...
2011-04-20 Christophe ThiéryMC: make the output independent of the type of processo...
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...
next