]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/unique_ptr.h
testsuite: Rename a test
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / unique_ptr.h
2025-03-12  Jonathan Wakelylibstdc++: Prevent dangling references in std::unique_p...
2025-01-16  Jonathan Wakelylibstdc++: Move std::basic_ostream to new internal...
2025-01-02  Jakub JelinekUpdate copyright years.
2024-11-13  Jonathan Wakelylibstdc++: Refactor std::hash specializations
2024-09-26  Nathaniel Sheadlibgcc, libstdc++: Make declarations no longer TU-local...
2024-09-20  Jonathan Wakelylibstdc++: Avoid forming T* in unique_ptr(auto_ptr...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-16  Jonathan Wakelylibstdc++: Implement std::out_ptr and std::inout_ptr...
2023-11-16  Jonathan Wakelylibstdc++: Only declare feature test macros in standard...
2023-08-16  Arsen Arsenovićlibstdc++: Replace all manual FTM definitions and use
2023-04-05  Arsen Arsenovićlibstdc++: Harmonize <version> and other headers
2023-01-16  Jakub JelinekUpdate copyright years.
2022-09-29  Patrick Palkac++: implement __remove_cv, __remove_reference and...
2022-09-16  Jonathan Wakelylibstdc++: Add preprocessor conditions for freestanding...
2022-05-13  Jonathan Wakelylibstdc++: Improve doxygen docs for some of <memory>
2022-04-25  Jonathan Wakelylibstdc++: Implement constexpr std::unique_ptr for...
2022-01-21  Jonathan Wakelylibstdc++: Ensure all feature test macros have type...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-10-01  Jonathan Wakelylibstdc++: Add std::__conditional_t alias template
2021-09-16  Jonathan Wakelylibstdc++: Add noexcept to unique_ptr accessors
2021-08-26  Jonathan Wakelylibstdc:: Use markdown for Doxygen comments in std...
2021-08-19  Jonathan Wakelylibstdc++: Improve doxygen docs for smart pointers
2021-08-18  Jonathan Wakelylibstdc++: Improve doxygen documentation for std::uniqu...
2021-07-27  Jonathan Wakelylibstdc++: Remove unnecessary uses of <utility>
2021-07-16  Jonathan Wakelylibstdc++: Adjust doxygen markup for unique_ptr grouping
2021-07-02  Jonathan Wakelylibstdc++: Revert changes to std::unique_ptr<T[]>:...
2021-06-28  Jonathan Wakelylibstdc++: Allow unique_ptr<Incomplete[]>::operator...
2021-06-24  Jonathan Wakelylibstdc++: Implement LWG 2762 for std::unique_ptr:...
2021-04-06  Jonathan Wakelylibstdc++: Fix doxygen markup for group close commands
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-19  Jonathan Wakelylibstdc++: Implement std::make_unique_for_overwrite
2020-06-08  Jonathan Wakelylibstdc++: Implement operator<< for std::unique_ptr...
2020-04-14  Jonathan Wakelylibstdc++: Add comparison operators to std::shared_ptr...
2020-04-09  Jonathan Wakelylibstdc++: Add comparison operators to std::unique_ptr
2020-02-04  Jonathan Wakelylibstdc++: Fix regressions in unique_ptr::swap (PR...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-07-31  Jonathan WakelyPR libstdc++/91308 fix constraints on unique_ptr assignment
2019-05-14  Jonathan WakelyLWG 2899 - Make is_move_constructible correct for uniqu...
2019-05-10  Jonathan WakelyPR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs
2019-05-10  Jonathan WakelyImprove API docs for <memory> and <new>
2019-05-02  Jonathan WakelyImprove smart pointer docs
2019-04-05  Jonathan WakelyPR libstdc++/87431 re-adjust never-valueless optimizations
2019-01-16  Ulrich DrepperPR libstdc++/88738 treat shared_ptr and unique_ptr...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-23  Jonathan WakelyPR libstdc++/87704 fix unique_ptr(nullptr_t) constructors
2018-09-18  Jonathan WakelyFix location of invocable check for unique_ptr deleter
2018-09-11  Jonathan WakelyImplement LWG 2905 changes to constrain unique_ptr...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-04-21  Jonathan WakelyAvoid deprecated warnings about std::auto_ptr in librar...
2017-01-04  Ville VoutilainenImplement 2801, Default-constructibility of unique_ptr.
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-08  Jonathan WakelyDelete std::swap for debug mode array
2016-12-01  Ville VoutilainenImplement LWG 2766,
2016-11-14  Ville VoutilainenImplement P0513R0, Poisoning the Hash.
2016-10-21  Jonathan WakelySplit <functional> into smaller pieces
2016-10-19  Jonathan WakelyPR77990 refactor unique_ptr to encapsulate tuple
2016-10-17  Jonathan WakelyPR77987 Fix unique_ptr<T[], D>::reset(U) for T != U
2016-06-16  Daniel KrueglerProvide swappable traits (p0185r1)
2016-01-04  Jakub JelinekUpdate copyright years.
2015-09-09  Jonathan WakelyEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-09-07  Jonathan WakelyRelax Debug Mode assertions on operator-> for smart...
2015-08-08  Ville VoutilainenImplement N4089 Safe conversions in unique_ptr<T[]...
2015-05-29  François Dumont2015-05-29 François Dumont fdumont@gcc.gnu.org>
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-04  Jonathan WakelyUse aliases for type traits in C++14 mode.
2014-10-01  Edward Smith-RowlandImplement SD-6: SG10 Feature Test Recommendations
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-10-30  Jonathan Wakelyshared_ptr (__shared_ptr): Assert non-void pointer.
2013-05-18  Jonathan Wakelyunique_ptr.h (make_unique): Declare inline.
2013-05-18  Jonathan Wakelyunique_ptr.h (make_unique): Define.
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-12-20  Jonathan Wakelyfunctional (_Require): Move to ...
2012-08-26  Jonathan Wakelyre PR libstdc++/54351 (~unique_ptr() should not set...
2012-08-09  Jonathan Wakelyacinclude.m4: Update references to final C++11 standard.
2012-08-03  Jonathan Wakelymemory: Include auto_ptr.h later.
2011-11-18  Paolo Carlinihash-long-double-aux.cc: Rename to...
2011-07-18  Paolo Carlinire PR libstdc++/48430 (std::hash partial specialization...
2011-06-14  Paolo Carlinivalarray (~valarray): Use noexcept.
2011-05-21  Paolo Carliniunique_ptr.h: Use noexcept per the FDIS.
2011-04-17  Daniel KruglerPR libstdc++/48635 (again)
2011-04-16  Daniel Kruglerre PR libstdc++/48631 ([C++0x] default_delete<T[]>...
2011-04-16  Daniel Kruglerre PR libstdc++/48635 ([C++0x] unique_ptr<T, D&> moves...
2011-04-02  Jonathan Wakelyre PR libstdc++/48398 ([C++0x] std::unique_ptr<T, D...
2011-03-22  Paolo Carlinishared_ptr.h (operator>, [...]): Add, per DR 1401.
2011-01-31  Benjamin Kosnikc++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPREC...
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2011-01-18  Paolo Carliniunique_ptr.h (default_delete<>::default_delete()):...
2010-12-19  Benjamin Kosnik*: Use headername alias to associate private includes...
2010-11-10  Jonathan Wakelyunique_ptr.h: Use static_assert in constexpr constructors.
2010-11-08  Jonathan Wakelyunique_ptr.h: Move misplaced static_assert and use...
2010-11-06  Paolo Carlinishared_ptr.h (shared_ptr<>::__shared_ptr(), [...])...
2010-11-02  Benjamin Kosniklibstdc++: N3126 draft support.
2010-08-11  Paolo Carlinire PR libstdc++/42925 ([GB 99] Not possible to compare...
2010-08-11  Paolo Carliniunique_ptr.h: Replace _Tp_Deleter -> _Dp, and _Up_Delet...
2010-08-10  Paolo Carlinicons_overflow_neg.cc: Avoid -Wall warnings.
2010-06-11  Paolo Carlinishared_ptr.h (hash<shared_ptr>): Add.
2010-06-05  Jonathan Wakely[multiple changes]
2010-04-24  Jonathan Wakelyunique_ptr (unique_ptr::pointer): Use deleter's pointer...
2010-03-03  Paolo Carliniunique_ptr.h (unique_ptr<>::get_deleter): Simplify...
2010-03-02  Jonathan Wakelyre PR libstdc++/43183 (std::unique_ptr::reset() does...
next