Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bugfix (shame on me!) + asserts to detect earlier weird behavior
[simgrid.git] / src / xbt / swag.c
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