Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert API breakage about xbt_ex_free since it was not mandatory and since API should...
[simgrid.git] / include / xbt / ex.h
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-11 mquinsonNew function: xbt_display_backtrace(). Sweet while...
2006-04-11 mquinsononly dupplicate the procname when dealing with remote...
2006-04-07 mquinsonBreak the API once again so that we can reset the struc...
2006-04-06 mquinsonAdd an emergency debugging facility (cannot use regular...
2006-04-04 mquinsoncosmetics
2006-04-04 mquinsonImprove detection of remote exceptions
2006-03-30 mquinsonTweak things here and there so that we can propagate...
2006-03-30 alegrandfiner inclusion of sysdep.h
2006-03-24 mquinsonMake doxygen happy by providing a short description...
2006-02-23 alegrandg++ needs love...
2006-02-15 mquinsonMake the maximal backtrace size configurable
2006-02-13 mquinsonRework the documentation navigation
2005-12-06 mquinsonLet it compile even in NDEBUG (xbt_assert is then defin...
2005-10-23 mquinsonMake sure doxygen still finds the code examples after...
2005-10-23 mquinsonDamn, there was an undefined symbol in the header file...
2005-10-22 mquinsonXBT documentation reorganization. module-xbt only conta...
2005-10-19 alegrandmake g++ happy. Hope it still has the same meaning...
2005-10-03 mquinsonGet the simulated exceptions as verbose as real ones
2005-09-05 mquinsonAllow exception with NULL msg
2005-08-08 mquinsonof course, xlC does not like gcc attributes. And since...
2005-08-07 mquinsonDo not include execinfo.h directly since we cannot...
2005-08-07 mquinsonAdd a new error category: not_found. It used to be...
2005-08-07 mquinsonkill dead cruft
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-02 mquinsonRename all macros to follow more closely the habits...
2005-07-02 mquinsonImprove documentation and put the examples in another...
2005-07-02 alegrandHelp doxygen to display this documentation.
2005-07-02 mquinsons/sg/xbt/ ; s/code/category/; document this stuff
2005-07-01 mquinsonfit libex into SimGrid (with an axe, I admit)
2005-07-01 mquinsonInclude the original version of the libex library....