summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/StackTrace.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Windows backtrace: fprintf to fputsTiger Wang2021-06-281-1/+1
* Windows: remove extra newlines in backtrace (#5218)Tiger Wang2021-05-061-1/+1
* Android build cleanup (#4734)Mat2020-05-101-2/+2
* Removed the LeakFinder for Windows. (#3777)Mattes D2017-06-191-5/+3
* 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