aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/array_allocator.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Remove array_allocator extension, deprecated since 4.9.0Jonathan Wakely1-182/+0
2019-01-21Fix after P0600.Ulrich Drepper1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely1-0/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-17re PR c++/33911 (attribute deprecated vs. templates)Jason Merrill1-0/+6
2014-01-29re PR libstdc++/21609 (array_allocator vs rebind & templated constructor)Jonathan Wakely1-3/+5
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-20array_allocator.h: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jonathan Wakely1-2/+2
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
2011-06-10throw_allocator.h: Use noexcept.Paolo Carlini1-8/+11
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-3/+3
2010-05-20[multiple changes]Paolo Carlini1-3/+3
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-2/+2
2008-03-26run_doxygen: Remove html_output_dir.Benjamin Kosnik1-1/+1
2007-10-27throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.Paolo Carlini1-2/+10
2006-10-28array (array<>::_M_at): New.Paolo Carlini1-1/+1
2006-04-26re PR libstdc++/26875 (Array allocator use count is shared between array_allo...Benjamin Kosnik1-28/+28
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-3/+4
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2005-05-28revert: re PR libstdc++/19495 (basic_string::_M_rep() can produce an unnatura...Paolo Carlini1-3/+2
2005-05-18re PR libstdc++/19495 (basic_string::_M_rep() can produce an unnaturally alig...Paolo Carlini1-2/+3
2005-01-19array_allocator.h (array_allocator<>::allocate): Avoid __used.Loren J. Rittle1-5/+5
2004-11-24doxygroups.cc: Add std::tr1 namespace.Benjamin Kosnik1-0/+4
2004-11-05re PR libstdc++/17218 (unknown subjects in generated libstdc++ manpages)Benjamin Kosnik1-2/+1
2004-10-26array_allocator.h (array::allocate): Check for valid array object, use its si...Benjamin Kosnik1-1/+1
2004-10-21bitmap_allocator.h (allocate): Throw std::bad_alloc when n > max_size().Paolo Carlini1-1/+2
2004-10-14mt_allocator.h (__mt_alloc::deallocate): Check for null pointer.Benjamin Kosnik1-1/+1
2004-10-13basic_string.tcc (_S_create): Use consistently the exponential policy, simplify.Paolo Carlini1-4/+4
2004-10-07tr1: New.Benjamin Kosnik1-0/+141