]> git.tdb.fi Git - libs/core.git/history - source/debug/backtrace.cpp
Add move semantics to Variant
[libs/core.git] / source / debug / backtrace.cpp
2021-08-29 Mikko RasaFormatting fixes
2021-08-29 Mikko RasaUse C++11 features with containers
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-06-14 Mikko RasaUse #ifdef _WIN32 rather than WIN32
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-10 Mikko RasaMerge branch 'io-master'
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-08-24 Mikko RasaImprove BackTrace printing
2008-08-15 Mikko Rasaexecinfo.h is a GNU extension so check for glibc
2007-09-22 Mikko RasaUse dladdr instead of backtrace_symbols in Backtrace...
2007-06-11 Mikko RasaWin32 doesn't have execinfo.h, so don't include it
2007-05-25 Mikko RasaAssimilate exceptions and RefPtr from mspmisc