Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bug fix: If the last released dependency is a control dependency, let
[simgrid.git] / include / xbt /
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-11 Arnaud GierschRemove now unused support for remote exceptions.
2012-12-11 Arnaud GierschProtect mallocators for concurrent acces only with...
2012-12-08 Martin Quinsondocument the unit testing mecanism
2012-11-26 Arnaud GierschRemove needless volatile qualifier.
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-23 Arnaud GierschEradicate gras further.
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-23 Arnaud GierschKill xbt_dynar_dopar().
2012-11-22 Martin Quinsonfurther remove GRAS and friends (from the doxygen confi...
2012-11-22 Martin Quinsonkill synchronized dynars: we don't need them and they...
2012-11-22 Martin Quinsonfirst try at killing GRAS -- does not compile yet
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-09 Marion Guthmullermodel-checker : getter function for chunks used in...
2012-11-09 Augustin Degommeadd a function in xbt to allow setting the stack size...
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 navarroAdd XBT_PUBLIC tag to smpi variables
2012-10-25 navarroFix documentation warnings
2012-10-25 navarroDelete some warning during the ref_guide build
2012-10-19 Maximiliano GeierMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-17 Martin QuinsonEnsure that the mallocator are really inactive when...
2012-10-16 Martin Quinsondocument that we really need xbt_os_thread_atfork ...
2012-10-12 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-12 Marion Guthmullermodel-checker : display malloc backtrace according...
2012-10-11 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-11 Arnaud GierschInclude standard header files after local includes.
2012-10-11 Arnaud GierschDefine _GNU_SOURCE in xbt/misc.h, so that it's defined...
2012-10-08 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-08 Martin QuinsonBug fix in mrealloc where the previous content could...
2012-10-05 Marion Guthmullermodel-checker : check if a difference detected in stack...
2012-10-05 Marion Guthmullermodel-checker : store equality detected in heap compari...
2012-10-05 Marion Guthmullermodel-checker : ignore stack areas in heap comparison...
2012-10-05 Marion Guthmullermodel-checker : previous algorithm for heap comparison...
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-02 Arnaud GierschCall __gcov_flush() on abort so that gcda files are...
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-11 navarroAdd a function ls to storage
2012-07-31 Jean-Baptiste HervéMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-07-30 Marion Guthmullermodel-checker : cleanup for heap comparison
2012-07-10 Marion Guthmullermodel-checker : heapinfo address in parameter of malloc...
2012-07-10 Marion Guthmullermodel-checker : remove unused function
2012-07-03 navarroFix some warnings in doc
2012-06-22 Martin Quinsonmake iterating over NULL dynar a no-op that does not...
2012-06-22 navarroFix usage of xbt_dynar_foreach if dynar is NULL.
2012-06-21 navarroFix update of the file size when write a double and...
2012-06-21 Martin QuinsonVarious cleanups to the model-checking user interface
2012-06-21 jbrvremove some trailing spaces
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-19 lbobelinInitial commit for split doc (in order to let Pierre...
2012-06-14 Marion Guthmullerresolve merge conflict
2012-06-14 Marion Guthmullermodel-checker : lex and yacc parsing moved in src/xbt...
2012-06-14 Arnaud Giersch__GNUC__ is already defined at this place.
2012-06-14 Marion Guthmullermodel-checker : add header (description, copyright...
2012-06-14 Arnaud GierschAdd a defined(__GNUC__), and rework expression.
2012-06-14 Martin Quinsonspeak nicely to old gcc versions
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 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 Guthmullerfix merge conflict
2012-06-12 Arnaud GierschUse XBT_PUBLIC for exported functions.
2012-06-12 Arnaud GierschDefine variables in C file.
2012-06-12 Arnaud GierschDeclare exported functions in header.
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-08 suterFirst step to move trace replay from MSG towards SMPI
2012-06-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-01 unknownFunctions RngStream must be XBT_PUBLIC for dll
2012-06-01 unknownCosmetics
2012-06-01 unknownFix compilation on Windows with pthread.
2012-05-30 navarroDon't change doxygen typo for \dontinclude
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-25 navarroAdd documentation for xbt_dict_foreach
2012-05-24 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-23 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-23 Arnaud GierschCannot use a variable defined on command line here.
2012-05-23 Arnaud GierschApparently, constructor priorities are not supported...
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-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-05-13 Martin Quinsonmake xbt_os_thread module public (Java needs it, at...
2012-05-10 Martin Quinsonnew function xbt_dynar_search_or_negative()
2012-04-27 Arnaud GierschAllow user defined format for XBT_IN() and XBT_HERE...
next