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
/
std
/
memory
Age
Commit message (
Expand
)
Author
2025-09-22
libstdc++: Move start_lifetime_as functions to bits/stl_construct.h [PR106658]
Tomasz Kamiński
2025-09-18
libstdc++: Implement C++23 P2590R2 - Explicit lifetime management [PR106658]
Jakub Jelinek
2025-08-21
libstdc++: Implement is_sufficiently_aligned [PR120994]
Luc Grosheintz
2025-07-09
libstdc++: Add smart ptr owner_equals and owner_hash [PR117403]
Paul Keir
2025-06-02
libstdc++: Implement C++26 std::polymorphic [PR119152]
Jonathan Wakely
2025-05-26
libstdc++: Implement C++26 std::indirect [PR119152]
Jonathan Wakely
2025-05-02
libstdc++: Add missing feature-test macro in <memory>
Dhruv Chawla
2025-01-02
Update copyright years.
Jakub Jelinek
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-16
libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667]
Jonathan Wakely
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
2023-04-05
libstdc++: Harmonize <version> and other headers
Arsen Arsenović
2023-01-16
Update copyright years.
Jakub Jelinek
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
2022-09-16
libstdc++: Add preprocessor conditions for freestanding [PR106953]
Jonathan Wakely
2022-09-15
libstdc++: Remove unnecessary header from <memory>
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-06-22
libstdc++: Remove garbage collection support for C++23 [P2186R2]
Jonathan Wakely
2021-04-09
libstdc++: Fix even more doxygen markup for group close commands
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-10-22
libstdc++: Reduce header dependencies in and on <memory>
Jonathan Wakely
2020-09-11
libstdc++: only pull in bits/align.h if C++11 or later
Thomas Rodgers
2020-09-11
libstdc++: Split std::align/assume_aligned to bits/align.h
Thomas Rodgers
2020-04-22
libstdc++: Add missing feature test macros
Jonathan Wakely
2020-02-19
libstdc++: uninitialized_construct_using_allocator should use construct_at (L...
Jonathan Wakely
2020-02-17
libstdc++ P1956R1 On the names of low-level bit manipulation functions
Jonathan Wakely
2020-02-13
libstdc++: Implement ranges [specialized.algorithms]
Patrick Palka
2020-01-01
Update copyright years.
Jakub Jelinek
2019-10-22
Remove redundant std::allocator members for C++20
Jonathan Wakely
2019-07-31
Qualify call to prevent ADL
Jonathan Wakely
2019-07-16
Add parens around constraint in <memory>.
Jason Merrill
2019-06-12
Fix incorrect __cpp_lib_parallel_algorithm macro definitions
Jonathan Wakely
2019-06-07
Synchronize libstdc++ PSTL with upstream LLVM PSTL
Thomas Rodgers
2019-05-02
Improve API docs for <memory> and <scoped_allocator>
Jonathan Wakely
2019-04-26
Tweak C++2a uses-allocator construction utilities
Jonathan Wakely
2019-03-21
Integrate C++17 parallel algorithms
Thomas Rodgers
2019-03-01
C++2a Utility functions to implement uses-allocator construction (P0591R4)
Jonathan Wakely
2019-01-01
Update copyright years.
Jakub Jelinek
2018-11-11
Implement P1007R3 std::assume_aligned
Jonathan Wakely
2018-07-26
Modify some library internals to work without <stdint.h>
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-03-02
PR libstdc++/79789 fix non-reserved names in headers
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-10-13
Avoid #include <functional> in other headers
Jonathan Wakely
2016-01-04
Update copyright years.
Jakub Jelinek
2015-05-01
memory (pointer_safety, [...]): Define.
Jonathan Wakely
2015-01-05
Update copyright years.
Jakub Jelinek
2014-11-12
std::shared_ptr atomic operations
Jonathan Wakely
[next]