aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/bitmap_allocator
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek6-6/+6
2024-01-03Update copyright years.Jakub Jelinek6-6/+6
2023-06-07libstdc++: Fix some tests that fail with -fno-exceptionsJonathan Wakely1-0/+2
2023-01-16Update copyright years.Jakub Jelinek6-6/+6
2022-01-03Update copyright years.Jakub Jelinek6-6/+6
2021-01-04Update copyright years.Jakub Jelinek6-6/+6
2020-01-01Update copyright years.Jakub Jelinek6-6/+6
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska2-0/+4
2019-01-01Update copyright years.Jakub Jelinek6-6/+6
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely1-0/+1
2018-01-03Update copyright years.Jakub Jelinek6-6/+6
2017-01-01Update copyright years.Jakub Jelinek6-6/+6
2016-10-141.cc: Remove 'test' variables.Paolo Carlini1-1/+0
2016-10-14PR65122 extended alignment support in allocatorsJonathan Wakely1-0/+48
2016-08-26Use effective-target instead of -std optionsJonathan Wakely1-1/+1
2016-01-04Update copyright years.Jakub Jelinek5-5/+5
2015-12-24Correct use of __GXX_WEAK__ macro.Jason Merrill2-2/+2
2015-01-05Update copyright years.Jakub Jelinek5-5/+5
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford5-5/+5
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford5-5/+5
2009-05-28testsuite_allocator.h (check_new, [...]): Move to ...Benjamin Kosnik2-56/+8
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek5-25/+20
2007-10-27throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.Paolo Carlini1-0/+46
2005-08-17All files: Update FSF address.Kelley Cook4-4/+4
2005-04-21check_allocate_max_size.cpp: Add explicit instantiations for systems without ...Mark Mitchell2-2/+16
2004-10-30bitmap_allocator.h (allocate(size_type)): Minor tweak.Paolo Carlini2-0/+108
2004-10-21bitmap_allocator.h (allocate): Throw std::bad_alloc when n > max_size().Paolo Carlini1-0/+31
2004-10-15bitmap_allocator.h: Qualify ::operator delete.Paolo Carlini1-0/+31