Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Need to include surf/surf_routing.h now.
[simgrid.git] / src / xbt /
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.
2011-02-17 navarropRemove unused include "simgrid_config.h"
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-17 agierschDefine variadic logging macros.
2011-02-17 agierschRemove unused file.
2011-02-11 agierschReview const attribute for pointers..
2011-02-11 agierschUse xbt_dynar_free to destroy dynar.
2011-02-11 agierschRemove useless cast.
2011-02-11 agierschCosmetics: fix indentation.
2011-02-11 agierschRemove useless operation.
2011-02-03 thieryVarious optimizations
2011-02-02 thieryLarge-scale simulations need bigger mallocators
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-02-02 thieryOptimize xbt heaps a little bit: xbt_heap_pop() is...
2011-02-01 cristianrosaUse the extra data field of the xbt_os_thread to store...
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-27 agierschFix memory leaks in testall.
2011-01-27 agierschAlways free cat->layout on xbt_log_layout_set.
2011-01-27 agierschDisplay the config options, sorted by their names.
2011-01-24 thieryAdd a flag --cfg=contexts/stacksize and rename other...
2011-01-20 navarropMake a function to know if the configuration is set...
2011-01-19 navarropTest if the configuration into tag_config is already...
2011-01-18 navarropWindows compatibility.
2011-01-18 navarropProtect for windows.
2011-01-12 agierschRevert "Fix memory leak in xbt_str_split_quoted."
2011-01-12 agierschFix memory leak in xbt_str_split_quoted.
2011-01-06 navarropRemove unused variables.
2011-01-06 navarropTest if the config name is "simix/context" is better.
2011-01-06 navarropNeed to passe this line in debug due to cfg = raw,...
2011-01-06 navarropNeed this lines because when using gtnets, the libgtnet...
2011-01-05 navarropDestroy mutex and condition.
2011-01-05 navarropRemove old comments.
2011-01-05 navarropTest if having futex.h.
2010-12-17 mquinsonfix a linking error in libgras. At least I hope since...
2010-12-17 mquinsonload the right header to make sure that we have getline
2010-12-14 cristianrosaUse private futex commands
2010-12-14 cristianrosaReimplement parmap using futex based barriers.
2010-12-14 mquinsonoops forgot one file
next