Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : cleanups for heap comparison from global and local variables
[simgrid.git] / src / xbt /
2013-01-25 Marion Guthmullermodel-checker : cleanups for heap comparison from globa...
2013-01-25 Marion Guthmullermodel-checker : stop heap comparison when the first...
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-17 Arnaud GierschMerge branch 'vmtrace' again (don't try to undersatand...
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge branch 'vmtrace'
2013-01-16 Jonathan Rouzaud... Trying to fix modification with new master branch
2013-01-16 Jonathan Rouzaud... Trying to fix modification with new master branch
2013-01-16 Jonathan Rouzaud... Trying to fix modification with new master branch
2013-01-16 Jonathan Rouzaud... Merge with master
2013-01-10 Marion Guthmullermodel-checker : some cleanup in mmalloc_compare_heap...
2013-01-08 Arnaud GierschAvoid to put smpi symbols in libsimgrid.
2013-01-07 Marion Guthmullermodel-checker : comment backtrace and add ignore mechan...
2012-12-20 Arnaud GierschUse "debug" log level here.
2012-12-20 Arnaud GierschSome symbols were renamed by last flexml update.
2012-12-20 Arnaud GierschUpdate with newer flexml.
2012-12-20 Martin Quinsonmake MSG_config public, document it, and implement...
2012-12-20 Paul BédarideMove module tracing into corresponding modules
2012-12-19 Martin Quinsonuse system malloc for the raw heap if GNU ld is used
2012-12-18 Martin QuinsonUse xbt_malloc (and friends) instead of direct malloc()
2012-12-17 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-17 Paul BédarideMove config from surf to simgrid
2012-12-11 Arnaud GierschRemove now unused support for remote exceptions.
2012-12-11 Arnaud GierschRename function (create->reset), and kill empty functio...
2012-12-11 Arnaud GierschUse a sinlock instead of a mutex for mallocators.
2012-12-11 Arnaud GierschFactorize code for mutex locks.
2012-12-11 Arnaud GierschProtect mallocators for concurrent acces only with...
2012-12-11 Martin QuinsonI should stop coding at night -- sorry
2012-12-06 Augustin Degommemallocators were not initialized and used since commit...
2012-11-30 shensheiMerge ../simgrid
2012-11-28 paul bedarideAdd macros to generate simcalls code
2012-11-28 Marion Guthmullermodel-checker : try first to associate each block or...
2012-11-27 Marion Guthmullermodel-checker : remove unnecessary step
2012-11-27 Marion Guthmullermodel-checker : equal_to field of blocks/fragments...
2012-11-27 Marion Guthmullermodelc-checker : reset list of blocks/fragments pairs...
2012-11-27 Marion Guthmullermodel-checker : init equal_to field to -1 for each...
2012-11-27 Marion Guthmullermodel-checker : set size used to 0 when free fragment
2012-11-27 Arnaud GierschTypo + kill useless empty lines.
2012-11-27 Arnaud GierschCall xbt_log_postexit() at the end.
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-27 Jonathan Rouzaud... Last version before merging with master
2012-11-27 Arnaud GierschFile is unused since commit 678328fb7b84cbcebfff2e5df24...
2012-11-26 Arnaud GierschRemove needless volatile qualifier.
2012-11-26 Martin Quinsondoxygen is sooooo roten, it drives me crazy
2012-11-26 Martin Quinsonadd xbt_fifo_search(), to search an item with a user...
2012-11-25 Martin Quinsonmove sg_cmdline to xbt/virtu.h module, and rename it...
2012-11-25 Martin Quinsonxbt_os_procname and xbt_binary_name are the same -...
2012-11-25 Martin QuinsonApparently, I'm not allowed to free the memory here
2012-11-25 Martin Quinsonplug a (damn) memleak. Gosh, this one was hard to get...
2012-11-23 Arnaud GierschRemove fixme comment.
2012-11-23 Arnaud GierschLog priorities were renamed a long time ago.
2012-11-23 Arnaud GierschEradicate gras further.
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-23 Arnaud GierschFinalize coverage for swag.c.
2012-11-23 Arnaud GierschKill more references to GRAS.
2012-11-23 Arnaud GierschRename gras_config to internal_config.
2012-11-23 Arnaud GierschKill xbt_dynar_dopar().
2012-11-23 Arnaud GierschUse real threads for xbt_dynar_dopar.
2012-11-22 Martin Quinsonuseless cosmetic
2012-11-22 Martin Quinsonkill synchronized dynars: we don't need them and they...
2012-11-22 sutertypo--
2012-11-22 Arnaud GierschWe want host name here, not process name.
2012-11-22 Arnaud GierschDefine xbt_os_procname().
2012-11-22 Arnaud Gierschxbt_trp and xbt_datadesc were removed.
2012-11-22 Arnaud GierschLog category gras_trp_sg does not exist anymore.
2012-11-22 Martin Quinsonfirst try at killing GRAS -- does not compile yet
2012-11-22 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-21 Augustin Degommesecure the stack size parameter for thread,
2012-11-21 Martin Quinsons/lastest/latest/ (stupid me)
2012-11-20 Marion Guthmullermodel-checker : rename cfg flag for state comparison...
2012-11-19 Marion Guthmullermodel-checker : fix compilation error (with optimizatio...
2012-11-18 Marion Guthmullermodel-checker : improve stack ignore in heap comparison...
2012-11-18 Marion Guthmullermodel-checker : stateful mode disabled by default
2012-11-15 Marion Guthmullermodel-checker : store last visited states during explor...
2012-11-14 Arnaud GierschSize can be negative. Use ssize_t instead of size_t.
2012-11-13 Marion Guthmullermodel-checker : new cfg command line flag (model-check...
2012-11-12 Augustin Degommecosmetics and fix ugly bug in windows code
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-11 Marion Guthmullermodel-checker : remove chunks used comparison at the...
2012-11-09 Marion Guthmullermodel-checker : getter function for chunks used in...
2012-11-09 Marion Guthmullermodel-checker : use statistics already included in...
2012-11-09 Marion Guthmullermodel-checker : initialize global variables
2012-11-09 Augustin Degommeadd a function in xbt to allow setting the stack size...
2012-11-08 Marion Guthmullermodel-checker : new command line flag (model-check...
2012-11-07 Marion Guthmullermodel-checker : initialize global variable ignore_done...
2012-11-07 Marion Guthmullermodel-checker : add ignore mechanism for comparison...
2012-10-27 Marion Guthmullermodel-checker : update second parameter of mmorecore...
2012-10-27 Marion Guthmullermodel-checker : remove the display of promela property
2012-10-27 Marion Guthmullermodel-checker : fix memory leaks in heap comparison
2012-10-27 Marion Guthmullermodel-checker : fix some memory leaks
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-25 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-25 navarroTranform extern for XBT_PUBLIC
2012-10-25 navarroDelete some warning during the ref_guide build
2012-10-24 Maximiliano GeierPull changes to push BitTorrent fix
2012-10-24 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
next