summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/StackTrace.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use CMake's Android generators to crosscompileTiger Wang2016-12-121-2/+2
* Added HTTPS links wherever they are supported.Alexander Harkness2015-12-191-5/+1
* Use C++11 auto instead of per-platform types.Mattes D2015-12-031-8/+1
* Include execinfo.h only on __GLIBC__Thomas Boerger2015-11-191-1/+3
* Define stacktrace functions only if __GLIBC__ is definedThomas Boerger2015-11-191-5/+7
* Fix FreeBSD/clang errors caused by -Werrorlinnemannr2015-05-301-1/+8
* Fixed various warnings.Mattes D2015-01-181-1/+1
* Fixed compiling on linux.Howaner2014-11-301-0/+1
* Added a basic stacktracing for assert and signal failures.Mattes D2014-11-291-0/+43