aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug
AgeCommit message (Expand)AuthorFilesLines
2025-12-04libstdc++: Fix std::erase_if behavior for std::__debug::dequeFrançois Dumont1-0/+28
2025-12-04libstdc++: Fix debug mode for unordered containers.Tomasz Kamiński1-0/+6
2025-12-04libstdc++: Fix node-base containers copy and move constructor in debug mode.Tomasz Kamiński1-7/+11
2025-12-03libstdc++: [_GLIBCXX_DEBUG] Implement std::__debug::inplace_vectorFrançois Dumont8-21/+772
2025-11-20libstdc++: [_GLIBCXX_DEBUG] Fix std::erase_if behavior for __gnu_debug::vectorFrançois Dumont1-0/+26
2025-10-14libstdc++: Test specific feature test macros instead of __cplusplusJonathan Wakely6-52/+52
2025-09-12libstdc++: Constrain __gnu_debug::bitset(const CharT*) constructor [PR121046]Jonathan Wakely1-1/+7
2025-07-28libstdc++: provide debug impl of P2697 ctor [PR119742]Nathan Myers1-0/+11
2025-07-08libstdc++: Fix _GLIBCXX_DEBUG std::forward_list build regressionJonathan Wakely1-4/+4
2025-07-08libstdc++: Make debug iterator pointer sequence const [PR116369]François Dumont14-156/+257
2025-05-06libstdc++: Fix -Wmismatched-tags warnings for _Safe_iterator [PR120112]Jonathan Wakely1-1/+1
2025-04-28libstdc++: Implement missing allocator-aware constructors for unordered conta...Tomasz Kamiński2-0/+76
2025-04-11libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz Kamiński10-33/+33
2025-03-26libstdc++: Add P1206R7 range operations to std::deque [PR111055]Tomasz Kamiński1-0/+51
2025-03-25libstdc++: Adjust how __gnu_debug::vector detects invalidationJonathan Wakely1-8/+6
2025-03-20libstdc++: Add from_range_t constructors to debug unordered containersTomasz Kamiński2-0/+272
2025-03-20libstdc++: Add from_range_t constructors to debug ordered containersJonathan Wakely4-1/+133
2025-01-02Update copyright years.Jakub Jelinek33-33/+33
2024-12-17libstdc++: Fix -Wparentheses warning in Debug Mode macroJonathan Wakely1-1/+1
2024-12-11libstdc++: Disable __gnu_debug::__is_singular(T*) in constexpr [PR109517]Jonathan Wakely1-0/+5
2024-12-09libstdc++: Fix debug containers for constant evaluation [PR117962]Jonathan Wakely1-4/+7
2024-11-27libstdc++: Add cold attribute to assertion failure functions [PR117650]Jonathan Wakely1-1/+1
2024-11-08libstdc++: Do not define _Insert_base::try_emplace before C++17Jonathan Wakely2-2/+2
2024-11-01libstdc++: Add P1206R7 from_range members to std::list and std::forward_list ...Jonathan Wakely2-0/+119
2024-10-27libstdc++: Add P1206R7 from_range members to std::vector [PR111055]Jonathan Wakely1-0/+70
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek1-2/+2
2024-10-22libstdc++: Avoid using std::__to_address with iteratorsJonathan Wakely1-17/+0
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill11-0/+22
2024-08-23libstdc++: Make debug sequence members mutable [PR116369]Jonathan Wakely1-2/+2
2024-06-27libstdc++: Enable more debug assertions during constant evaluation [PR111250]Jonathan Wakely1-6/+8
2024-06-21libstdc++: Remove std::__is_void class template [PR115497]Jonathan Wakely1-3/+2
2024-03-18libstdc++: Fix N3344 behavior on _Safe_iterator::_M_can_advanceFrançois Dumont1-0/+3
2024-03-18libstdc++: Fix _Safe_local_iterator<>::_M_valid_rangeFrançois Dumont1-1/+7
2024-03-17libstdc++: Implement N3644 on _Safe_iterator<> [PR114316]François Dumont1-0/+12
2024-02-28libstdc++: Add more nodiscard uses in <vector>Jonathan Wakely1-1/+7
2024-02-17libstdc++: [_GLIBCXX_DEBUG] Fix std::__niter_base behaviorFrançois Dumont1-1/+17
2024-01-18libstdc++/debug: Fix constexpr _Safe_iterator in C++20 mode [PR109536]Patrick Palka2-13/+36
2024-01-03Update copyright years.Jakub Jelinek33-33/+33
2023-12-14libstdc++: Make __gnu_debug::vector usable in constant expressions [PR109536]Jonathan Wakely7-55/+352
2023-06-26libstdc++: Qualify calls to debug mode helpersJonathan Wakely1-11/+21
2023-01-23libstdc++: [_GLIBCXX_DEBUG] Remove useless constructor checksFrançois Dumont2-16/+34
2023-01-16Update copyright years.Jakub Jelinek33-33/+33
2023-01-15libstdc++: [_GLIBCXX_DEBUG] Complete deadlock fix on safe iterators [PR108288]François Dumont2-40/+18
2023-01-06libstdc++: Fix deadlock in debug iterator increment [PR108288]Jonathan Wakely1-12/+6
2022-12-07libstdc++: Pass error handler to libbacktrace functionsJonathan Wakely1-23/+12
2022-10-12libstdc++: Add __gnu_debug::basic_string<>::compare overloadsFrançois Dumont1-14/+5
2022-09-23libstdc++: Enable constexpr std::bitset for debug modeJonathan Wakely1-5/+38
2022-09-16libstdc++: Add preprocessor conditions for freestanding [PR106953]Jonathan Wakely2-10/+8
2022-09-16libstdc++: Do not use nullptr in C++03-compatible codeJonathan Wakely1-2/+1
2022-09-13libstdc++: Avoid -Wparentheses warning with debug iteratorsPatrick Palka1-1/+1