aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/new_allocator.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-0/+2
2022-05-13libstdc++: Improve doxygen docs for std::allocatorJonathan Wakely1-3/+9
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-09libstdc++: Fix non-reserved name in std::allocator base class [PR64135]Jonathan Wakely1-155/+2
2021-07-22libstdc++: Use __builtin_operator_new when available [PR94295]Jonathan Wakely1-13/+25
2021-05-11libstdc++: Fix missing members in std::allocator<void>Jonathan Wakely1-1/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-05libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190]Jonathan Wakely1-2/+8
2020-09-10libstdc++: Add unused attributes to suppress warningsKrystian Kuźniarek1-1/+1
2020-04-30libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely1-3/+2
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-23PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely1-2/+2
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely1-11/+22
2019-05-31Remove using-declarations that add std names to __gnu_cxxJonathan Wakely1-7/+4
2019-05-20std::allocator::deallocate support sized-deallocationPádraig Brady1-3/+11
2019-01-21Fix after P0600.Ulrich Drepper1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-25Relocation (= move+destroy)Marc Glisse1-1/+5
2018-10-11Make ext allocators support heterogeneous equality comparisonJonathan Wakely1-9/+11
2018-10-10PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)Jonathan Wakely1-1/+7
2018-06-18LWG 3035. std::allocator's constructors should be constexprJonathan Wakely1-0/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-08-31PR c++/82039 suppress -Wzero-as-null-pointer-constant warningJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-20Tweak whitespace in std::allocator filesJonathan Wakely1-13/+13
2016-10-14PR65122 extended alignment support in allocatorsJonathan Wakely1-1/+17
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-19stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely1-2/+10
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-1/+1
2012-03-19allocator.h (std::allocator): Base class is __allocator_base.Benjamin Kosnik1-0/+2
2011-06-10throw_allocator.h: Use noexcept.Paolo Carlini1-7/+9
2011-05-28Makefile.am: Add new ptr_traits.h header.Jonathan Wakely1-7/+11
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-2/+5
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini1-0/+1
2010-05-20[multiple changes]Paolo Carlini1-3/+3
2009-04-24array (at): Do not use builtin_expect.Jan Hubicka1-1/+1
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik1-1/+3
2008-06-21[multiple changes]Paolo Carlini1-1/+1
2007-10-27throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.Paolo Carlini1-1/+9
2006-04-23re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std)Marc Glisse1-0/+3
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik1-4/+5
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2004-11-24doxygroups.cc: Add std::tr1 namespace.Benjamin Kosnik1-0/+4