aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/mt_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-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-04-15libstdc++: Add comparison operators to types from Utilities clauseJonathan Wakely1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-31Remove using-declarations that add std names to __gnu_cxxJonathan Wakely1-13/+13
2019-01-21Fix after P0600.Ulrich Drepper1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-14PR65122 extended alignment support in allocatorsJonathan Wakely1-0/+18
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-06-14api.xml: Link to more recent API docs.Jonathan Wakely1-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
2011-06-10throw_allocator.h: Use noexcept.Paolo Carlini1-8/+8
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-7/+7
2010-05-20[multiple changes]Paolo Carlini1-2/+2
2010-02-04re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)Benjamin Kosnik1-3/+3
2009-04-24array (at): Do not use builtin_expect.Jan Hubicka1-1/+1
2009-04-18pool_allocator.cc (_M_get_free_list, [...]): Mark throw ()Jan Hubicka1-4/+4
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/+2
2008-06-21[multiple changes]Paolo Carlini1-2/+3
2008-03-26run_doxygen: Remove html_output_dir.Benjamin Kosnik1-5/+5
2008-01-31auto_ptr.h: Fix comment typos.Ralf Wildenhues1-1/+1
2007-10-27throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.Paolo Carlini1-2/+10
2006-12-02mt_allocator.h (__pool_base::_M_get_align): Remove redundant const qualifier ...Paolo Carlini1-1/+1
2006-09-25re PR libstdc++/29179 (bugs in mt_allocator)Paolo Carlini1-6/+10
2006-09-14atomicity.h: Move to...Benjamin Kosnik1-2/+1
2006-09-02re PR libstdc++/24469 (Possible race condition in mt_allocator causing SIGSEGV)Paolo Carlini1-2/+7
2006-08-31mt_allocator.h: Remove volatile qualifiers from data members and correspondin...Richard Guenther1-9/+9
2006-05-10pool_allocator.h: Add missing std:: qualifications.Marc Glisse1-3/+3
2006-04-23re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std)Marc Glisse1-0/+3
2005-12-26mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter.Chris Jefferson1-1/+1
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik1-3/+4
2005-09-272005-09-25 Benjamin Kosnik <bkoz@redhat.com>Benjamin Kosnik1-4/+10
2005-09-22re PR libstdc++/23956 (Class __mt_alloc overexerts __policy_type::_S_get_pool)Guillaume Melquiond1-6/+3
2005-09-12[multiple changes]Benjamin Kosnik1-135/+103
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2005-04-28PR libstdc++/21244 (cont)Paolo Carlini1-2/+2
2005-01-26mt_allocator.h (struct __per_type_pool_policy<,, [...]): Scale _M_chunk_size ...Paolo Carlini1-7/+29