Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
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 | 4 | -4/+4 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
2022-05-05 | libstdc++: Fixes for tests that fail with -fno-rtti | Jonathan Wakely | 1 | -0/+6 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
2021-05-10 | libstdc++: Remove redundant -std=gnu++17 option from any/optional/variant tests | Jonathan Wakely | 4 | -6/+3 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
2020-07-31 | libstdc++: Ensure c++NN effective target present in all C++17 tests | Jonathan Wakely | 3 | -3/+3 |
2020-04-24 | libstdc++: Fix constructor constraints for std::any (PR 90415) | Jonathan Wakely | 1 | -7/+9 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
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 | 4 | -4/+4 |
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 | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
2017-03-16 | Implement LWG 2857, {variant,optional,any}::emplace should return the constru... | Ville Voutilainen | 1 | -1/+1 |
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 | 4 | -4/+4 |
2016-12-16 | Implement LWG 2769, Redundant const in the return type of any_cast(const any&). | Ville Voutilainen | 2 | -1/+14 |
2016-11-14 | Use constexpr addressof in optional, SFINAE housekeeping for any, optional an... | Ville Voutilainen | 1 | -1/+1 |
2016-10-11 | Make any's copy assignment operator exception-safe, | Ville Voutilainen | 1 | -1/+1 |
2016-08-15 | Implement LWG 2744 and LWG 2754. | Ville Voutilainen | 1 | -1/+1 |
2016-07-14 | Implement P0032R3, Homogeneous interface for variant, any and optional, | Ville Voutilainen | 2 | -3/+3 |
2016-07-07 | Implement std::any. | Ville Voutilainen | 4 | -0/+236 |