summaryrefslogtreecommitdiff
path: root/src/backtrace.cc
AgeCommit message (Collapse)Author
2024-09-19add header file #incldue "format.hh" to fix building error about missing ↵Passw
hex(...) function
2024-08-16include headers cleanupAdrià Arrufat
2024-08-12Extract format implementation to its own fileMaxime Coste
Split it to avoid pulling all string_utils dependencies for just format.
2023-11-05Replace snprintf with format_toMaxime Coste
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2016-02-04String usage cleanupsMaxime Coste
2015-11-19Fix building with musl libcKylie McClain
2015-06-16Resolve symbol names in Cygwin Backtrace::desc implementationMaxime Coste
2015-05-30Improve CYGWIN bactrace descriptionMaxime Coste
2015-05-29Add missing includeMaxime Coste
2015-05-29Return a String in Backtrace::descMaxime Coste
2015-05-27Include backtrace in debug info in on_assert_failedMaxime Coste
2015-05-27Extract Backtrace out of SafePtr as a general utilityMaxime Coste