Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
useless cosmetic
[simgrid.git] / src / xbt / fifo.c
2012-10-19 Maximiliano GeierMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-17 Martin QuinsonEnsure that the mallocator are really inactive when...
2012-05-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-20 Duco van AmstelA few more details in some functions descriptions
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Arnaud GierschRemove useless internal functions.
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-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-17 agierschUse new style logging macros.
2011-02-02 thieryLarge-scale simulations need bigger mallocators
2011-02-02 thieryUse a mallocator for SIMIX actions
2010-10-11 alegrandIndent include and src using this command:
2010-05-08 mquinsonThe mallocators of dict and fifo are created in pre...
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-05-05 mquinsonNew function: xbt_fifo_get_last_item()
2010-04-25 mquinsonFix copyright headers
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-10 mquinsonreindent (with eclipse)
2007-09-10 alegrandClean cleanups with mallocators... Thanks Pablo for...
2007-08-06 alegrandAdding convenient function.
2007-08-04 alegrandReturn whether an item was removed or not when trying...
2006-08-09 thieryUse a mallocator for the fifo items
2006-07-28 thieryIt was hard to use FIFOs when xbt_fifo_push was not...
2006-07-18 mquinsonSanitize the XBT log chans, too. Arnaud did so for...
2005-08-29 alegrandRemoved awful bugs noticed by Henri. And this code...
2005-08-26 alegrandDeprecating stupidly named functions...
2005-08-26 alegrandfixing the doc...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-02-27 mquinsonsplint'able
2005-02-07 alegrandReorganizing and cleaning the doc
2005-01-29 alegrandupdating the doc
2004-12-22 alegrandHow can I have ever wrote such a thing !
2004-12-17 alegrandA few more functions usefull in MSG. They should not...
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-29 alegrandRha!
2004-11-05 alegrandAdd the possibility to remove an item in the middle...
2004-11-03 alegrandUsing xbt_new0 instead of callox in fifo and heap
2004-11-02 alegrandrenamed xbt_(*.[ch]) to \1.
2004-11-02 alegrandFormers simgrid fifo : when real O(1) is needed......