aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/malloc_allocator
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek12-12/+12
2024-08-23libstdc++: Fix std::allocator_traits::construct constraints [PR108619]Jonathan Wakely1-8/+6
2024-01-03Update copyright years.Jakub Jelinek12-12/+12
2023-08-23libstdc++: Fix tests relying on operator new/delete overloadFrançois Dumont1-0/+2
2023-06-07libstdc++: Fix some tests that fail with -fno-exceptionsJonathan Wakely1-0/+2
2023-01-16Update copyright years.Jakub Jelinek12-12/+12
2022-01-03Update copyright years.Jakub Jelinek12-12/+12
2021-01-04Update copyright years.Jakub Jelinek12-12/+12
2020-04-30libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely1-0/+149
2020-01-01Update copyright years.Jakub Jelinek11-11/+11
2019-10-24Revert ABI changes to std::allocator in C++20Jonathan Wakely1-1/+1
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely1-1/+1
2019-01-01Update copyright years.Jakub Jelinek11-11/+11
2018-10-19Fix tests that use allocators with incorrect value typesJonathan Wakely1-1/+1
2018-10-11Make ext allocators support heterogeneous equality comparisonJonathan Wakely1-0/+31
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely1-0/+1
2018-01-03Update copyright years.Jakub Jelinek10-10/+10
2017-01-01Update copyright years.Jakub Jelinek10-10/+10
2016-10-16Make sure the return value of malloc_allocator::allocate is zero-initialized ...Ville Voutilainen1-0/+31
2016-10-141.cc: Remove 'test' variables.Paolo Carlini1-1/+0
2016-10-14PR65122 extended alignment support in allocatorsJonathan Wakely1-0/+68
2016-08-26Use effective-target instead of -std optionsJonathan Wakely1-1/+1
2016-01-04Update copyright years.Jakub Jelinek8-8/+8
2015-01-05Update copyright years.Jakub Jelinek8-8/+8
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford8-8/+8
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford8-10/+8
2009-05-28testsuite_allocator.h (check_new, [...]): Move to ...Benjamin Kosnik4-135/+16
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek8-40/+34
2008-08-18re PR testsuite/37149 (27_io/basic_ostream/inserters_other/char/error_code.cc)Paolo Carlini2-2/+4
2007-10-27throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.Paolo Carlini1-0/+46
2007-02-20[multiple changes]Benjamin Kosnik1-0/+0
2005-12-28[multiple changes]Paolo Carlini2-4/+6
2005-08-17All files: Update FSF address.Kelley Cook7-7/+7
2004-10-29testsuite_allocator.h (check_delete): New.Benjamin Kosnik2-4/+63
2004-10-21bitmap_allocator.h (allocate): Throw std::bad_alloc when n > max_size().Paolo Carlini1-0/+31
2004-10-14mt_allocator.h (__mt_alloc::deallocate): Check for null pointer.Benjamin Kosnik1-0/+32
2004-10-06re PR libstdc++/17780 (std::allocator vs. static init)Benjamin Kosnik2-0/+139
2004-09-01re PR libstdc++/16614 (Excessive resource usage in __mt_alloc)Benjamin Kosnik2-0/+83