summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/stacktrace
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Deliver names of C functions in <stacktrace>Björn Schäpers2023-01-141-0/+2
* libstdc++: Fix size passed to operator delete [PR108097]Jonathan Wakely2022-12-141-2/+4
* libstdc++: Make operator<< for stacktraces less templated (LWG 3515)Jonathan Wakely2022-12-121-21/+17
* libstdc++: Add error handler for <stacktrace>Björn Schäpers2022-12-021-7/+12
* libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović2022-10-031-0/+2
* libstdc++: Avoid including <cstdint> for std::char_traitsJonathan Wakely2022-05-191-6/+7
* libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely2022-05-191-1/+1
* libstdc++: Do not include <cxxabi.h> in <stacktrace>Jonathan Wakely2022-05-061-1/+7
* libstdc++: shrink-to-fit in std::basic_stacktrace::current(skip, max)Jonathan Wakely2022-04-121-1/+14
* libstdc++: Use allocator to construct std::stacktrace_entry objectsJonathan Wakely2022-04-121-45/+47
* libstdc++: Use nothrow new in std::stacktraceJonathan Wakely2022-04-121-7/+35
* libstdc++: Reduce memory usage in std::stacktrace::currentJonathan Wakely2022-04-121-48/+62
* libstdc++: Fix incorrect branch prediction hint in std::stacktraceJonathan Wakely2022-04-111-1/+1
* libstdc++: Fix std::basic_stacktrace special members [PR105031]Jonathan Wakely2022-04-111-22/+37
* libstdc++: Improve behaviour of std::stacktrace::currentJonathan Wakely2022-04-111-22/+69
* libstdc++: Define <stacktrace> header for C++23Jonathan Wakely2022-01-171-0/+672