]> git.tdb.fi Git - libs/core.git/history - source/debug
Invent a value for argv[0] if not present
[libs/core.git] / source / debug /
2018-04-25 Mikko RasaMake sure all classes have sensible copy semantics
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-06-14 Mikko RasaUse #ifdef _WIN32 rather than WIN32
2013-10-05 Mikko RasaRedesign uncaught exception handling to allow external...
2013-04-24 Mikko RasaClean up after the timedelta.h/units.h merge
2012-09-16 Mikko RasaComment updates
2012-09-16 Mikko RasaMake Profiler able to report number of calls per second
2012-09-16 Mikko RasaRefactor Profiler
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-09 Mikko RasaUse the get_item function in Profiler::get_scope
2011-06-08 Mikko RasaAvoid using relative paths beginning with .. in #includes
2011-06-01 Mikko RasaDrop copyright and license notices from source files
2011-05-25 Mikko RasaMerge branch 'strings-master'
2011-05-24 Mikko RasaStyle updates
2008-12-24 Mikko RasaMake sure all files have the correct header
2008-11-13 Mikko RasaMSVC compatibility fixes
2008-08-24 Mikko RasaImprove BackTrace printing
2008-08-15 Mikko Rasaexecinfo.h is a GNU extension so check for glibc
2008-06-08 Mikko RasaAdd missing includes
2007-12-28 Mikko RasaFix an integer rounding error in Profiler
2007-11-11 Mikko RasaFix a sign error in ProfilingScope
2007-10-12 Mikko RasaAdd Debug::Profiler
2007-09-22 Mikko RasaUse dladdr instead of backtrace_symbols in Backtrace...
2007-09-17 Mikko RasaRemove the custom demangle function and use GCC's abi...
2007-06-11 Mikko RasaWin32 doesn't have execinfo.h, so don't include it
2007-05-25 Mikko RasaMake this thing actually compile
2007-05-25 Mikko RasaAssimilate exceptions and RefPtr from mspmisc