Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let simgrid.dtd to be accessible from the web in order to enable automatic validation...
[simgrid.git] / src / xbt /
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.
2010-10-11 alegrandIndent include and src using this command:
2010-10-11 alegrandRemove weird parenthesis...
2010-10-04 mquinsonmerge
2010-10-01 mquinsonFix xbt_strbuff test from testall [Arnaud Giersch].
2010-09-28 cristianrosaFix a 3 years old bug in the dictionary's function...
2010-09-23 navarropRename CLEANUP definition (used after TRY) into TRY_CLEANUP
2010-09-23 navarropRename CLEANUP macro into _CLEANUP for Supernovae mode.
2010-09-13 navarropWindows compatibility.
2010-08-10 coldpeacetest dict before giving its size...
2010-08-09 coldpeaceadd new function : xbt_dict_is_empty
2010-08-04 navarropMore windows compatibility for context.
2010-07-15 mquinsonfix example in the documentation
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-07-09 piniCosmetics
2010-07-06 navarrop[From Arnaud Giersch] Fix the following problems in...
2010-06-24 navarropSome log default categories are already defined.
2010-06-24 navarropBe sure __mmalloc_current_heap is initialized.
2010-06-24 mquinsonmask bottom of stacks when using sysv ctx
2010-06-23 navarropNeed to have the HAVE_MMAP variable.
2010-06-18 navarropSet variables for windows.
2010-06-18 navarropDefine correctly variables for windows.
2010-06-18 navarropDeclare LOG_DEFAULT_CATEGORY with LOG_NEW_DEFAULT_SUBCA...
2010-06-17 navarropNow sources are generated with #line.
2010-06-16 coldpeacexbt_dynar_is_empty to check if a dynar is empty or not
2010-06-16 navarropChange path for win32 ucontext files.
2010-06-14 navarropAdd condition before use a mmalloc function.
2010-06-14 navarropThe function ffs doesn't exist for windows, so we have...
2010-06-14 suter3rd attempt: replace __compar_fn_t by a new function...
2010-06-14 suterRhhaaa, use the __compar_fn_t type defined in stdlib...
2010-06-14 suterAdd a new function xbt_dynar_sort() which is a wrapper...
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-06-04 navarropIncorrect use of conditionnal expressions
2010-06-03 navarropNow supernovae mode works out of project directory.
2010-06-02 alegrandRevert "Make gras compil with Visual C++." This commit...
2010-06-01 navarropMake gras compil with Visual C++.
2010-05-27 cristianrosaRemove the reference count of the elements from the...
2010-05-27 cristianrosaImprove setset iterator
2010-05-26 cristianrosaBugfix: setset cursors were incorrectly implemented...
next