Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / xbt / swag.c
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Frederic Suterwhat a wonderful night in XBT ...
2016-03-06 Martin Quinson'inline' is C99, remove portability the layer
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2013-11-15 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-15 Paul BédarideMerge branch 'hypervisor' into surf++
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-08-30 Paul BédarideCpuTi in c++
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-23 Arnaud GierschFinalize coverage for swag.c.
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-19 Arnaud LegrandDoes not fix any particular bug but a lame cut & paste...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-03 Christophe ThiéryMake xbt_swag_insert_at_head/tail uniform and check...
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiéryOptimize swags and save calls from Surf
2011-10-20 Martin Quinsonmerge branches
2011-09-08 NavarropRevert "Re-apply old patch A. Giersch 06/07/2010"
2011-09-08 NavarropRe-apply old patch A. Giersch 06/07/2010
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-05 Arnaud Gierschxbt_swag: remove duplicated code.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-22 agierschUse variadic variants of xbt_test_{add,fail,assert...
2011-02-03 thieryVarious optimizations
2011-01-27 agierschFix memory leaks in testall.
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