Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
detect va_copy and provide a replacement. Code stolen from Ralf again...
[simgrid.git] / include / xbt /
2005-07-01 mquinsonInclude the original version of the libex library....
2005-07-01 alegrandhelp doxygen to stop complaining about documentation...
2005-07-01 alegrandhelp doxygen to stop complaining about nested groups
2005-07-01 alegrandfix reference (especially the trailing ":")
2005-06-29 mquinsonExplicit another argument before the vaargs so that...
2005-06-27 mquinsonImplement callbacks, add some missing functions and...
2005-06-27 mquinsonKill defaultlog
2005-06-27 mquinsonre-enable multidicts
2005-06-23 mquinsondon't use printf bug logs. Even when raising an error
2005-06-06 mquinsonDocument another public value, don't document in doxyge...
2005-06-06 mquinsonUse ERROR to display stuff while raising errors. It...
2005-06-04 mquinsonDumping function. As usual, for debuging purpose
2005-05-30 mquinsonSanitize swag documentation: group definition in module...
2005-04-14 mquinsonStop loading private headers in public ones
2005-04-14 alegrandmoving timer functions so that we can use them for...
2005-03-31 alegrandAdd xbt_os_time(). This functions returns the number...
2005-03-08 mquinsonBuglet found by Loris: XBT_LOG_NEW_CATEGORY shouldn...
2005-03-03 mquinsontest whether ucontext actually work, not only whether...
2005-03-03 mquinsonUse inline portably
2005-02-27 mquinsonChange xbt_strdup, xbt_malloc, xbt_malloc0 and xbt_real...
2005-02-27 mquinsonAdd xbt_procname(): returns the name of the current...
2005-02-27 mquinsonMove gcc attributes wrappers to this file (needed for...
2005-02-27 mquinsonsplint'able
2005-02-16 alegrandAdding everything needed to develop GRAS benchmarking...
2005-02-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-13 mquinsondoxygenification
2005-02-13 mquinsonmv include/xbt/context.h src/include/xbt/context.h...
2005-02-13 mquinsondoxygenification
2005-02-11 mquinsondoxygenification of XBT
2005-02-07 mquinsonDo not document the crude internals of logs with the...
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