0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix invalid memset call More... almost 4 years ago
Merge pull request #166 from okeuday/without_c++11_compatibility More... about 4 years ago
Fix for C++ compilers without C++11 More... about 4 years ago
Merge pull request #165 from okeuday/binutils_2.34 More... about 4 years ago
Fix for binutils 2.34 More... about 4 years ago
Merge pull request #164 from forrestv/getline_lvalue More... about 4 years ago
Call std::getline with an lvalue std::ifstream rather than an rvalue. Older libstdc++ versions (e.g. 4.8.2) don't have the rvalue overload of std::getline. This fixes this error when compiled with libstdc++ 4.8.2: More... about 4 years ago
Merge pull request #154 from dpacbach/master More... about 4 years ago
Put delimiter string into `backward::details` namespace. More... about 4 years ago
Use const char[] for delimiter string instead of macro. More... about 4 years ago
Address some reviewer comments: More... about 4 years ago
Merge branch 'master' of https://github.com/bombela/backward-cpp More... about 4 years ago
Introduce TraceResolver::load_addresses() for raw address array More... about 4 years ago
Use /proc/self/exe as the last resort for libbfd More... about 4 years ago
Make bfd_fileobject accessed by pointer More... about 4 years ago
Merge pull request #158 from eklitzke/dwarf_file_handle More... about 4 years ago
Merge pull request #157 from eklitzke/master More... about 4 years ago
fix bad pointer comparison in libdwarf backend More... about 4 years ago
fix a memory leak when __cxa_demangle reallocs More... about 4 years ago
Allow specifying list of source file search paths in environment variable. More... over 4 years ago
Merge pull request #143 from dutow/win-support More... over 4 years ago
Merge pull request #150 from FlyGoat/master More... over 4 years ago
Add mips support More... over 4 years ago
Merge pull request #147 from forrestv/issue146 More... over 4 years ago
Handle executable being deleted or replaced by directly opening `/proc/self/exe` rather than file it links to. Fixes issue #146. More... over 4 years ago
Extracted duplicated code for `get_argv0` and `read_symlink` More... over 4 years ago
Merge pull request #142 from bombela/clang-format More... over 4 years ago
Merge pull request #144 from johnsalmon/master More... over 4 years ago
Merge pull request #114 from BotellaA/patch-1 More... over 4 years ago
StackTraceImpl::operator[] is const More... over 4 years ago