summaryrefslogtreecommitdiff
path: root/src/typeinfo.cc
Commit message (Collapse)AuthorAge
* Add per-file copyright notices / licensesDavid Chisnall2012-03-10
| | | | (makes life easier for downstream people)
* Check for null pointer arguments in demangler.David Chisnall2012-03-10
|
* Added demangler interface to the header.David Chisnall2011-09-29
|
* Revert "Replaced libelftc's demangler with the one from libc++abi."C2011-05-22
| | | | This reverts commit 958237cf33ae913f7d2e995d48d1f8fdccec5e5b.
* Replaced libelftc's demangler with the one from libc++abi.David Chisnall2011-05-21
|
* Rename cpp_demangle_gnu3 to __cxa_demangle_gnu3 to fit into theJoerg Sonnenberger2011-05-20
| | | | implementation namespace of the library.
* Merge libelftc_vstr.c into libelftc_dem_gnu3.c to reduce namespaceJoerg Sonnenberger2011-05-20
| | | | pollution. Retire unused libelftc headers.
* Tidy up of the libcxxrt sources. Added missing comments, fixed some ↵anonymous2011-05-09
| | | | inconsistent indenting.
* Add __cxa_demangle supportanonymous2010-09-29
|
* Initial import.anonymous2010-06-27