aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/throw_allocator
AgeCommit message (Expand)AuthorFilesLines
2026-01-02Update copyright years.Jakub Jelinek8-8/+8
2025-01-02Update copyright years.Jakub Jelinek8-8/+8
2024-01-03Update copyright years.Jakub Jelinek8-8/+8
2023-08-23libstdc++: Fix tests relying on operator new/delete overloadFrançois Dumont1-0/+1
2023-06-07libstdc++: Fix some tests that fail with -fno-exceptionsJonathan Wakely1-0/+1
2023-01-16Update copyright years.Jakub Jelinek8-8/+8
2022-01-03Update copyright years.Jakub Jelinek8-8/+8
2021-11-23libstdc++: Add effective-target for std::allocator implementationJonathan Wakely2-0/+2
2021-01-04Update copyright years.Jakub Jelinek8-8/+8
2020-01-01Update copyright years.Jakub Jelinek8-8/+8
2019-05-13Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely2-4/+0
2019-01-01Update copyright years.Jakub Jelinek8-8/+8
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely8-0/+8
2018-01-03Update copyright years.Jakub Jelinek8-8/+8
2017-01-01Update copyright years.Jakub Jelinek8-8/+8
2016-10-141.cc: Remove 'test' variables.Paolo Carlini1-1/+0
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-8/+8
2010-02-24deallocate_global.cc: Require __cxa_atexit.Rainer Orth1-1/+3
2010-01-10libstdc++ profile mode bug fixes and minor updatesSilvius Rus2-0/+5
2009-12-16PR libstdc++/21772 part 1Benjamin Kosnik8-8/+9
2009-05-28testsuite_allocator.h (check_new, [...]): Move to ...Benjamin Kosnik4-128/+15
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek8-40/+32
2007-11-20variadic_construct.cc: Add dg-require-time.Richard Sandiford1-0/+2
2007-10-27throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add.Paolo Carlini1-0/+46
2007-08-17re PR testsuite/31884 (priority_queue_dijkstra.cc operates on deallocated mem...Daniel Jacobowitz6-0/+12
2007-06-01throw_allocator.h (__throw_allocator::allocate): Throw bad_alloc for out of m...Benjamin Kosnik7-0/+335