index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
debug
Age
Commit message (
Expand
)
Author
2025-11-20
libstdc++: [_GLIBCXX_DEBUG] Fix std::erase_if behavior for __gnu_debug::vector
François Dumont
2025-10-14
libstdc++: Test specific feature test macros instead of __cplusplus
Jonathan Wakely
2025-09-12
libstdc++: Constrain __gnu_debug::bitset(const CharT*) constructor [PR121046]
Jonathan Wakely
2025-07-28
libstdc++: provide debug impl of P2697 ctor [PR119742]
Nathan Myers
2025-07-08
libstdc++: Fix _GLIBCXX_DEBUG std::forward_list build regression
Jonathan Wakely
2025-07-08
libstdc++: Make debug iterator pointer sequence const [PR116369]
François Dumont
2025-05-06
libstdc++: Fix -Wmismatched-tags warnings for _Safe_iterator [PR120112]
Jonathan Wakely
2025-04-28
libstdc++: Implement missing allocator-aware constructors for unordered conta...
Tomasz Kamiński
2025-04-11
libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]
Tomasz Kamiński
2025-03-26
libstdc++: Add P1206R7 range operations to std::deque [PR111055]
Tomasz Kamiński
2025-03-25
libstdc++: Adjust how __gnu_debug::vector detects invalidation
Jonathan Wakely
2025-03-20
libstdc++: Add from_range_t constructors to debug unordered containers
Tomasz Kamiński
2025-03-20
libstdc++: Add from_range_t constructors to debug ordered containers
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-12-17
libstdc++: Fix -Wparentheses warning in Debug Mode macro
Jonathan Wakely
2024-12-11
libstdc++: Disable __gnu_debug::__is_singular(T*) in constexpr [PR109517]
Jonathan Wakely
2024-12-09
libstdc++: Fix debug containers for constant evaluation [PR117962]
Jonathan Wakely
2024-11-27
libstdc++: Add cold attribute to assertion failure functions [PR117650]
Jonathan Wakely
2024-11-08
libstdc++: Do not define _Insert_base::try_emplace before C++17
Jonathan Wakely
2024-11-01
libstdc++: Add P1206R7 from_range members to std::list and std::forward_list ...
Jonathan Wakely
2024-10-27
libstdc++: Add P1206R7 from_range members to std::vector [PR111055]
Jonathan Wakely
2024-10-25
non-gcc: Remove trailing whitespace
Jakub Jelinek
2024-10-22
libstdc++: Avoid using std::__to_address with iterators
Jonathan Wakely
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
2024-08-23
libstdc++: Make debug sequence members mutable [PR116369]
Jonathan Wakely
2024-06-27
libstdc++: Enable more debug assertions during constant evaluation [PR111250]
Jonathan Wakely
2024-06-21
libstdc++: Remove std::__is_void class template [PR115497]
Jonathan Wakely
2024-03-18
libstdc++: Fix N3344 behavior on _Safe_iterator::_M_can_advance
François Dumont
2024-03-18
libstdc++: Fix _Safe_local_iterator<>::_M_valid_range
François Dumont
2024-03-17
libstdc++: Implement N3644 on _Safe_iterator<> [PR114316]
François Dumont
2024-02-28
libstdc++: Add more nodiscard uses in <vector>
Jonathan Wakely
2024-02-17
libstdc++: [_GLIBCXX_DEBUG] Fix std::__niter_base behavior
François Dumont
2024-01-18
libstdc++/debug: Fix constexpr _Safe_iterator in C++20 mode [PR109536]
Patrick Palka
2024-01-03
Update copyright years.
Jakub Jelinek
2023-12-14
libstdc++: Make __gnu_debug::vector usable in constant expressions [PR109536]
Jonathan Wakely
2023-06-26
libstdc++: Qualify calls to debug mode helpers
Jonathan Wakely
2023-01-23
libstdc++: [_GLIBCXX_DEBUG] Remove useless constructor checks
François Dumont
2023-01-16
Update copyright years.
Jakub Jelinek
2023-01-15
libstdc++: [_GLIBCXX_DEBUG] Complete deadlock fix on safe iterators [PR108288]
François Dumont
2023-01-06
libstdc++: Fix deadlock in debug iterator increment [PR108288]
Jonathan Wakely
2022-12-07
libstdc++: Pass error handler to libbacktrace functions
Jonathan Wakely
2022-10-12
libstdc++: Add __gnu_debug::basic_string<>::compare overloads
François Dumont
2022-09-23
libstdc++: Enable constexpr std::bitset for debug mode
Jonathan Wakely
2022-09-16
libstdc++: Add preprocessor conditions for freestanding [PR106953]
Jonathan Wakely
2022-09-16
libstdc++: Do not use nullptr in C++03-compatible code
Jonathan Wakely
2022-09-13
libstdc++: Avoid -Wparentheses warning with debug iterators
Patrick Palka
2022-08-31
libstdc++: [_GLIBCXX_DEBUG] Review nullptr assertion diagnostics
François Dumont
2022-08-31
libstdc++: [_GLIBCXX_DEBUG] Add backtrace generation on demand
François Dumont
2022-08-08
libstdc++: [_GLIBCXX_DEBUG] Do not consider detached iterators as value-initi...
François Dumont
2022-07-19
libstdc++: Complete __gnu_debug::string Standard conformity
François Dumont
[next]