Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : args prgm and automaton changed in global variables
[simgrid.git] / src / mc / private.h
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-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-14 Marion Guthmullermodel-checker : add name of program in arguments of...
2011-11-10 Marion Guthmullermodel-checker : MC_replay_liveness function extended...
2011-11-09 Marion Guthmullermodel-checker : add number of requests executed for...
2011-11-07 Marion Guthmullermodel-checker : add new MAX_DEPTH_LIVENESS with verific...
2011-11-03 Marion Guthmullermodel-checker : more condition (state with processes...
2011-11-02 Marion Guthmullermodel-checker : memory leaks fixed in dfs algorithm...
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 : 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 : 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 : 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 GuthmullerMC LTL : add statistics
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 Guthmullernew dfs algorithm with automaton of LTL formula
2011-10-20 Martin Quinsonmerge branches
2011-05-18 Arnaud Giersch[mc] Don't define variable "raw_heap_fd" twice.
2011-01-26 cristianrosaImprove independence detection and request pretty printing.
2011-01-20 cristianrosaAdd a clock per process when running in MC mode.
2011-01-20 cristianrosaCode refactor: move the functions associated to the...
2011-01-20 cristianrosaBugfix: every state should also save a copy of the...
2011-01-20 cristianrosaTranslate the executed TestAny and WaitAny requests...
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2011-01-05 cristianrosaRework state's implementation to better support waitany...
2011-01-05 cristianrosaReplace the setsets in the MC's states by malloced...
2010-12-09 cristianrosaRemove the fork based checkpoint functionality.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-05-26 cristianrosaTransform random transitions into multiple // transitio...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-14 cristianrosaFree MC memory on exit SVN
2010-05-12 cristianrosaBugfix: fix memory leak related to transition creation...
2010-05-11 cristianrosaAdd int MC_random(int min, int max) function that will...
2010-05-06 mquinsonFight for better integration of mmalloc, mc and xbt
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-05-05 mquinsonAdd the model-checker to the build tree. It's not used yet