aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/allocator
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek2-2/+2
2023-01-16Update copyright years.Jakub Jelinek2-2/+2
2022-01-03Update copyright years.Jakub Jelinek2-2/+2
2021-12-09libstdc++: Fix non-reserved name in std::allocator base class [PR64135]Jonathan Wakely1-6/+5
2021-12-02libstdc++: Remove broken std::allocator base classes [PR103340]Jonathan Wakely3-165/+0
2021-11-30libstdc++: Make Asan detection work for Clang [PR103453]Jonathan Wakely2-4/+16
2021-01-04Update copyright years.Jakub Jelinek5-5/+5
2020-01-01Update copyright years.Jakub Jelinek5-5/+5
2019-05-02Improve API docs for <memory> and <scoped_allocator>Jonathan Wakely1-1/+1
2019-01-01Update copyright years.Jakub Jelinek5-5/+5
2018-01-03Update copyright years.Jakub Jelinek5-5/+5
2017-07-21Add AddressSanitizer annotations to std::vectorJonathan Wakely2-0/+8
2017-01-01Update copyright years.Jakub Jelinek5-5/+5
2016-01-04Update copyright years.Jakub Jelinek5-5/+5
2015-01-05Update copyright years.Jakub Jelinek5-5/+5
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford5-5/+5
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford5-5/+5
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill5-5/+5
2012-03-19allocator.h (std::allocator): Base class is __allocator_base.Benjamin Kosnik5-15/+105
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek5-5/+5
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik5-10/+10
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek5-75/+50
2007-02-02c++config: Consistent macro guards for config includes.Benjamin Kosnik5-10/+10
2006-12-05localefwd.h: Consistent @file placement...Benjamin Kosnik5-0/+25
2005-08-17All files: Update FSF address.Kelley Cook5-5/+5
2005-05-24allocator.h: Change ___glibcxx_base_allocator to __glibcxx_base_allocator.Benjamin Kosnik5-10/+10
2004-03-22acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Add pool_allocator.Paolo Carlini1-0/+37
2004-03-13allocator: New.Benjamin Kosnik4-0/+148