]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/allocator.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / allocator.h
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-08  Jonathan Wakelylibstdc++: Add always_inline to most allocator functions
2022-09-16  Jonathan Wakelylibstdc++: Move allocator-related helpers to <bits...
2022-09-16  Jonathan Wakelylibstdc++: Remove __alloc_neq helper
2022-09-16  Jonathan Wakelylibstdc++: Fix Doxygen commands
2022-06-14  Jonathan Wakelylibstdc++: Check for size overflow in constexpr allocat...
2022-05-13  Jonathan Wakelylibstdc++: Improve doxygen docs for std::allocator
2022-02-04  Jonathan Wakelylibstdc++: Add suggestion to std::uncaught_exception...
2022-01-21  Jonathan Wakelylibstdc++: Ensure all feature test macros have type...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-01  Jonathan Wakelylibstdc++: Define std::__is_constant_evaluated() for...
2021-11-12  Jonathan Wakelylibstdc++: Implement constexpr std::vector for C++20
2021-08-28  Jonathan Wakelylibstdc++: Fix std::allocator<void> for versioned namespace
2021-06-09  Jonathan Wakelylibstdc++: Add warnings for some C++23 deprecations
2021-05-11  Jonathan Wakelylibstdc++: Fix missing members in std::allocator<void>
2021-01-04  Jakub JelinekUpdate copyright years.
2020-04-30  Jonathan Wakelylibstdc++: Avoid errors in allocator's noexcept-specifi...
2020-04-28  Jonathan Wakelylibstdc++: Fixes for feature test macros (PR 91480)
2020-04-15  Jonathan Wakelylibstdc++: Add comparison operators to types from Utili...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-10-25  Jonathan WakelyFix compilation with Clang
2019-10-24  Jonathan WakelyRevert ABI changes to std::allocator in C++20
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-01-01  Jakub JelinekUpdate copyright years.
2018-10-25  Marc GlisseRelocation (= move+destroy)
2018-10-11  Jonathan WakelyMake ext allocators support heterogeneous equality...
2018-06-18  Jonathan WakelyLWG 3035. std::allocator's constructors should be constexpr
2018-05-18  Jason MerrillSome libstdc++ fixes for -Wdeprecated-copy.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-21  Jonathan WakelyPR libstdc++/48101 improve errors for invalid container...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-20  Jonathan WakelyTweak whitespace in std::allocator files
2016-10-20  Jonathan WakelyPR78052 Define std::allocator<void>::{construct,destroy}
2016-10-10  Jonathan WakelyDefine std::allocator<T>::is_always_equal
2016-08-03  Jonathan WakelyDefine C++17 feature-test macros
2016-01-04  Jakub JelinekUpdate copyright years.
2015-09-17  Jonathan WakelyOnly do shrink_to_fit() when exceptions enabled
2015-08-13  Jonathan Wakelyalloc_traits.h: Add feature-test macro.
2015-06-26  Jonathan WakelyImplement N4258 (Cleaning-up noexcept in the Library...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-06-14  Jonathan Wakelyapi.xml: Link to more recent API docs.
2014-04-14  Jonathan Wakelyallocator.h (operator==, operator!=): Add exception...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-09-20  Marc Glissere PR libstdc++/58338 (Add noexcept to functions with...
2013-03-08  Benjamin Kosnikmemoryfwd.h: New.
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-11-20  Matthias Klose2012-11-20 Matthias Klose <doko@ubuntu.com>
2012-11-19  Jonathan Wakelystl_algo.h (reverse_copy): Update comment per DR 2074.
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2012-03-19  Benjamin Kosnikallocator.h (std::allocator): Base class is __allocator...
2011-11-09  Jonathan Wakelyallocator.h (__shrink_to_fit_aux::_S_do_it): Create...
2011-06-22  Jonathan WakelyMakefile.am: Add alloc_traits.h headers.
2011-06-12  François Dumontallocator.h (__shrink_to_fit): Rename to __shrink_to_fi...
2011-06-08  Paolo Carliniextptr_allocator.h: Include <ext/numeric_traits.h>...
2011-06-08  Paolo Carliniallocator.h (__shrink_to_fit): Simplify.
2011-05-30  Jonathan Wakelytuple: Implement uses-allocator construction.
2011-05-28  Jonathan WakelyMakefile.am: Add new ptr_traits.h header.
2011-03-04  Benjamin KosnikMakefile.am (inst_sources): Make source instantion...
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2010-12-19  Benjamin Kosnik*: Use headername alias to associate private includes...
2010-11-02  Benjamin Kosniklibstdc++: N3126 draft support.
2010-10-05  Paolo Carlinitype_traits (_GLIBCXX_HAS_NESTED_TYPE): Add.
2010-09-27  Paolo Carliniallocator.h (allocator_arg_t, [...]): Add.
2010-02-04  Benjamin Kosnikre PR libstdc++/42460 (man page errors for generated...
2010-02-03  Benjamin Kosnikallocator.h: Fix for -fno-exceptions.
2010-01-08  Paolo Carlinire PR libstdc++/42573 ([C++0x] shrink_to_fit() missing)
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-02-21  Benjamin Kosnikuser.cfg.in: Tweaks.
2008-03-26  Benjamin Kosnikrun_doxygen: Remove html_output_dir.
2007-10-18  Paolo Carliniallocator.h (struct __alloc_neq): Add.
2007-10-18  Paolo Carlinire PR libstdc++/33807 (Incorrect ambiguous overload)
2007-05-14  Paolo Carliniallocator.h: Do not include cpp_type_traits.h.
2007-03-30  Paolo Carlinire PR c++/26099 (support for type traits is not available)
2006-01-18  Paolo Carliniallocator.h: Include <bits/cpp_type_traits.h>.
2006-01-04  Paolo Carlinisso_string_base.h (__sso_string_base<>::_M_dataplus...
2005-12-19  Benjamin Kosnikc++config: Add in revised namespace associations.
2005-08-17  Kelley CookAll files: Update FSF address.
2005-05-24  Benjamin Kosnikallocator.h: Change ___glibcxx_base_allocator to __glib...
2004-11-24  Benjamin Kosnikdoxygroups.cc: Add std::tr1 namespace.
2004-11-05  Benjamin Kosnikre PR libstdc++/17218 (unknown subjects in generated...
2004-06-25  Benjamin Kosnikconcurrence.h (__gnu_cxx::lock): New.
2004-03-13  Benjamin Kosnikallocator: New.
2004-03-12  Benjamin Kosnikallocator.h: Revert.
2004-03-08  Benjamin Kosnikallocator.h: Switch defaults to mt_alloc.
2004-02-23  Benjamin Kosnikmalloc_allocator.h: Add operators ==, !=.
2004-02-08  Bernardo InnocentiRemove trailing whitespace (see ChangeLog for longwinde...
2004-01-29  Benjamin Kosnikallocator.h: Temporary switch to new_allocator as the...
2004-01-29  Benjamin KosnikMakefile.am (bits_headers): Remove allocator_traits.h.
2003-12-01  Paolo Carlinire PR libstdc++/10378 ([library DR 402] cannot add...
2003-11-24  Benjamin Kosnikstreambuf_iterator.h (ostreambuf_iterator): Remove...
2003-07-05  Benjamin KosnikMove from CPP to CXX.
2003-06-11  Benjamin Kosnik[multiple changes]