aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/18_support/headers
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek32-32/+32
2024-11-06libstdc++: Deprecate useless <cxxx> compatibility headers for C++17Jonathan Wakely8-53/+162
2024-10-23ginclude: stdalign.h should define __xxx_is_defined macros for C++Jonathan Wakely1-0/+24
2024-08-20libstdc++: Adjust testcase for constexpr placement new [PR115744]Jonathan Wakely1-2/+7
2024-01-03Update copyright years.Jakub Jelinek34-34/+34
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely2-2/+0
2023-05-17libstdc++: Uncomment checks for <limits> enumeration typesJonathan Wakely1-2/+0
2023-01-16Update copyright years.Jakub Jelinek34-34/+34
2022-10-18libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek2-0/+83
2022-10-03libstdc++: Make some tests work on freestanding [PR103626]Arsen Arsenović1-0/+2
2022-03-29testsuite: Disable tests for C++23 that depend on std::unexpectedJonathan Wakely1-1/+1
2022-01-03Update copyright years.Jakub Jelinek32-32/+32
2021-11-04libstdc++: Deprecate std::unexpected and handler functionsJonathan Wakely1-1/+1
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek32-32/+32
2020-07-02libstdc++: Require c++98_only effective target for some testsJonathan Wakely4-4/+4
2020-01-01Update copyright years.Jakub Jelinek32-32/+32
2019-06-24Define C11 macros such as FLT_DECIMAL_DIG for C++17Jonathan Wakely1-0/+37
2019-01-01Update copyright years.Jakub Jelinek31-31/+31
2018-06-18P0754R2 <version> headerJonathan Wakely1-0/+28
2018-01-03Update copyright years.Jakub Jelinek30-30/+30
2017-10-24libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.François Dumont1-0/+1
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler1-2/+4
2017-01-01Update copyright years.Jakub Jelinek30-30/+30
2016-12-07Improve tests for contents of <new> headerJonathan Wakely2-4/+83
2016-08-26Use effective-target instead of -std optionsJonathan Wakely4-8/+4
2016-01-04Update copyright years.Jakub Jelinek29-29/+29
2015-01-05Update copyright years.Jakub Jelinek29-29/+29
2014-10-24C++11 explicitly forbids macros for bool, true and false.Jonathan Wakely1-0/+37
2014-10-15freestanding.cc: Prefer -std=gnu++11.Paolo Carlini1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford28-28/+28
2013-04-03exception (get_terminate(), [...]): Declare.Jonathan Wakely2-0/+5
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford28-29/+28
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2-2/+2
2011-11-07acinclude.m4: Check for <stdalign.h>Jonathan Wakely1-0/+24
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill2-2/+2
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik2-2/+2
2010-06-15libstdc++.exp: Set additional_prunes.Jason Merrill2-2/+2
2010-02-20re PR c++/35669 (NULL (__null) not considered different from 0 with C++)Manuel López-Ibáñez1-0/+1
2009-07-30re PR libstdc++/40915 ([4.5 Regressions] FAIL: 18_support/headers/exception/s...Paolo Carlini1-1/+1
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek27-137/+110
2008-07-29utility: Include <initializer_list>, per the current WP.Paolo Carlini1-6/+3
2007-12-10[multiple changes]Paolo Carlini1-2/+3
2007-06-29std_c++0x_neg.cc: Force C++98 mode.Doug Gregor2-0/+2
2007-03-16types_std_c++0x.cc: Use -std=gnu++0x instead of -std=c++0x for testing.Benjamin Kosnik1-1/+1
2007-03-04acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik3-0/+110
2007-02-25macros.cc: Include the right header.Paolo Carlini1-1/+1
2007-02-20[multiple changes]Benjamin Kosnik24-0/+819