]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/ext/new_allocator.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / ext / new_allocator.h
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-05  Jonathan Wakelylibstdc++: Make allocators throw bad_array_new_length...
2020-09-10  Krystian Kuźniareklibstdc++: Add unused attributes to suppress warnings
2020-04-30  Jonathan Wakelylibstdc++: Avoid errors in allocator's noexcept-specifi...
2020-04-15  Jonathan Wakelylibstdc++: Add comparison operators to types from Utili...
2020-01-01  Jakub JelinekUpdate copyright years.
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-05-31  Jonathan WakelyRemove using-declarations that add std names to __gnu_cxx
2019-05-20  Pádraig Bradystd::allocator::deallocate support sized-deallocation
2019-01-21  Ulrich DrepperFix after P0600.
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-10-10  Jonathan WakelyPR libstdc++/87544 limit max_size() to PTRDIFF_MAX...
2018-06-18  Jonathan WakelyLWG 3035. std::allocator's constructors should be constexpr
2018-01-03  Jakub JelinekUpdate copyright years.
2017-08-31  Jonathan WakelyPR c++/82039 suppress -Wzero-as-null-pointer-constant...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-20  Jonathan WakelyTweak whitespace in std::allocator files
2016-10-14  Jonathan WakelyPR65122 extended alignment support in allocators
2016-01-04  Jakub JelinekUpdate copyright years.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
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-06-10  Paolo Carlinithrow_allocator.h: Use noexcept.
2011-05-28  Jonathan WakelyMakefile.am: Add new ptr_traits.h header.
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2010-06-03  Paolo Carlinic++config (std::size_t, [...]): Provide typedefs.
2010-05-20  Paolo Carlini[multiple changes]
2009-04-24  Jan Hubickaarray (at): Do not use builtin_expect.
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-02-21  Benjamin Kosnikuser.cfg.in: Tweaks.
2008-06-21  Paolo Carlini[multiple changes]
2007-10-27  Paolo Carlinithrow_allocator.h (throw_allocator<>:: construct<>...
2006-04-23  Marc Glissere PR libstdc++/27199 (ptrdiff_t and size_t outside...
2005-12-19  Benjamin Kosnikc++config: Add in revised namespace associations.
2005-08-17  Kelley CookAll files: Update FSF address.
2004-11-24  Benjamin Kosnikdoxygroups.cc: Add std::tr1 namespace.
2004-11-05  Benjamin Kosnikre PR libstdc++/17218 (unknown subjects in generated...
2004-10-21  Paolo Carlinibitmap_allocator.h (allocate): Throw std::bad_alloc...
2004-02-23  Benjamin Kosnikmalloc_allocator.h: Add operators ==, !=.
2004-02-02  Paolo CarliniPR libstdc++/13976 (continued)
2004-02-02  Paolo Carlinire PR libstdc++/13976 (ext/new_allocator.h:81: warning...
2004-01-29  Benjamin KosnikMakefile.am (bits_headers): Remove allocator_traits.h.
2003-12-23  Benjamin Kosniknew_allocator.h (new_allocator): Proper allocator class.
2003-06-11  Benjamin Kosnik[multiple changes]