summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/StackTrace.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-12Use CMake's Android generators to crosscompileTiger Wang1-2/+2
2015-12-19Added HTTPS links wherever they are supported.Alexander Harkness1-5/+1
2015-12-03Use C++11 auto instead of per-platform types.Mattes D1-8/+1
2015-11-19Include execinfo.h only on __GLIBC__Thomas Boerger1-1/+3
2015-11-19Define stacktrace functions only if __GLIBC__ is definedThomas Boerger1-5/+7
2015-05-30Fix FreeBSD/clang errors caused by -Werrorlinnemannr1-1/+8
2015-01-18Fixed various warnings.Mattes D1-1/+1
2014-11-30Fixed compiling on linux.Howaner1-0/+1
2014-11-29Added a basic stacktracing for assert and signal failures.Mattes D1-0/+43