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