index
:
riscv-gnu-toolchain/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/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-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-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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
alloc_traits.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-19
libstdc++: Implement C++23 <flat_map> (P0429R9)
Patrick Palka
1
-0
/
+3
2024-12-03
libstdc++: Simplify allocator propagation helpers using 'if constexpr'
Jonathan Wakely
1
-53
/
+3
2024-08-23
libstdc++: Improve Doxygen docs for std::allocator_traits specializations
Jonathan Wakely
1
-2
/
+14
2024-08-23
libstdc++: Fix std::allocator_traits::construct constraints [PR108619]
Jonathan Wakely
1
-107
/
+244
2024-02-28
libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h>
Jonathan Wakely
1
-0
/
+3
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
1
-4
/
+0
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-7
/
+4
2023-08-09
libstdc++: Fix some -Wunused-parameter warnings
Jonathan Wakely
1
-1
/
+2
2023-07-04
libstdc++: Qualify calls to std::_Destroy and _Destroy_aux
Jonathan Wakely
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-16
libstdc++: Diagnose broken allocator rebind members
Jonathan Wakely
1
-2
/
+15
2022-11-08
libstdc++: Add always_inline to most allocator functions
Jonathan Wakely
1
-9
/
+31
2022-09-24
libstdc++: Simplify detection idiom using concepts
Jonathan Wakely
1
-2
/
+2
2022-09-16
libstdc++: Add preprocessor conditions for freestanding [PR106953]
Jonathan Wakely
1
-1
/
+12
2022-09-16
libstdc++: Move allocator-related helpers to <bits/alloc_traits.h>
Jonathan Wakely
1
-0
/
+48
2022-05-13
libstdc++: Improve doxygen docs for std::allocator
Jonathan Wakely
1
-0
/
+5
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
1
-1
/
+1
2022-01-05
libstdc++: Simplify std::allocator_traits<allocator<void>>::construct
Jonathan Wakely
1
-7
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-12
libstdc++: Implement constexpr std::vector for C++20
Jonathan Wakely
1
-0
/
+2
2021-10-21
libstdc++: Suppress Doxygen docs for more implementation details
Jonathan Wakely
1
-0
/
+4
2021-08-28
libstdc++: Fix std::allocator<void> for versioned namespace
Jonathan Wakely
1
-0
/
+104
2021-04-06
libstdc++: Fix Doxygen warnings
Jonathan Wakely
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-10
libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]
Jonathan Wakely
1
-0
/
+8
2020-04-30
libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)
Jonathan Wakely
1
-4
/
+3
2020-04-28
libstdc++: Fix regression in std::_Construct (PR 94831)
Jonathan Wakely
1
-1
/
+7
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-20
libstdc++: Add inline to maybe-constexpr functions (PR 92927)
Jonathan Wakely
1
-3
/
+3
2019-11-18
libstdc++: Fix some -Wsystem-headers warnings
Jonathan Wakely
1
-4
/
+5
2019-10-29
Fix compilation errors with Clang
Jonathan Wakely
1
-7
/
+11
2019-10-23
PR c++/91369 Implement P0784R7 changes to allocation and construction
Jonathan Wakely
1
-42
/
+83
2019-10-22
Remove redundant std::allocator members for C++20
Jonathan Wakely
1
-7
/
+55
2019-02-26
PR libstdc++/89477 constrain deduction guides for maps and sets
Jonathan Wakely
1
-0
/
+4
2019-02-26
PR libstdc++/89416 fix alloc insertable trait for clang (again)
Jonathan Wakely
1
-23
/
+21
2019-02-24
PR libstdc++/89416 fix accessibility of members
Jonathan Wakely
1
-1
/
+1
2019-02-21
PR libstdc++/89416 fix __is_move_insertable trait
Jonathan Wakely
1
-22
/
+21
2019-02-05
PR libstdc++/89130 restore support for non-MoveConstructible types
Jonathan Wakely
1
-7
/
+22
2019-01-21
Fix after P0600.
Ulrich Drepper
1
-4
/
+4
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-10-25
Relocation (= move+destroy)
Marc Glisse
1
-0
/
+10
2018-07-03
Remove redundant #if conditional
Jonathan Wakely
1
-5
/
+2
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-06-07
Add C++17 deduction guide for std::basic_string (P0433R2, partial)
Jonathan Wakely
1
-0
/
+16
2017-01-20
PR72792 detect allocator pointer types without invalid rebinding
Jonathan Wakely
1
-18
/
+37
2017-01-20
PR72792 PR72793 relax requirements on rebind members
Jonathan Wakely
1
-8
/
+9
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-01-11
allocator_traits<allocator<T>> partial specialization
Jonathan Wakely
1
-1
/
+128
[next]