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
/
allocator.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-09
libstdc++: Remove std::allocator::is_always_equal typedef for C++26
Jonathan Wakely
1
-0
/
+4
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
1
-0
/
+4
2024-03-22
libstdc++: Constrain std::vector default constructor [PR113841]
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
-3
/
+0
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-1
/
+2
2023-03-13
libstdc++: Fix typo in comment
Jonathan Wakely
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-08
libstdc++: Add always_inline to most allocator functions
Jonathan Wakely
1
-2
/
+11
2022-09-16
libstdc++: Move allocator-related helpers to <bits/alloc_traits.h>
Jonathan Wakely
1
-51
/
+0
2022-09-16
libstdc++: Remove __alloc_neq helper
Jonathan Wakely
1
-17
/
+0
2022-09-16
libstdc++: Fix Doxygen commands
Jonathan Wakely
1
-0
/
+3
2022-06-14
libstdc++: Check for size overflow in constexpr allocation [PR105957]
Jonathan Wakely
1
-1
/
+6
2022-05-13
libstdc++: Improve doxygen docs for std::allocator
Jonathan Wakely
1
-1
/
+14
2022-02-04
libstdc++: Add suggestion to std::uncaught_exception() warning
Jonathan Wakely
1
-2
/
+2
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
1
-1
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-01
libstdc++: Define std::__is_constant_evaluated() for internal use
Jonathan Wakely
1
-6
/
+2
2021-11-12
libstdc++: Implement constexpr std::vector for C++20
Jonathan Wakely
1
-0
/
+1
2021-08-28
libstdc++: Fix std::allocator<void> for versioned namespace
Jonathan Wakely
1
-27
/
+11
2021-06-09
libstdc++: Add warnings for some C++23 deprecations
Jonathan Wakely
1
-4
/
+8
2021-05-11
libstdc++: Fix missing members in std::allocator<void>
Jonathan Wakely
1
-10
/
+34
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-04-30
libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)
Jonathan Wakely
1
-3
/
+2
2020-04-28
libstdc++: Fixes for feature test macros (PR 91480)
Jonathan Wakely
1
-3
/
+0
2020-04-15
libstdc++: Add comparison operators to types from Utilities clause
Jonathan Wakely
1
-0
/
+4
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-10-25
Fix compilation with Clang
Jonathan Wakely
1
-1
/
+3
2019-10-24
Revert ABI changes to std::allocator in C++20
Jonathan Wakely
1
-7
/
+12
2019-10-23
PR c++/91369 Implement P0784R7 changes to allocation and construction
Jonathan Wakely
1
-4
/
+33
2019-10-22
Remove redundant std::allocator members for C++20
Jonathan Wakely
1
-3
/
+7
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-10-25
Relocation (= move+destroy)
Marc Glisse
1
-1
/
+5
2018-10-11
Make ext allocators support heterogeneous equality comparison
Jonathan Wakely
1
-12
/
+8
2018-06-18
LWG 3035. std::allocator's constructors should be constexpr
Jonathan Wakely
1
-8
/
+14
2018-05-18
Some libstdc++ fixes for -Wdeprecated-copy.
Jason Merrill
1
-0
/
+4
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-21
PR libstdc++/48101 improve errors for invalid container specializations
Jonathan Wakely
1
-1
/
+27
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-20
Tweak whitespace in std::allocator files
Jonathan Wakely
1
-9
/
+9
2016-10-20
PR78052 Define std::allocator<void>::{construct,destroy}
Jonathan Wakely
1
-0
/
+9
2016-10-10
Define std::allocator<T>::is_always_equal
Jonathan Wakely
1
-1
/
+5
2016-08-03
Define C++17 feature-test macros
Jonathan Wakely
1
-0
/
+2
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-09-17
Only do shrink_to_fit() when exceptions enabled
Jonathan Wakely
1
-2
/
+6
2015-08-13
alloc_traits.h: Add feature-test macro.
Jonathan Wakely
1
-0
/
+1
2015-06-26
Implement N4258 (Cleaning-up noexcept in the Library rev 3)
Jonathan Wakely
1
-0
/
+2
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-06-14
api.xml: Link to more recent API docs.
Jonathan Wakely
1
-1
/
+1
[next]