]> git.tdb.fi Git - libs/core.git/history - source/debug/backtrace.h
Add move semantics to Variant
[libs/core.git] / source / debug / backtrace.h
2023-01-03 Mikko RasaAdd decorations for things which are considered part...
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-10-31 Mikko RasaUse default member initializers and constructor delegation
2021-08-29 Mikko RasaPrefer more cache-efficient containers
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'
2008-12-24 Mikko RasaMake sure all files have the correct header
2008-08-24 Mikko RasaImprove BackTrace printing
2007-09-22 Mikko RasaUse dladdr instead of backtrace_symbols in Backtrace...
2007-05-25 Mikko RasaAssimilate exceptions and RefPtr from mspmisc