Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge changes of maxmin_selective_update branch into the trunk.
[simgrid.git] / src / xbt / heap.c
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-10 mquinsonreindent (with eclipse)
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-02-16 cheriermsome windows thread functions versus pthread for contex...
2005-10-23 mquinsonThese modules does not use logging anymore now that...
2005-10-22 mquinsonSanitize the documentation of heap: group defined in...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-02-27 mquinsonsplint'able
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-07 alegrandReorganizing and cleaning the doc
2005-01-29 alegrandupdating the doc
2004-12-11 alegrandNo more use of abort.
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-29 alegrandRha!
2004-11-15 alegrandAdd the trace library and fixed a few source of potenti...
2004-11-11 alegrandCosmetics.
2004-11-05 alegrandMissing #include.
2004-11-03 alegrandUsing xbt_new0 instead of callox in fifo and heap
2004-11-02 alegrandPrivate functions are private.
2004-11-02 alegrandrenamed xbt_(*.[ch]) to \1.
2004-11-02 alegrandcosmetics
2004-10-29 alegrandFirst version of the xbt_heap, trying to follow the...