Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : fix sorting of visited states and state equality reduction
[simgrid.git] / src / mc / mc_dpor.c
2013-01-02 Marion Guthmullermodel-checker : fix sorting of visited states and state...
2013-01-01 Marion Guthmullermodel-checker : sorting of visited states according...
2012-12-20 Marion Guthmullermodel-checker : fix dpor with state equality reduction
2012-12-20 Marion Guthmullermodel-checker : remove restriction of DPOR if several...
2012-12-18 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-17 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-17 Paul BédarideRestructure config headers
2012-12-17 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-16 Marion Guthmullermodel-checker : interleave all enabled processes for...
2012-12-10 Marion Guthmullermodel-checker : fix dpor algorithm if max depth reached
2012-11-20 Marion Guthmullermodel-checker : rename cfg flag for state comparison...
2012-11-17 Marion Guthmullermodel-checker : stop independance reduction if same...
2012-11-16 Marion Guthmullermodel-checker : fix dpor algorithm
2012-11-15 Marion Guthmullermodel-checker : factorize code for safety and liveness...
2012-11-15 Marion Guthmullermodel-checker : warning message if max depth is reached
2012-11-15 Marion Guthmullermodel-checker : cleanups in verification of current...
2012-11-13 Marion Guthmullermodel-checker : new cfg command line flag (model-check...
2012-07-10 Marion Guthmullermodel-checker : remove unnecessary take_snapshot for...
2012-06-27 Marion Guthmullermodel-checker : check current_heap before SET_RAW_MEM...
2012-06-21 Martin QuinsonCleanups in the --cfg options regarding model-checking
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 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 Guthmullermodel-checker : move print statistics if property is...
2012-01-30 Marion Guthmullermodel-checker : merge conflict resolved
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-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
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-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-22 Marion Guthmullermerge conflicts
2011-10-25 Marion Guthmullermodel-checker : nettoyage du code
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 Guthmullernew dfs algorithm with automaton of LTL formula
2011-02-17 agierschUse new style logging macros.
2011-01-26 cristianrosaDebug generation clean-ups.
2011-01-26 cristianrosaImprove independence detection and request pretty printing.
2011-01-20 cristianrosaCode refactor: move the functions associated to the...
2011-01-20 cristianrosaImprove debug information for waitany and testany requests.
2011-01-20 cristianrosaTranslate the executed TestAny and WaitAny requests...
2011-01-07 cristianrosaSmall bugfixes to stabilize the MC
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2011-01-05 cristianrosaReplace the setsets in the MC's states by malloced...
2010-12-16 cristianrosaBugfix: deadlock detection was wrong. Reimplemented.
2010-12-15 cristianrosaAnswer the request as the last action on it (it will...
2010-12-09 cristianrosaRemove the fork based checkpoint functionality.
2010-12-08 cristianrosaCompile fix: smx_process_t->request is a s_smx_req_t...
2010-12-02 thieryRename two functions and a structure
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-08-05 cristianrosaShow more information on dead-lock'ed transitions
2010-08-03 cristianrosaTweak the handling of WaitAny transitions. It should...
2010-07-29 cristianrosaFix a bug in the MC that enables running programs that...
2010-05-26 cristianrosaTransform random transitions into multiple // transitio...
2010-05-26 cristianrosaAdd MC support for processes with multiple enabled...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-17 cristianrosaAdd dead-lock detection to MC
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-05 mquinsonAdd the model-checker to the build tree. It's not used yet