Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
[simgrid.git] / src / xbt /
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
2010-12-14 mquinsonget the good parts of the replay without stack into...
2010-12-14 mquinsonsanitize the use of logs in unit testing of parmap...
2010-12-13 cristianrosaTransform the thread pool into a parallel map data...
2010-12-13 cristianrosaRemove the threadpool from the context factories.
2010-12-09 cristianrosaDo not use XBT log on unit test.
2010-12-08 cristianrosaRename condition variable + improve debugging
2010-12-08 cristianrosaBugfixes + test suitx
2010-12-07 mquinsonnew function: xbt_str_split_quoted_in_place (w/o mallocs)
2010-12-07 mquinsonxbt_dynar_to_array now destroys the dynar. The caller...
2010-12-07 thieryFix SIMIX calls
2010-12-07 mquinsondo not trim in split_quoted, that's expensive, and...
2010-12-07 mquinsondon't try to compute the backtrace if we have no proces...
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 suterAdd a new function xbt_dynar_to_array that transforms...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 agierschFix a memory leak in xbt_ex_setup_backtrace.
2010-12-01 mquinsonregenerate maintainer files (although I have no idea...
2010-11-30 mquinsontypo--
2010-11-30 alegrandCosmetics (remove uggly windows linefeeds)
2010-11-30 mquinsonalso fix xbt_dynar_set like xbt_dynar_set_at_ptr by...
2010-11-30 mquinsonFix location of library license in win32 ucontextes
2010-11-30 mquinsonFix sem_init testing.
2010-11-30 mquinsonBugfix: set the dynar's value to 0 for the expanded...
2010-11-28 alegrandFix broken doc
2010-11-26 mquinsonImplement gras_socket_im_the_server() the CRUDE way...
2010-11-25 navarropAdd new tests and exes for windows.
2010-11-24 mquinsonBe less picky about the passed arguments
next