Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merge conflicts
[simgrid.git] / src / xbt / ex.c
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-06 Arnaud GierschCosmetics: fix comment.
2011-10-20 Martin Quinsonmerge branches
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
2011-06-23 Arnaud GierschUse CATCH_ANONYMOUS whenever possible, and remove unuse...
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-22 agierschUse variadic variants of xbt_test_{add,fail,assert...
2011-02-17 agierschUse new style logging macros.
2010-12-07 mquinsondon't try to compute the backtrace if we have no proces...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
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-06-18 navarropDefine correctly variables for windows.
2010-04-15 mquinsonImprove the license statement of these files
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-18 mquinsonxbt_ex_display(): do not free the exception after displ...
2008-09-10 mquinsonreindent (with eclipse)
2008-03-06 mquinsonStupid microsoft compiler not understanding the basic...
2008-01-23 mquinsonDo not prepare backtraces for display in backtrace_curr...
2008-01-23 mquinsongive up on cross-compiling backtrace code from gcc...
2008-01-22 mquinsonSeparate the dummy implementation of the backtraces...
2008-01-22 mquinsonMove a bit of code into the platform-dependent files...
2008-01-07 mquinsonsplit windows and linux backtrace setup out of the...
2008-01-07 mquinsonFix english, use more XBT str functions, some little...
2008-01-07 cheriermAdd the backtrace in the table of string only if the...
2007-12-21 cheriermImplementation of the back trace functions for Win32...
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-12-12 mquinsonOutput cleanups for when the exception arises in a...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-22 cheriermuse the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_D...
2007-10-22 cheriermVisual C++ already declare the environ variable in...
2007-10-10 mquinsonDo display where the exception comes from when dealing...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-08-06 mquinsonAdd an explanation in the default exception fetcher...
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-07 mquinsonwhen building the backtrace search the path if the...
2007-07-07 mquinsonDo only call addr2line on a library when we got the...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-06-08 mquinsonWhen dealing with an uncatched exception, use CRITICAL...
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-04-16 mquinsonImprove the user experience of backtraces (?): Do not...
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-03-14 cheriermeffect of redefinition of the macro XBT_PUBLIC_DATA
2007-03-14 mquinsonThis is already exported from the corresponding header...
2007-03-14 mquinsonUse XBT_PUBLIC_DATA instead of XBT_DECLARE_DATA
2007-03-13 cheriermspecial data exportation
2007-03-01 mquinsonCleanups: macro renaming, improve documentation
2007-02-08 mquinsonInitialized globals must not be imported, only exported
2007-02-08 cheriermthis is public
2006-09-22 eyraudlGoing back on previous changes, which do not work on...
2006-09-21 eyraudlReserve more room for writing pointer addresses to...
2006-09-06 alegrandFix C++ comment
2006-07-13 mquinsonFix on hppa: there is no working backtrace() there
2006-07-09 mquinsonNo need to scary the users for this
2006-07-05 mquinsonMake sure some paranoid compilers don't choke on our...
2006-05-10 mquinsondo not launch addr2line when we failed to find sensible...
2006-05-09 alegrandImproving debug informations.
2006-04-21 mquinsonConvert a printf to an ERROR so that even archs without...
2006-04-14 mquinsonInit offset in any case
2006-04-14 mquinsonRework the headers to follow our habits
2006-04-12 mquinsontypo
2006-04-12 mquinsoncosmetics
2006-04-12 mquinsonMake the code more robust: Add debugging outputs, add...
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-12 mquinsonIiiirk. It leaks
2006-04-11 mquinsonTrack the symbols even if they hide in a dynamic librar...
2006-04-11 mquinsonNew function: xbt_display_backtrace(). Sweet while...
2006-04-11 mquinsononly dupplicate the procname when dealing with remote...
2006-04-07 mquinsonDisplay some info about the frames addr2line knows...
2006-04-07 mquinsonReindent, deal properly with remote exceptions
2006-04-07 mquinsonDisplay neat exceptions backtraces
2006-04-06 mquinsonreindent
2006-04-04 mquinsonFound why the backtrace were not propagated anymore
2006-04-04 mquinsonImprove detection of remote exceptions, plus workaround...
2006-04-04 mquinsonplug a memleak on remote exception propagation
2006-03-30 mquinsonTweak things here and there so that we can propagate...
2005-10-23 mquinsonReadd the example we need in the documentation, they...
2005-10-23 mquinsonAdd a tool to automatically extract the test units...
2005-10-19 alegrandmake g++ happy
2005-10-03 mquinsonGet the simulated exceptions as verbose as real ones
2005-09-05 mquinsonAllow exceptions with NULL msg
2005-08-07 mquinsondon't include execinfo.h directly, but using portable...
2005-08-07 mquinsonFix a leak
2005-08-07 mquinsonSome more xbt_error_t eradication; change mismatch_erro...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-02 mquinsons/sg/xbt/ ; s/code/category/
2005-07-01 mquinsonfit libex into SimGrid (with an axe, I admit)
2005-07-01 mquinsonInclude the original version of the libex library....