Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanups: split each test family in its own list (should ease the disabling of a...
[simgrid.git] / include / xbt /
2005-01-29 alegrandupdating the doc
2005-01-26 alegrandUsefull function to "kill" a context before the functio...
2004-12-31 mquinsoncosmetics
2004-12-31 alegrandConvenient to optimize the SURF.
2004-12-29 alegrandadd a startup and a cleanup function to each context
2004-12-22 alegrandModifying the API so as to prevent a use of the context...
2004-12-22 alegrandNo more leak: valgrind approved. However, some ways...
2004-12-21 alegrandDude, that was baaad... ;)
2004-12-17 alegrandA few more functions usefull in MSG. They should not...
2004-12-16 alegrandcosmetics : create -> new
2004-12-16 alegrandprefixing name functions by xbt_
2004-12-16 alegrandcontext_t -> xbt_context_t
2004-12-16 alegrandworks better with multiple inclusion
2004-12-14 mquinsonsome more possible logs (printf is the only way to...
2004-12-14 alegrandAdding a context library to xbt.
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-10 mquinsondefine max only when not previously defined (win32...
2004-12-10 alegrandRelic of the star removal.
2004-12-09 mquinsonuse BEGIN_DECL (ie, useless cleanup); picky documentati...
2004-12-09 alegrandAdd missing dependency.
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-12-07 alegrandmove xbt_heap_float_t
2004-12-07 alegrandmove xbt_maxmin_float_t and xbt_heap_float_t here
2004-11-30 alegrandMy bad. Sorry about that.
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
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
2004-11-05 alegrandAdd the possibility to remove an item in the middle...
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 mquinsonMissing chunks
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Erradication
2004-11-02 alegrandFormers simgrid fifo : when real O(1) is needed......
2004-11-02 alegrandcosmetics
2004-11-02 alegrandremplace -> replace
2004-10-29 alegrandFirst version of the xbt_heap, trying to follow the...
2004-10-07 mquinsonAvoid memcpy while retrieving data from dynars (speed up)
2004-10-06 mquinsonCurrent state. See changelog, sorry, I'm out of time
2004-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-28 mquinsonMake sure it works on my laptop before trying on AIX...
2004-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-16 mquinsonAdapt header to last change in code
2004-09-14 mquinsonAdd a layer over the system headers to simplify portability
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-06 mquinsonsplit gras and gros