Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix format string.
[simgrid.git] / src / xbt /
2012-06-14 Arnaud GierschAdd cases for missing enumeration values.
2012-06-14 Marion Guthmullermodel-checker : add header (description, copyright...
2012-06-14 Marion Guthmullermodel-checker : comment unused variable
2012-06-14 Marion Guthmullermodel-checker : get end heap with field breakval in...
2012-06-14 Marion Guthmullermodel-checker : fix std_heap address for heap compariso...
2012-06-13 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 Marion Guthmullermodel-checker : get std_heap with mmalloc_get_current_h...
2012-06-13 Marion Guthmullermodel-checker : remove unused argument in functions...
2012-06-13 Marion Guthmullermodel-checker : add total hamming distance for heap...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-12 Arnaud GierschRename functions xbt_dict_hash*() to xbt_str_hash().
2012-06-12 Arnaud GierschInline functions without their definitions don't make...
2012-06-12 Marion Guthmullermodel-checker : warnings compilation fixed
2012-06-12 Marion Guthmullerfix merge conflict
2012-06-12 Marion Guthmullermodel-checker : fix number and address of blocks in...
2012-06-12 Arnaud GierschDefine variables in C file.
2012-06-12 Arnaud GierschDeclare exported functions in header.
2012-06-12 Arnaud GierschFix compilation errors about unused or uninitialized...
2012-06-11 Marion Guthmullermodel-checker : remove useless memcmp in heap compariso...
2012-06-11 jbrvAdd a function to copy a RngStream structure
2012-06-11 jbrvMove XBT hash functions to xbt_str.c and make them...
2012-06-09 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-09 Marion Guthmullermodel-checker : heap comparison algorithm rewrited
2012-06-08 suterFirst step to move trace replay from MSG towards SMPI
2012-06-08 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-06 Marion Guthmullertypos in message of backtrace display (where malloced...
2012-06-04 Arnaud GierschDeclare as "unsigned" bit fields used as boolean.
2012-06-03 Marion Guthmullermodel-checker : free pointers
2012-06-03 Marion Guthmullermodel-checker : initialize pointer and update indice...
2012-06-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-02 Marion Guthmullermodel-checker : free pointer
2012-06-02 Marion Guthmullermodel-checker : free pointers
2012-06-01 Arnaud GierschUndefine this terms, or supernovae build will fail.
2012-06-01 Marion Guthmullermodel-checker : oops, about 3000 blocks unchecked in...
2012-06-01 Marion Guthmullermodel-checker : first work for canonicalisation (get...
2012-05-31 Arnaud GierschRevert "Don't fail when backtrace() returns 0."
2012-05-30 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 Samuel LepetitMove RngStream to xbt (public)
2012-05-30 navarroSome typos in source code
2012-05-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-29 Martin Quinsonrecommit my initial version of cloud stuff for 3.8...
2012-05-25 Arnaud GierschDon't fail when backtrace() returns 0.
2012-05-24 Martin Quinsonhere lucas: =<G>= (you deserve it). Closes #14324
2012-05-24 navarroAdd this function to compile on mac.
2012-05-24 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-23 Arnaud GierschCosmetics: keep categories lexicographically ordered.
2012-05-23 Arnaud GierschGive the correct address for the source of memcpy
2012-05-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-23 Marion Guthmullermodel-checker : function get_addr_memory_map rewrited...
2012-05-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-23 Marion Guthmullercompilation errors (optimizations and model checking...
2012-05-22 Arnaud GierschEnsure that lfields[] is fully initialized.
2012-05-22 Arnaud GierschThe mutex is useless when mallocators are disabled.
2012-05-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-21 Marion Guthmullermodel-checker : get location of pointed address in...
2012-05-20 Duco van AmstelA few more details in some functions descriptions
2012-05-10 Martin Quinsonnew function xbt_dynar_search_or_negative()
2012-05-09 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-05 Arnaud GierschUse -DBL_MAX for MIN_KEY_VALUE.
2012-05-05 Arnaud GierschTypo.
2012-05-04 unknownFix compilation error if don't have MMAP like win32
2012-05-03 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin QuinsonMerge all public simix headers, and distribute them...
2012-04-27 Marion Guthmullermodel-checker : remove meta-data of heap in comparison...
2012-04-27 navarroRewrite the kill_time mecanism.
2012-04-27 Arnaud GierschRework xbt_dynar_three_way_partition.
2012-04-27 Arnaud GierschEmpty argument is allowed for XBT_IN().
2012-04-26 Arnaud LegrandLet's not assume that an unsigned long int always behav...
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-26 Duco van AmstelFixed some compilation issues (warnings) in last commits
2012-04-25 Arnaud LegrandAdd a convenient dynar function to sort the dynar using...
2012-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-21 Arnaud GierschAdd full references for the articles.
2012-04-20 Marion Guthmullermodel-checker : get pointer address for bytes detected...
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-20 Arnaud GierschConsolidate loops. Also remove useless initializations.
2012-04-20 Arnaud GierschBreak recursion a bit earlier.
2012-04-20 Arnaud GierschAdd a --verbose option for testall.
2012-04-20 Arnaud GierschUse pointer arithmetic for accessing to dynar elements.
2012-04-20 Arnaud GierschUse a smarter algorithm for xbt_str_diff.
2012-04-04 navarroFix warning by doxygen
2012-04-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-02 Arnaud GierschEradicate strange characters...
2012-04-02 Arnaud GierschOptimize xbt_str_diff further.
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-30 Arnaud GierschAllow to give a priority to _XBT_GNUC_{CONS,DES}TRUCTOR.
2012-03-30 Arnaud GierschDeclare the main log categories into their respective...
2012-03-30 Arnaud GierschRemove unused log category.
2012-03-30 Arnaud GierschAlso connect main log categories.
2012-03-30 Arnaud GierschRemove unused 2nd parameter for XBT_LOG_CONNECT.
2012-03-30 Arnaud GierschConnect categories before parsing the command line.
2012-03-28 Arnaud GierschLog sd_dotparse only exists when HAVE_GRAPHVIZ.
2012-03-28 Arnaud GierschHandle --help-log* options from xbt_log_init.
2012-03-28 Arnaud GierschRemove --*-log options that are deprecated since nearly...
2012-03-28 Arnaud GierschAdd missing calls to XBT_LOG_CONNECT.
next