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
/
bits
/
unique_ptr.h
Age
Commit message (
Expand
)
Author
2025-09-10
libstdc++: Remove blank line from bits/unique_ptr.h
Jonathan Wakely
2025-07-14
libstdc++: Add comments to deleted std::swap overloads for LWG 2766
Jonathan Wakely
2025-03-12
libstdc++: Prevent dangling references in std::unique_ptr::operator*
Jonathan Wakely
2025-01-16
libstdc++: Move std::basic_ostream to new internal header [PR99995]
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-11-13
libstdc++: Refactor std::hash specializations
Jonathan Wakely
2024-09-27
libgcc, libstdc++: Make declarations no longer TU-local [PR115126]
Nathaniel Shead
2024-09-20
libstdc++: Avoid forming T* in unique_ptr(auto_ptr<U>&&) constraints [PR116529]
Jonathan Wakely
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-09-29
c++: implement __remove_cv, __remove_reference and __remove_cvref
Patrick Palka
2022-09-16
libstdc++: Add preprocessor conditions for freestanding [PR106953]
Jonathan Wakely
2022-05-13
libstdc++: Improve doxygen docs for some of <memory>
Jonathan Wakely
2022-04-25
libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3)
Jonathan Wakely
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-10-01
libstdc++: Add std::__conditional_t alias template
Jonathan Wakely
2021-09-16
libstdc++: Add noexcept to unique_ptr accessors
Jonathan Wakely
2021-08-27
libstdc:: Use markdown for Doxygen comments in std::function
Jonathan Wakely
2021-08-19
libstdc++: Improve doxygen docs for smart pointers
Jonathan Wakely
2021-08-18
libstdc++: Improve doxygen documentation for std::unique_ptr
Jonathan Wakely
2021-07-27
libstdc++: Remove unnecessary uses of <utility>
Jonathan Wakely
2021-07-16
libstdc++: Adjust doxygen markup for unique_ptr grouping
Jonathan Wakely
2021-07-02
libstdc++: Revert changes to std::unique_ptr<T[]>::operator[] [PR 101271]
Jonathan Wakely
2021-06-28
libstdc++: Allow unique_ptr<Incomplete[]>::operator[] [PR 101236]
Jonathan Wakely
2021-06-24
libstdc++: Implement LWG 2762 for std::unique_ptr::operator*
Jonathan Wakely
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-10-19
libstdc++: Implement std::make_unique_for_overwrite
Jonathan Wakely
2020-06-08
libstdc++: Implement operator<< for std::unique_ptr (LWG 2948)
Jonathan Wakely
2020-04-14
libstdc++: Add comparison operators to std::shared_ptr (PR 94562)
Jonathan Wakely
2020-04-09
libstdc++: Add comparison operators to std::unique_ptr
Jonathan Wakely
2020-02-04
libstdc++: Fix regressions in unique_ptr::swap (PR 93562)
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-07-31
PR libstdc++/91308 fix constraints on unique_ptr assignment
Jonathan Wakely
2019-05-14
LWG 2899 - Make is_move_constructible correct for unique_ptr
Jonathan Wakely
2019-05-10
PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs
Jonathan Wakely
2019-05-10
Improve API docs for <memory> and <new>
Jonathan Wakely
2019-05-02
Improve smart pointer docs
Jonathan Wakely
2019-04-05
PR libstdc++/87431 re-adjust never-valueless optimizations
Jonathan Wakely
2019-01-16
PR libstdc++/88738 treat shared_ptr and unique_ptr more like plain old pointers
Ulrich Drepper
2019-01-01
Update copyright years.
Jakub Jelinek
2018-10-23
PR libstdc++/87704 fix unique_ptr(nullptr_t) constructors
Jonathan Wakely
2018-09-18
Fix location of invocable check for unique_ptr deleter
Jonathan Wakely
2018-09-11
Implement LWG 2905 changes to constrain unique_ptr constructors
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
[next]