Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : cleanups for heap comparison from global and local variables
[simgrid.git] / include / xbt / ex.h
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-11 Arnaud GierschRemove now unused support for remote exceptions.
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-26 Arnaud GierschRemove needless volatile qualifier.
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-25 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-25 navarroTranform extern for XBT_PUBLIC
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-05-30 navarroDon't change doxygen typo for \dontinclude
2012-05-30 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 navarroSome typos in source code
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-02 Arnaud GierschEradicate strange characters...
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-20 Martin Quinsonsome more documentation fixups
2012-02-13 Arnaud GierschSplit macro _THROW in two parts.
2012-02-09 Arnaud GierschRETHROW is not really different from DO_THROW().
2012-02-09 Arnaud GierschAvoid to duplicate initialization list.
2012-02-09 Arnaud GierschXBT_RUNNING_CTX_INITIALIZER: don't list all element...
2012-02-08 Martin QuinsonSetup the framework allowing to add backtraces to the...
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-19 navarroStarting simix mecanism for io.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-10-20 Martin Quinsonmerge branches
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-06-23 Arnaud GierschDefine CATCH_ANONYMOUS.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-24 agierschDefine THROWF and RETHROWF as variadic macros.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-31 mquinsontypo in comments (sorry for the noise)
2010-10-11 alegrandIndent include and src using this command:
2010-09-23 navarropRename CLEANUP definition (used after TRY) into TRY_CLEANUP
2010-09-23 navarropRename CLEANUP macro into _CLEANUP for Supernovae mode.
2010-04-15 mquinsonImprove the license statement of these files
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2009-08-14 mquinsonC++ needs love
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-02-24 alegrandAvoid C++ comments.
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
next