Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[xbt] Don't return nullptr in simgrid::xbt::string
[simgrid.git] / include / xbt / swag.h
2016-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-08 Gabriel Coronaunique_ptr for dynar, automaton, swag, etc.
2016-03-06 Martin Quinson'inline' is C99, remove portability the layer
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Frederic Suterreindent include files
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-03 Gabriel Corona[simix] Switch to .cpp files
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-16 Gabriel Corona[mc] Switch to C++
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-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-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-08 Arnaud GierschDefine xbt_swag_reset().
2011-11-22 Marion Guthmullermerge conflicts
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 Arnaud GierschFix compilation warnings in ISO-C99 mode.
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-05-05 Arnaud Gierschxbt_swag: use correct field for getPrev and getNext.
2010-10-11 alegrandIndent include and src using this command:
2010-07-07 navarropRevert [From A. Giersch] Fix the following compilation...
2010-07-06 navarrop[From A. Giersch] Fix the following compilation warning...
2010-04-25 mquinsonFix copyright headers
2009-12-11 mquinsonDo not mark all public function as potentially inline...
2009-08-20 mquinsonAlso inline xbt_swag_belongs
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-06-17 alegrandC++ users need love (thanks Kurt).
2007-12-20 mquinsonI know I'm picky
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-28 mquinsoncosmetics
2006-03-30 mquinsonRemove the old crufty navigation bars
2006-03-30 alegrandfiner inclusion of sysdep.h
2005-10-22 mquinsonXBT documentation reorganization. module-xbt only conta...
2005-05-30 mquinsonSanitize swag documentation: group definition in module...
2005-04-14 mquinsonStop loading private headers in public ones
2005-03-03 mquinsonUse inline portably
2005-02-27 mquinsonsplint'able
2005-01-29 alegrandupdating the doc
2004-12-31 alegrandConvenient to optimize the SURF.
2004-12-16 alegrandworks better with multiple inclusion
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 alegrand#include "xbt/error.h" /* needed for xbt_die */
2004-11-15 alegrandAdd the trace library and fixed a few source of potenti...
2004-11-11 alegrandCosmetics.
2004-11-11 alegrandCorrection of a badly-written macro
2004-11-05 alegrandExtract returns the object to remove if present in...
2004-11-05 alegrandSwag : another name for O(1) set