Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
re-doxygenification
[simgrid.git] / src / xbt /
2005-02-13 mquinsonre-doxygenification
2005-02-11 mquinsondoxygenification of XBT
2005-02-11 mquinsonget rid of the nasty TRYCLEAN
2005-02-10 mquinsonExplain why we have 2 set libraries in SG
2005-02-10 mquinsoncosmetics in documentation
2005-02-08 mquinsonUse doxygen's section instead of my poor approximation...
2005-02-08 mquinsoncosmetics on log categories declaration; declare a...
2005-02-07 mquinsoncosmetics
2005-02-07 alegrandReorganizing and cleaning the doc
2005-02-04 mquinsonMore verbose messages on errors
2005-02-04 mquinsonMore work to move gras->sg
2005-02-01 alegrandIncluding a mail from Martin on How to use the logs
2005-01-29 alegrandupdating the doc
2005-01-26 alegrandUsefull function to "kill" a context before the functio...
2005-01-19 alegrandbugfix (shame on me!) + asserts to detect earlier weird...
2004-12-31 alegrandConvenient to optimize the SURF.
2004-12-29 alegrandadd a startup and a cleanup function to each context
2004-12-23 alegrandarguments were not set.
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-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-16 alegrandcosmetics : create -> new
2004-12-16 alegrandprefixing name functions by xbt_
2004-12-16 alegrandcontext_t -> xbt_context_t
2004-12-15 mquinsonAdd the ucontext reimplementation for windows from...
2004-12-15 mquinsonMake the context cruft work on windows; mark the pthrea...
2004-12-14 alegrandAdding a context library to xbt.
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-10 mquinsonfix (C) dates
2004-12-10 mquinsonThere is now a proper gras_init function
2004-12-10 mquinsonremove gras from the xbt
2004-12-10 mquinsoncosmetics
2004-12-09 alegrandTss... lead to inconsistencies.
2004-12-09 mquinsonproper xbt_log_init function
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-12-07 mquinsonSave some space ;)
2004-12-07 alegrandInitializing logs once and only once.
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 alegrandGasp ! A bug in the extract function ! Shame on me !
2004-11-15 alegrandAdd the trace library and fixed a few source of potenti...
2004-11-11 alegrandCosmetics.
2004-11-11 alegrandNo need to insert an element twice in a set. It causes...
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 alegrandMissing #include.
2004-11-05 alegrandAdd the possibility to remove an item in the middle...
2004-11-04 alegrandForgot to commit the changes for surf.
2004-11-04 alegrandAdded a dichotomy to the dictionnaries. make check...
2004-11-03 alegrandUsing xbt_new0 instead of callox in fifo and heap
2004-11-03 alegrandUpdate or removal of needless comments.
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 alegrandPrivate functions are private.
2004-11-02 alegrandrenamed xbt_(*.[ch]) to \1.
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Eradication...
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 mquinsonOnly use the C comment style, not the C++ one
2004-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-16 mquinsonalpha portability again (damn size_t)
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 mquinsonfix the inclusion paths
2004-09-06 mquinsonmv
2004-08-18 mquinsonUseless cleanup
2004-08-11 mquinson Version 0.6 (protocol not changed; ABI expended)
2004-08-10 mquinson Version 0.5 (protocol not changed; ABI changed)
2004-08-08 mquinsonIntroduce a new 'trace' log verbosity, used for GRAS_IN...
2004-07-24 mquinsonFix a little bug
2004-07-24 mquinsonMore useful logging msg
2004-07-24 mquinsonDo deal properly with the fact that internal key are...
2004-07-24 mquinsonkeys are not null terminated. Deal with it in logging...
2004-07-24 mquinsonTeach gcc how to check the format and arguments type...
2004-07-11 mquinsonProtect ourselves against the reinsertion of the same...
2004-07-11 mquinsonremove a debug message placed at severity warning
2004-07-06 mquinsonA leak of 5 bytes is better than a segfault when more...
2004-07-06 mquinsonin gras_dynar_cursor_rm, we want to get the content...
2004-07-06 mquinsonLet it work in SG (gras_init and gras_exit called only...
2004-07-05 mquinsonprocess_{init,exit} from within gras_{init,exit}
2004-07-03 mquinsonrevert last change trying to inject the \0 after the...
2004-07-03 mquinsonWhen inserting into the dict, save the trailing '\0...
2004-07-03 mquinsonCreate a new log channel tbx containing dict, set,...
2004-06-21 mquinsonMore verbose
2004-06-21 mquinsoncosmetics
2004-06-21 mquinsonPlug a memleak when using gras_dynar_cursor_rm
2004-06-18 mquinsonA debug msg more
2004-06-11 mquinsonMore (forgotten) s/retrive/get/ ; s/insert/set/
2004-06-03 mquinsonAPI cleanup: s/dict_insert/dict_set/ and s/dict_retriev...
2004-06-03 mquinsonDo not assert out when the user tries to remove data...
2004-04-26 mquinson [Messaging]
2004-04-21 mquinson [Data description]
next