Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reverting Mt's modifications and making use of the brand new SURF timer.
[simgrid.git] / src / xbt /
2005-05-30 mquinsonSanitize swag documentation: group definition in module...
2005-05-10 mquinsonImplement real timers to avoid rounding errors when...
2005-04-14 alegrandmoving timer functions so that we can use them for...
2005-03-31 alegrandbugfix
2005-03-31 alegrandAdd xbt_os_time(). This functions returns the number...
2005-03-30 mquinsons/gras_process_getpid/gras_os_getpid/
2005-03-30 alegrandDon't return stupid strings.
2005-03-29 alegrandVerbose logs.
2005-03-03 mquinsontest whether ucontext actually work, not only whether...
2005-03-01 mquinsonWrap potentially NULL strings to protect solaris
2005-03-01 alegrandmore debuging
2005-02-28 mquinsonInsist on not letting solaris try to print NULL since...
2005-02-28 alegrandStupid me !
2005-02-28 alegrandStupid me !
2005-02-27 mquinsonDisplay the current process's name in all loggings
2005-02-27 mquinsonsplint'able
2005-02-26 alegrandContexts over pthreads.
2005-02-23 alegrandKill dead code.
2005-02-23 mquinsonAdd a boolean to each node indicating whether it's...
2005-02-23 mquinsonAdd a boolean to each node indicating whether it's...
2005-02-23 mquinsonBugfix: don't assume that null content means not found...
2005-02-16 alegrandWorks better on this crappy SunOS5.8. F*ckin' prehistor...
2005-02-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
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)
next