summaryrefslogtreecommitdiff
path: root/libs/pbd/demangle.cc
AgeCommit message (Collapse)Author
2019-12-09Fix catch of polymorphic type by valueDavid Robillard
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2015-12-01Use PBD::demangle_symbol in PBD::demangled_name<T> to reduce code duplicationTim Mayberry
2015-12-01Rename PBD::symbol_demangle and some variable names to improve readabilityTim Mayberry
Rename PBD::symbol_demangle to demangle_symbol so the transitive verb is infront of the object. Rename some local variables and fix documentation.
2015-12-01Move PBD symbol demangle functions into pbd/demangle.h/ccTim Mayberry
Add pbd/demangle.cc source file and move functions from pbd/stacktrace.cc into it