Age | Commit message (Expand) | Author | Files | Lines |
13 days | c++: Unwrap type traits defined in terms of builtins within diagnostics [PR11... | Nathaniel Shead | 1 | -0/+3 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 26 | -26/+26 |
2024-09-03 | libstdc++: Simplify std::any to fix -Wdeprecated-declarations warning | Jonathan Wakely | 1 | -0/+22 |
2024-06-21 | libstdc++: Make std::any_cast<void> ill-formed (LWG 3305) | Jonathan Wakely | 1 | -0/+15 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 26 | -26/+26 |
2023-09-16 | libstdc++: Remove dg-options "-std=gnu++20" from 20_utils tests | Jonathan Wakely | 2 | -4/+2 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 26 | -26/+26 |
2022-11-08 | libstdc++: Fix -Wsystem-headers warnings in tests | Jonathan Wakely | 2 | -0/+2 |
2022-05-05 | libstdc++: Fixes for tests that fail with -fno-rtti | Jonathan Wakely | 4 | -0/+11 |
2022-03-18 | libstdc++: Simplify constraints for std::any construction [PR104242] | Jonathan Wakely | 1 | -0/+12 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 26 | -26/+26 |
2021-10-22 | libstdc++: Constrain std::make_any [PR102894] | Jonathan Wakely | 1 | -0/+20 |
2021-06-14 | libstdc++: Fix std::any constraints [PR101034] | Jonathan Wakely | 1 | -0/+11 |
2021-05-10 | libstdc++: Remove redundant -std=gnu++17 option from any/optional/variant tests | Jonathan Wakely | 24 | -27/+4 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 26 | -26/+26 |
2020-10-29 | libstdc++: Avoid warnings in tests | Jonathan Wakely | 2 | -4/+4 |
2020-07-31 | libstdc++: Ensure c++NN effective target present in all C++17 tests | Jonathan Wakely | 19 | -16/+19 |
2020-04-24 | libstdc++: Fix constructor constraints for std::any (PR 90415) | Jonathan Wakely | 4 | -7/+183 |
2020-03-31 | Library-side tests for parenthesized aggregate init | Ville Voutilainen | 2 | -0/+92 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 21 | -21/+21 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -2/+2 |
2019-04-24 | PR libstdc++/90220 Fix std::any_cast for array types | Jonathan Wakely | 1 | -0/+17 |
2019-04-24 | PR libstdc++/90220 Fix std::any_cast for function pointers | Jonathan Wakely | 1 | -0/+34 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 21 | -21/+21 |
2018-10-30 | Implement P0892R2, explicit(bool). | Marek Polacek | 1 | -2/+2 |
2018-07-26 | Add missing dg-require-cstdint directives to tests | Jonathan Wakely | 1 | -0/+1 |
2018-02-27 | Implement the missing bits of LWG 2769 | Ville Voutilainen | 2 | -13/+19 |
2018-01-29 | PR libstdc++/83658 fix exception-safety in std::any::emplace | Jonathan Wakely | 2 | -1/+75 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 20 | -20/+20 |
2017-03-16 | Implement LWG 2857, {variant,optional,any}::emplace should return the constru... | Ville Voutilainen | 2 | -1/+5 |
2017-01-20 | PR69321 fix any_cast<T>(any*) for non-copyable T | Jonathan Wakely | 1 | -0/+13 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 20 | -20/+20 |
2016-12-16 | Implement LWG 2769, Redundant const in the return type of any_cast(const any&). | Ville Voutilainen | 2 | -1/+14 |
2016-11-15 | Fix find&replace error in license boilerplate | Jonathan Wakely | 5 | -5/+5 |
2016-11-14 | Implement P0504R0 (Revisiting in-place tag types for any/optional/variant). | Ville Voutilainen | 3 | -13/+25 |
2016-11-14 | Use constexpr addressof in optional, SFINAE housekeeping for any, optional an... | Ville Voutilainen | 1 | -1/+1 |
2016-10-12 | testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_... | Paolo Carlini | 1 | -4/+4 |
2016-10-11 | Make any's copy assignment operator exception-safe, | Ville Voutilainen | 5 | -15/+196 |
2016-08-15 | Implement LWG 2744 and LWG 2754. | Ville Voutilainen | 4 | -1/+30 |
2016-07-15 | Fix the constraints for any's assignment operator template to properly | Ville Voutilainen | 1 | -1/+4 |
2016-07-14 | Implement P0032R3, Homogeneous interface for variant, any and optional, | Ville Voutilainen | 10 | -38/+247 |
2016-07-07 | Implement std::any. | Ville Voutilainen | 14 | -0/+787 |