Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Chord: update some messages displayed
[simgrid.git] / src / xbt /
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
2010-11-22 navarropPrint more information in xbt_dynar_compare.
2010-11-15 mquinsonan unsigned int cannot be negative, no need to enforce
2010-11-15 agierschFix dynar test: cpt should be signed.
2010-11-12 thieryFix detection of asymetric routes errors in platform...
2010-11-12 thieryFix compilation warnings in the dynar test
2010-11-12 mquinsonadd a convinient xbt_dynar_set_as() macro, and test it
2010-11-12 mquinsonTest that insert/replace/remove functions of dynars...
2010-11-12 mquinsonDo not enforce that the idx is within the bounds for...
2010-11-09 agierschRemove debugging cruft. Sorry for the noise.
2010-11-09 mquinsonImplement the field width in log formats
2010-11-09 mquinsondocumentation fix
2010-11-09 agierschReviewed locking in mmalloc:
2010-11-05 navarropAdd function xbt_dynar_compare
2010-10-31 mquinsoncosmetics (change 'self' identifier to 'me' for g+...
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-21 agierschFix bug in xbt_dicti_set: previous was not updated.
next