Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old $Id$ command dating from CVS
[simgrid.git] / src / xbt / set.c
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-29 mquinsonAdd xbt_set_get_by_name_or_null() [Silas De Munck]
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-10 mquinsonreindent (with eclipse)
2007-11-08 mquinsonOps, missed some signess fixups
2007-11-06 cheriermThis change allow to avoid the Visual C++ compiler...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2006-08-15 thieryAdd functions to remove elements from a set
2006-07-19 mquinsonlog tweakings
2006-07-18 mquinsonSanitize the XBT log chans, too. Arnaud did so for...
2006-07-05 mquinsonDo use the result value of this test (thanks gcc-4...
2006-06-01 mquinsonNew function to get the element count of a set
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-07 mquinsonCatch up with the lastest API breakage
2005-10-23 mquinsonconvert the modules dict, dynar and swag to unit testing
2005-10-23 mquinsonPort set datacontainer to unit testing
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonSome more xbt_error_t eradication; change mismatch_erro...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
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-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
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-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-16 mquinsonalpha portability again (damn size_t)
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-08-10 mquinson Version 0.5 (protocol not changed; ABI changed)
2004-07-11 mquinsonProtect ourselves against the reinsertion of the same...
2004-07-03 mquinsonrevert last change trying to inject the \0 after the...
2004-07-03 mquinsonWhen inserting into the dict, save the trailing '\0...
2004-07-03 mquinsonCreate a new log channel tbx containing dict, set,...
2004-06-03 mquinsonAPI cleanup: s/dict_insert/dict_set/ and s/dict_retriev...
2004-04-21 mquinson [Data description]
2004-03-01 mquinsonA new data container coupling the facilities of a dynar...