Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix more format strings and parameters.
[simgrid.git] / src / mc / mc_global.c
2012-02-22 Arnaud GierschFix more format strings and parameters.
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 Guthmullermodel-checker : fix compilation error
2012-01-30 Marion Guthmullermerge conflict resolved
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 : new function MC_diff to display all...
2012-01-13 Martin QuinsonMerge branch 'MC_LTL'
2012-01-12 Marion Guthmullermodel-checker : prototypes of static functions moved
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-10 Arnaud GierschFix other "missing prototype" errors.
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
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-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Marion Guthmullermodel-checker : args prgm and automaton changed in...
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-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 Marion Guthmullermodel-checker : pair without request executed not repla...
2011-11-04 Marion Guthmullermodel-checker : last version (incorrect) of double...
2011-11-03 Marion Guthmullermodel-checker : more condition (state with processes...
2011-10-25 Marion Guthmullermodel-checker : nettoyage du code
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 : 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 : DPOR (independant transitions) algorith...
2011-10-25 Marion Guthmullermodel-checker : separate dfs and dpor algorithms with...
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 checker : dfs algorithm corrected
2011-10-25 Marion Guthmullermodel-check : show stack when property not valid
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-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-02-17 agierschUse new style logging macros.
2011-02-15 cristianrosaAlways show the MC statistics on exit.
2011-01-26 cristianrosaImprove independence detection and request pretty printing.
2011-01-26 cristianrosaImprove the show stack function. (Now it prints the...
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 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: correctly set/unset the raw memory when taking...
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
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 thieryCleaner detection of using model-checking.
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-05-27 cristianrosaRemove the transitions from the model-checker's setset...
2010-05-26 cristianrosaTransform random transitions into multiple // transitio...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-17 cristianrosaImprove comments on examples
2010-05-17 cristianrosaBugfix: Do not copy the communication data in the model...
2010-05-14 cristianrosaFree MC memory on exit SVN
2010-05-12 cristianrosaBugfix: delete the set of created transitions, otherwis...
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