Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix remaining memory leaks in MSG
[simgrid.git] / src / xbt /
2011-10-13 Christophe ThiéryMerge branch 'lua'
2011-10-05 Arnaud GierschMake xbt_strbuff_chomp() really do its work.
2011-10-05 Arnaud GierschAn empty strbuff should really be empty.
2011-09-27 NavarropThose files should not be in git.
2011-09-21 Martin Quinsoncut an infinite loop of exception raising which raises...
2011-09-08 NavarropRevert "Re-apply old patch A. Giersch 06/07/2010"
2011-09-08 NavarropRe-apply old patch A. Giersch 06/07/2010
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-28 unknownNo need to have difference between win32 and Unix syste...
2011-07-28 unknownPrefer check size of void* against write 4 or 8
2011-07-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-26 unknownFor win64 it is cast unsigned long long.
2011-07-26 unknownCorrectly set CMAKE_SYSTEM_PROCESSOR and use it.
2011-07-21 Arnaud GierschDo not initialize mmalloc if !MMALLOC_WANT_OVERRIDE_LEGACY.
2011-07-19 Arnaud GierschUse string literals for format.
2011-07-19 Arnaud GierschOutput debug messages at debug loglevel.
2011-07-19 Arnaud GierschFix xbt_str_diff.
2011-07-19 Arnaud GierschAdd some tests for xbt_str_diff.
2011-07-19 Arnaud GierschAdd const qualifier to parameters of xbt_str_diff.
2011-07-19 Arnaud Gierschxbt_str: move tests at end.
2011-07-18 Arnaud GierschUse strtol instead of sscanf+sprintf for parsing and...
2011-07-06 Martin Quinsontrivial merge of changes about gras architecture
2011-06-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-28 Martin Quinsontry to group the mallocs by finality instead of spreadi...
2011-06-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-27 Martin Quinsondo not hardcode 1 instead of using value (bug in a...
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
2011-06-23 Arnaud GierschUse CATCH_ANONYMOUS whenever possible, and remove unuse...
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-07 Arnaud GierschRemove unused variables.
2011-06-07 Arnaud GierschThrow an exception if return value shows an error.
2011-05-24 Martin Quinsonmerge
2011-05-24 Arnaud GierschRegenerate files in maintainer mode.
2011-05-18 Arnaud GierschApply "coordinates" config option in surf_config, and...
2011-05-17 Arnaud GierschUse realloc and make _xbt_dynar_expand a bit faster.
2011-05-10 Arnaud GierschFix error message.
2011-05-06 Arnaud GierschTry to improve xbt_parmap.
2011-05-05 Arnaud Gierschxbt_swag: remove duplicated code.
2011-04-27 NavarropNeed to include surf/surf_routing.h now.
2011-04-26 NavarropUse function mergesort against qsort if possible.
2011-04-22 Christophe ThiéryI don't even know why it worked before.
2011-04-22 Christophe ThiéryDefine the right type for xbt_os_thread_key_t
2011-04-22 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-22 Christophe ThiéryAdd functions xbt_os_thread_key_create, xbt_os_thread_g...
2011-04-22 Christophe ThiéryAttempt to allow initializing log categories before...
2011-04-22 Christophe ThiéryI forgot to also move the structure definition
2011-04-22 Christophe ThiéryMove the implementation of reentrant mutexes out of...
2011-04-21 Christophe ThiéryFix the race condition in _xbt_log_cat_init().
2011-04-21 Christophe ThiéryImplement reentrant mutexes in xbt_os_thread
2011-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-21 Martin Quinsonwtf? 13k spaces are a bit overplayed
2011-04-21 Martin Quinsonload simgrid_config ASAP so that _GNU_SOURCE really...
2011-04-21 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-21 Christophe ThiéryFor tesh, produce the same output for different context...
2011-04-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-20 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-20 Arnaud GierschAlign address on a page boundary.
2011-04-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-19 Christophe ThiéryFix Doxygen warnings
2011-04-19 Martin QuinsonMake sure we have getline when we use it
2011-04-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-19 Martin Quinsonmore explicit error messages on mmap madness
2011-04-19 Christophe ThiéryFix compilation error
2011-04-19 Martin Quinsonmore informative error messages on errors within mmalloc
2011-04-18 Martin Quinsonsome more tiny doxygen fixes
2011-04-18 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-18 Christophe Thiéryxbt_dynar_map did not work well with dynars of structs.
2011-04-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-18 Martin Quinsondocument the several thresolds recognized by the -...
2011-04-14 Frederic Sutercatch return values of getline to prevent compilation...
2011-04-14 mehdiMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-14 Lucas Schnorrtwo new functions to xbt_graph, load and save
2011-03-31 Lucas SchnorrMerge branch 'master' into master-svn
2011-03-29 thieryProtect recursive calls to _xbt_log_cat_init from this...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-24 agierschReplace, when possible, calls to bprintf() by calls...
2011-03-24 agierschFix documentation for xbt_dict_set.
2011-03-24 navarropDont used (*lib) but l = *lib.
2011-03-24 navarropSet level COORD_HOST_LEVEL and COORD_ASR_LEVEL if there...
2011-03-24 navarropAdd xbt_lib_size and xbt_lib_rehash
2011-03-24 navarropAdd library (xbt_lib) to simgrid.
2011-03-14 navarropSorry need to be call here for compile warning.
2011-03-10 navarropFree dynar after use in xbt_dynar_compare.
2011-03-08 navarropFactorize functions for Unix and Windows.
2011-03-07 navarropProtect with HAVE_FUTEX_H
2011-03-07 navarropAdd missing functions with windows
2011-03-02 cristianrosaUse a better synchronization mechanism to control the...
2011-03-01 thieryFix a bug introduced by r9743
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-22 agierschReceived a dynar, and not a pointer to it.
2011-02-22 agierschAutomatically release resources associated with detache...
2011-02-22 agierschFree memory after parmap test.
2011-02-22 agierschUse variadic variants of xbt_test_{add,fail,assert...
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-22 agierschMake xbt_die() accept a format string with arguments.
2011-02-22 agierschRemove useless double parentheses in function calls.
2011-02-22 agierschFix build error: implicit declaration of function ...
2011-02-18 navarropWe need include simgrid_config.h for function getline.
next