summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/malloc_allocator.h
AgeCommit message (Expand)Author
2022-08-03libstdc++: Fix indentation in allocator base classesJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-05-11libstdc++: Fix missing members in std::allocator<void>Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-10-05libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190]Jonathan Wakely
2020-04-30libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-10-23PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely
2019-05-31Remove using-declarations that add std names to __gnu_cxxJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-10-25Relocation (= move+destroy)Marc Glisse
2018-10-11Make ext allocators support heterogeneous equality comparisonJonathan Wakely
2018-10-10PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)Jonathan Wakely
2018-06-18LWG 3035. std::allocator's constructors should be constexprJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-16Make sure the return value of malloc_allocator::allocate is zero-initialized ...Ville Voutilainen
2016-10-14PR65122 extended alignment support in allocatorsJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-19stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2011-06-10throw_allocator.h: Use noexcept.Paolo Carlini
2011-05-28Makefile.am: Add new ptr_traits.h header.Jonathan Wakely
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2010-05-20[multiple changes]Paolo Carlini
2009-04-24array (at): Do not use builtin_expect.Jan Hubicka
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik
2008-06-21[multiple changes]Paolo Carlini
2007-10-27throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.Paolo Carlini
2007-04-11cc_hash_max_collision_check_resize_trigger_imp.hpp: Qualify namespace std mem...Benjamin Kosnik
2006-04-23re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std)Marc Glisse
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik
2005-08-17All files: Update FSF address.Kelley Cook
2004-12-04* include/ext/malloc_allocator.h: Include cstdlib.Richard Henderson
2004-11-24doxygroups.cc: Add std::tr1 namespace.Benjamin Kosnik
2004-11-05re PR libstdc++/17218 (unknown subjects in generated libstdc++ manpages)Benjamin Kosnik
2004-10-21bitmap_allocator.h (allocate): Throw std::bad_alloc when n > max_size().Paolo Carlini
2004-03-24malloc_allocator.h: Fixed the construct function to call global placement new...Dhruv Matani
2004-02-23malloc_allocator.h: Add operators ==, !=.Benjamin Kosnik
2004-02-02PR libstdc++/13976 (continued)Paolo Carlini
2004-02-02re PR libstdc++/13976 (ext/new_allocator.h:81: warning: unused parameter '__h')Paolo Carlini
2004-01-29Makefile.am (bits_headers): Remove allocator_traits.h.Benjamin Kosnik
2003-12-23new_allocator.h (new_allocator): Proper allocator class.Benjamin Kosnik
2003-12-09algorithm, [...]: Remove trailing whitespace.Bernardo Innocenti