Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix location of library license in win32 ucontextes
[simgrid.git] / src / xbt / swag.c
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2009-11-20 mquinsonmore inlining
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-08-20 mquinsonAlso inline xbt_swag_belongs
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-10 mquinsonreindent (with eclipse)
2008-01-11 cheriermUsage of xbt_new0 instead calloc
2007-08-04 alegrandCleaner initialization.
2006-08-02 mquinsonPlug memleaks in the runned tests. Yeah, I'm vicious...
2005-10-23 mquinsonconvert the modules dict, dynar and swag to unit testing
2005-10-23 mquinsonThese modules does not use logging anymore now that...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-06-10 alegrandInitialization that should be useless because of the...
2005-05-30 mquinsonSanitize swag documentation: group definition in module...
2005-02-27 mquinsonsplint'able
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-10 mquinsonExplain why we have 2 set libraries in SG
2005-02-07 alegrandReorganizing and cleaning the doc
2005-01-29 alegrandupdating the doc
2005-01-19 alegrandbugfix (shame on me!) + asserts to detect earlier weird...
2004-12-31 alegrandConvenient to optimize the SURF.
2004-12-09 alegrandTss... lead to inconsistencies.
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-29 alegrandRha!
2004-11-23 alegrandrename xbt_swag_extract to xbt_swag_remove and add...
2004-11-20 alegrandBug fix and add a xbt_swag_foreach_safe where you can...
2004-11-16 alegrandGasp ! A bug in the extract function ! Shame on me !
2004-11-11 alegrandCosmetics.
2004-11-11 alegrandNo need to insert an element twice in a set. It causes...
2004-11-05 alegrandExtract returns the object to remove if present in...
2004-11-05 alegrandSwag : another name for O(1) set