Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo--
[simgrid.git] / src / xbt / dynar.c
2010-11-30 mquinsontypo--
2010-11-30 mquinsonalso fix xbt_dynar_set like xbt_dynar_set_at_ptr by...
2010-11-30 mquinsonBugfix: set the dynar's value to 0 for the expanded...
2010-11-28 alegrandFix broken doc
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-05 navarropAdd function xbt_dynar_compare
2010-10-11 alegrandIndent include and src using this command:
2010-07-09 piniCosmetics
2010-06-24 navarropSome log default categories are already defined.
2010-06-18 navarropDeclare LOG_DEFAULT_CATEGORY with LOG_NEW_DEFAULT_SUBCA...
2010-06-16 coldpeacexbt_dynar_is_empty to check if a dynar is empty or not
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-05-05 mquinsonBug fix in xbt_dynar_shrink(): use the right element...
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-09 mquinsonAllow to use xbt_dynar_shrink() to expend the dynar...
2010-04-09 mquinsonavoid memmove(..,..,0) which seems to cause trouble...
2009-12-11 mquinsonkill now unused variable
2009-12-11 mquinsonDo not clear memory before freeing it (useless and...
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
2009-08-20 mquinsonInline the functions used in xbt_dynar_foreach
2009-07-13 mquinsonbe a bit more paranoid: if a line looks like something...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-03-26 mquinsonDeal with negative indices the same way than too big...
2009-03-26 mquinsondynars: use inline functions instead of macros + releas...
2009-03-04 mquinsontypo in unit test name
2008-09-10 mquinsonreindent (with eclipse)
2008-05-21 mquinsonkill all free_string functions declared locally to...
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...