Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-27 | libbacktrace: Fix test commands. | Jose Fonseca | 1 | -2/+2 | |
Use full path, and not just target name. | |||||
2016-01-27 | libbacktrace: Update. | Jose Fonseca | 25 | -351/+2222 | |
To git commit f1717362de1e56fe1ffab540289d7d0c6ed48b20, svn+ssh://gcc.gnu.org/svn/gcc/trunk@232055. Fixes #419. | |||||
2016-01-27 | libbacktrace: Always build and run btest. | Jose Fonseca | 1 | -8/+5 | |
2015-03-09 | cmake: Set CMAKE_INCLUDE_CURRENT_DIR where appropriate. | José Fonseca | 1 | -3/+2 | |
2015-03-08 | cmake: Pass GNU -Wno-foo flags to Clang too. | Jose Fonseca | 1 | -1/+1 | |
2014-06-25 | cmake: Refactor all convenience library generation into a function. | José Fonseca | 1 | -4/+1 | |
2013-11-29 | adjustments to libbacktrace CMake to better detect libdwarf.h location | Edward Rudd | 3 | -1/+12 | |
- check for libdwarf/dwarf.h also (as it is on fedora) - emit some helpful warning as to why backtrace support is disabled | |||||
2013-09-20 | thirdparty/libbacktrace: update from upstream | Alexander Monakov | 2 | -6/+49 | |
2013-05-30 | libbacktrace: Fix compilation failure (issue #137). | Vladimír Vondruš | 1 | -1/+3 | |
It seems that elf.c for some reason includes snappy/config.h instead of its own generated config.h, possbily due to wrong order of include directories. Solved it by explicitly including ${CMAKE_CURRENT_BINARY_DIR} before all other paths. | |||||
2013-05-29 | libbacktrace: Ignore generated headers. | José Fonseca | 1 | -0/+2 | |
2013-05-29 | libbacktrace: Tweak the CMakeLists.txt | José Fonseca | 1 | -5/+13 | |
2013-05-28 | libbacktrace: Fix out of source builds. | José Fonseca | 1 | -1/+4 | |
Must include path for generated headers. | |||||
2013-05-23 | Add libbacktrace CMake build script | Alexander Monakov | 2 | -0/+161 | |
2013-05-23 | Add replacement headers for libbacktrace | Alexander Monakov | 2 | -0/+92 | |
libbacktrace #include's two header files from GCC. Provide minimal replacements for those files. For filenames.h, declare missing macros assuming POSIX-style paths. For dwarf2.h, #include system dwarf.h and declare missing enum tags and define missing enum values as macros. | |||||
2013-05-23 | Import libbacktrace, sans autotools build files | Alexander Monakov | 20 | -0/+6767 | |