Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix sem_init testing.
[simgrid.git] / src / xbt /
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...
2010-05-18 cristianrosaFix problem on merge from svn
2010-05-18 cristianrosaImport portability macro in mmalloc
2010-05-18 mquinsonImport portability macros in mmalloc
2010-05-18 navarropAdd option enable_modele-checking.
2010-05-18 navarropThis commit 590f9c7e65ce6a64705272d79443599877d5cb72...
2010-05-14 cristianrosaBugfix: destroy all the sets when destroying a setset...
2010-05-12 cristianrosaBugfix: do not assume that the object still exists...
2010-05-10 cristianrosaBugfix: make mmalloc build in x64
2010-05-08 mquinsonThe mallocators of dict and fifo are created in pre...
2010-05-07 navarropEnable mac compilation with MMAP.
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-07 mquinsonnow that mmalloc doesn't break tesh anymore nor nothing...
2010-05-07 mquinsoncosmetics (kill unused var, and kill/improve debug...
2010-05-07 mquinsonlet malloc(0) work (and kill debug outputs)
2010-05-07 mquinsonDo not share anonymous pages accross forks, damnit...
2010-05-06 mquinsonFight for better integration of mmalloc, mc and xbt
2010-05-06 mquinsonImprove the integration of mmalloc and mc_memory into...
2010-05-06 mquinsonStupid me, xbt_init is called by each GRAS process
2010-05-06 mquinsonLet xbt_exit() issue a warning stating that this is...
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-05-05 mquinsonAdd the model-checker to the build tree. It's not used yet
2010-05-05 mquinsonUnify the copyright headers of mmalloc with the rest...
2010-05-05 mquinsonchange mmalloc.h into a public header
2010-05-05 mquinsonWe don't intend to support pre-ansi platforms, so clean...
2010-05-05 mquinsonUpdate mmalloc to compile with paranoid flags used...
2010-05-05 mquinsonNew module: mmalloc (mapped malloc)
2010-05-05 mquinsonNew data container: setset (set of sets of elements)
2010-05-05 mquinsonBug fix in xbt_dynar_shrink(): use the right element...
2010-05-05 mquinsonNew function: xbt_fifo_get_last_item()
2010-05-05 mquinsonNew function: xbt_dict_cursor_set_data()
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-25 mquinsonImprove the code dynar example by explaining that freei...
2010-04-15 mquinsonImprove the license statement of these files
2010-04-15 mquinsonimprove the license statement to make it clear that...
2010-04-14 eyraudlConsider the time 0.0 of logs at initialisation time...
2010-04-09 mquinsonAllow to use xbt_dynar_shrink() to expend the dynar...
2010-04-09 mquinsonavoid memmove(..,..,0) which seems to cause trouble...
next