summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/19_diagnostics
AgeCommit message (Expand)Author
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Fix aligned formatting of stacktrace_entry and thread::id [PR112564]Jonathan Wakely
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely
2023-11-15libstdc++: std::stacktrace tweaksJonathan Wakely
2023-11-14libstdc++: Fix std::hash<std::stacktrace> [PR112348]Jonathan Wakely
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from remaining testsJonathan Wakely
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely
2023-09-14libstdc++: Limit <stacktrace> synopsis test to normal namespaceFrançois Dumont
2023-09-11libstdc++: Formatting std::thread::id and std::stacktrace (P2693R1)Jonathan Wakely
2023-09-08libstdc++: Add Filesystem TS and std::stacktrace symbols to libstdc++exp.aJonathan Wakely
2023-04-12libstdc++: Fix some AIX test failuresJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-12-23Reimplement GNU threads library on native WindowsEric Botcazou
2022-12-12libstdc++: Make operator<< for stacktraces less templated (LWG 3515)Jonathan Wakely
2022-09-12libstdc++: Fix comments in tests to match codeJonathan Wakely
2022-09-08libstdc++: Find make_error_code and make_error_condition via ADL onlyJonathan Wakely
2022-08-26libstdc++: Simplify std::error_code and std::error_conditionJonathan Wakely
2022-04-12libstdc++: Reduce memory usage in std::stacktrace::currentJonathan Wakely
2022-04-11libstdc++: Fix std::basic_stacktrace special members [PR105031]Jonathan Wakely
2022-04-11libstdc++: Improve behaviour of std::stacktrace::currentJonathan Wakely
2022-04-11libstdc++: Move stacktrace tests to 19_diagnostics directoryJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-10-01libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]Jonathan Wakely
2021-09-23libstdc++: Disable PCH for test that depends on a macro being definedJonathan Wakely
2021-09-23libstdc++: Make std::system_category() recognize Windows error codesJonathan Wakely
2021-09-23libstdc++: std::system_category should know meaning of zero [PR102425]Jonathan Wakely
2021-08-31libstdc++: Remove redundant noexcept-specifier on definitionsJonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely
2021-02-03libstdc++: Fix incorrect test for std::error_code comparisonsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-12-16libstdc++: Test errno macros directly, not via autoconf [PR 93151]Jonathan Wakely
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely
2020-07-02libstdc++: Require c++98_only effective target for some testsJonathan Wakely
2020-02-20libstdc++: Define operator<=> for <system_error> typesJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-05-07Add test for std::hash<std::error_code>Jonathan Wakely
2019-05-04Fix std::hash<std::error_condition>Jonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-08-03Add workaround for non-unique errno values on AIXJonathan Wakely
2018-08-01PR libstdc++/60555 std::system_category() should recognise POSIX errno valuesJonathan Wakely
2018-07-05PR libstdc++/85831 define move constructors and operators for exceptionsJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21PR 71444 define more error constants for mingw-w64Jonathan Wakely
2016-11-15Fix find&replace error in license boilerplateJonathan Wakely
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini
2016-08-26Use effective-target instead of -std optionsJonathan Wakely
2016-08-02Move dg-error directives to relevant linesJonathan Wakely
2016-07-29Implement C++17 variable templates for type traits.Ville Voutilainen
2016-01-04Update copyright years.Jakub Jelinek