Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid naming conflicts
[simgrid.git] / include / xbt / ex.h
2008-01-23 mquinsonavoid naming conflicts
2008-01-23 mquinsondo not call backtrace directly when raising an exceptio...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-12 mquinsonNew kind of error
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-03-21 donassbrAdd support for host failure exception to the xbt_errcat_t.
2007-03-14 cheriermeffect of redefinition of the macro XBT_PUBLIC_DATA
2007-03-14 mquinsonUse XBT_PUBLIC_DATA instead of XBT_DECLARE_DATA
2007-03-13 cheriermspecial data exportation for Visual C++
2007-02-08 cheriermthis is public
2007-02-07 cherierma default
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-10-06 cheriermNot need to include win32_context header file.
2006-10-06 cheriermNot need to include win32_context header file.
2006-10-06 mquinsonAnd now, a syntaxically correct version of my 'cleanup...
2006-10-06 mquinsonCleanup malek's add
2006-10-05 cheriermConsider the case of windows context.
2006-09-26 cheriermLine 451, __FUNCTION__ replaced macro by _XBT_FUNCTION...
2006-07-19 mquinsonDocument tools/xbt_exception_checker
2006-07-16 mquinsonDocumentation improvement
2006-05-16 mquinsonyup man. I needed THROW7
2006-05-16 mquinsonLet RETHROW4 and RETHROW5 work
2006-04-14 mquinsonRework the headers to follow our habits
2006-04-12 mquinsonAlso display the pid on backtraces
2006-04-12 mquinsonsanitize this function name before its API is frozen...
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....