Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various cleanups+allow cross-compilation with gcc
[simgrid.git] / src / xbt / fifo.c
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......