Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a god damn race condition: make sure nobody changes the dynar->used value before...
[simgrid.git] / src / xbt / dynar.c
2008-03-07 mquinsonFix a god damn race condition: make sure nobody changes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-23 mquinsonprintf format fixups
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-26 mquinsonIn free, do use a version of map that assumes that...
2007-09-21 mquinsondo not return after a THROW. Fix the THROW macro if...
2007-09-21 cheriermdeclaration of the variables at the begining of the...
2007-08-06 mquinsonname threads to easy debugging
2007-07-16 donassbrUndo dynar changes ("recursive" mutex).
2007-07-14 mquinsonMemleak on the mutex
2007-07-13 donassbrstructure sockets of gras_trp_prodata_t synchronized.
2007-07-12 mquinsonDynar are now synchronized
2007-05-10 mquinsonremove_at already frees the element if last argument...
2007-01-18 eyraudlUse the correct value for the number of elements in...
2007-01-16 mquinsonAnother doc improvement
2007-01-16 alegrandFix the doc.
2006-09-28 mquinsoncosmetics
2006-08-15 thieryAdd a function xbt_dynar_shrink
2006-07-18 mquinsonSanitize the XBT log chans, too. Arnaud did so for...
2006-07-06 mquinsonFix a stack corruption when xbt_dynar_remove_at was...
2006-06-09 mquinsoncosmetics
2006-06-01 mquinsoncosmetics, and make two different error messages look...
2006-06-01 mquinsonNew functions to search in dynars (plus some cosmetics)
2006-05-29 alegrandretrive -> retrieve
2006-05-16 mquinsonA function handy when storing dynars in dynar or dicts
2006-03-31 mquinsonDocumentation fixup
2005-10-23 mquinsonMake sure doxygen still finds the code examples after...
2005-10-23 mquinsonconvert the modules dict, dynar and swag to unit testing
2005-10-19 alegrandmake g++ happy
2005-09-09 mquinsonDo not free the datacontainer on dynar_reset. The corre...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-06-23 mquinsonin remove_at, if the user didn't provide room to retrie...
2005-06-04 mquinsonDumping function. As usual, for debuging purpose
2005-06-02 mquinsonmove the type definition to a specific header so that...
2005-06-02 mquinsonYeah. Cool, we use the SIZEOF_MAX. But now also load...
2005-06-02 mquinsonUse SIZEOF_MAX now that configure tests it
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-13 mquinsonre-doxygenification
2005-02-07 alegrandReorganizing and cleaning the doc
2005-01-29 alegrandupdating the doc
2004-12-10 mquinsonfix (C) dates
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Eradication...
2004-11-02 alegrandremplace -> replace
2004-10-07 mquinsonAvoid memcpy while retrieving data from dynars (speed up)
2004-10-06 mquinsonCurrent state. See changelog, sorry, I'm out of time
2004-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-16 mquinsonalpha portability again (damn size_t)
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-08-11 mquinson Version 0.6 (protocol not changed; ABI expended)
2004-07-06 mquinsonin gras_dynar_cursor_rm, we want to get the content...
2004-07-03 mquinsonCreate a new log channel tbx containing dict, set,...
2004-06-21 mquinsonPlug a memleak when using gras_dynar_cursor_rm
2004-01-29 mquinson/me is stupid. Making a directory called core breaks...