]> git.tdb.fi Git - libs/core.git/history - source/debug/demangle.cpp
Use nullptr instead of 0 for pointers
[libs/core.git] / source / debug / demangle.cpp
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
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-11-13 Mikko RasaMSVC compatibility fixes
2008-06-08 Mikko RasaAdd missing includes
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-05-25 Mikko RasaMake this thing actually compile
2007-05-25 Mikko RasaAssimilate exceptions and RefPtr from mspmisc