]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/alloc_traits.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / alloc_traits.h
2024-01-03  Jakub JelinekUpdate copyright years.
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-08-09  Jonathan Wakelylibstdc++: Fix some -Wunused-parameter warnings
2023-07-03  Jonathan Wakelylibstdc++: Qualify calls to std::_Destroy and _Destroy_aux
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-16  Jonathan Wakelylibstdc++: Diagnose broken allocator rebind members
2022-11-08  Jonathan Wakelylibstdc++: Add always_inline to most allocator functions
2022-09-24  Jonathan Wakelylibstdc++: Simplify detection idiom using concepts
2022-09-16  Jonathan Wakelylibstdc++: Add preprocessor conditions for freestanding...
2022-09-16  Jonathan Wakelylibstdc++: Move allocator-related helpers to <bits...
2022-05-13  Jonathan Wakelylibstdc++: Improve doxygen docs for std::allocator
2022-01-21  Jonathan Wakelylibstdc++: Ensure all feature test macros have type...
2022-01-05  Jonathan Wakelylibstdc++: Simplify std::allocator_traits<allocator...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-12  Jonathan Wakelylibstdc++: Implement constexpr std::vector for C++20
2021-10-21  Jonathan Wakelylibstdc++: Suppress Doxygen docs for more implementatio...
2021-08-28  Jonathan Wakelylibstdc++: Fix std::allocator<void> for versioned namespace
2021-04-06  Jonathan Wakelylibstdc++: Fix Doxygen warnings
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-10  Jonathan Wakelylibstdc++: Add remaining C++20 additions to <sstream...
2020-04-30  Jonathan Wakelylibstdc++: Avoid errors in allocator's noexcept-specifi...
2020-04-28  Jonathan Wakelylibstdc++: Fix regression in std::_Construct (PR 94831)
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-20  Jonathan Wakelylibstdc++: Add inline to maybe-constexpr functions...
2019-11-18  Jonathan Wakelylibstdc++: Fix some -Wsystem-headers warnings
2019-10-29  Jonathan WakelyFix compilation errors with Clang
2019-10-23  Jonathan WakelyPR c++/91369 Implement P0784R7 changes to allocation...
2019-10-22  Jonathan WakelyRemove redundant std::allocator members for C++20
2019-02-26  Jonathan WakelyPR libstdc++/89477 constrain deduction guides for maps...
2019-02-26  Jonathan WakelyPR libstdc++/89416 fix alloc insertable trait for clang...
2019-02-24  Jonathan WakelyPR libstdc++/89416 fix accessibility of members
2019-02-21  Jonathan WakelyPR libstdc++/89416 fix __is_move_insertable trait
2019-02-05  Jonathan WakelyPR libstdc++/89130 restore support for non-MoveConstruc...
2019-01-21  Ulrich DrepperFix after P0600.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-25  Marc GlisseRelocation (= move+destroy)
2018-07-03  Jonathan WakelyRemove redundant #if conditional
2018-01-03  Jakub JelinekUpdate copyright years.
2017-06-07  Jonathan WakelyAdd C++17 deduction guide for std::basic_string (P0433R...
2017-01-20  Jonathan WakelyPR72792 detect allocator pointer types without invalid...
2017-01-20  Jonathan WakelyPR72792 PR72793 relax requirements on rebind members
2017-01-01  Jakub JelinekUpdate copyright years.
2016-01-11  Jonathan Wakelyallocator_traits<allocator<T>> partial specialization
2016-01-04  Jakub JelinekUpdate copyright years.
2015-08-13  Jonathan Wakelyalloc_traits.h: Add feature-test macro.
2015-07-01  Jonathan Wakelyalloc_traits.h (__alloctr_rebind): Remove.
2015-06-26  Jonathan WakelyImplement N4258 (Cleaning-up noexcept in the Library...
2015-05-13  Jonathan Wakelyalloc_traits.h (_S_max_size): Implement LWG 2466.
2015-05-01  Jonathan Wakely* include/bits/alloc_traits.h (__alloc_rebind): Change...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-06-25  Jonathan Wakelyalloc_traits.h (__alloc_rebind): Define alias template.
2014-01-29  Jonathan Wakelyalloc_traits.h (allocator_traits::_S_allocate): Do...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-11-14  Jonathan Wakelyalloc_traits.h (__allow_copy_cons): Remove.
2013-06-08  Jonathan Wakelyalloc_traits.h (allocator_traits::max_size()): LWG...
2013-03-08  Benjamin Kosnikmemoryfwd.h: New.
2013-01-16  Jonathan WakelyPR libstdc++/55043 (again)
2013-01-16  Jonathan Wakelyre PR libstdc++/55043 (issue with nesting unordered_map...
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2012-07-16  Jonathan Wakelyre PR libstdc++/53978 (Missing static const definitions...
2011-11-08  Jonathan Wakelyptr_traits.h (__rebind): Replace with...
2011-08-07  Jonathan Wakelyalloc_traits.h: Fix doxygen @headername.
2011-08-07  Benjamin Kosnikuser.cfg.in (PDF_HYPERLINKS): To NO.
2011-06-22  Jonathan WakelyMakefile.am: Add alloc_traits.h headers.