Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-09-25 | libstdc++: #ifdef out #pragma GCC system_header | Jason Merrill | 1 | -0/+2 |
2024-09-19 | libstdc++: add #pragma diagnostic | Jason Merrill | 1 | -0/+5 |
2024-09-03 | libstdc++: Simplify std::any to fix -Wdeprecated-declarations warning | Jonathan Wakely | 1 | -1/+1 |
2024-06-21 | libstdc++: Make std::any_cast<void> ill-formed (LWG 3305) | Jonathan Wakely | 1 | -0/+8 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-08-16 | libstdc++: Replace all manual FTM definitions and use | Arsen Arsenović | 1 | -4/+5 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-03-18 | libstdc++: Simplify constraints for std::any construction [PR104242] | Jonathan Wakely | 1 | -2/+2 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-10-22 | libstdc++: Constrain std::make_any [PR102894] | Jonathan Wakely | 1 | -4/+9 |
2021-10-21 | libstdc++: Suppress Doxygen docs for more implementation details | Jonathan Wakely | 1 | -1/+7 |
2021-10-05 | libstdc++: Simplify constraints for std::any construction | Jonathan Wakely | 1 | -2/+2 |
2021-10-01 | libstdc++: Add std::__conditional_t alias template | Jonathan Wakely | 1 | -3/+3 |
2021-07-27 | libstdc++: Reduce header dependencies on <array> and <utility> | Jonathan Wakely | 1 | -1/+2 |
2021-06-14 | libstdc++: Fix std::any constraints [PR101034] | Jonathan Wakely | 1 | -2/+2 |
2021-06-04 | libstdc++: Optimize std::any_cast by replacing indirect call | Tim Adye | 1 | -9/+17 |
2021-04-06 | libstdc++: Fix doxygen markup for group close commands | Jonathan Wakely | 1 | -2/+2 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-04-24 | libstdc++: Fix constructor constraints for std::any (PR 90415) | Jonathan Wakely | 1 | -64/+51 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-05-23 | Make any_cast compare typeinfo as well as function pointers | Jonathan Wakely | 1 | -2/+8 |
2019-04-24 | Use __and_v<...> instead of __and_<...>::value | Jonathan Wakely | 1 | -3/+3 |
2019-04-24 | PR libstdc++/90220 Fix std::any_cast for array types | Jonathan Wakely | 1 | -7/+15 |
2019-04-24 | PR libstdc++/90220 Fix std::any_cast for function pointers | Jonathan Wakely | 1 | -4/+6 |
2019-04-05 | PR libstdc++/87431 re-adjust never-valueless optimizations | Jonathan Wakely | 1 | -2/+13 |
2019-01-15 | Fix missing or incorrect feature test macros | Jonathan Wakely | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-05-03 | Define std::remove_cvref and std::remove_cvref_t for C++2a | Jonathan Wakely | 1 | -3/+3 |
2018-02-27 | Implement the missing bits of LWG 2769 | Ville Voutilainen | 1 | -23/+13 |
2018-01-29 | PR libstdc++/83658 fix exception-safety in std::any::emplace | Jonathan Wakely | 1 | -8/+7 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-09-12 | PR libstdc++/79433 no #error for including headers with wrong -std | Jonathan Wakely | 1 | -3/+3 |
2017-03-16 | Implement LWG 2857, {variant,optional,any}::emplace should return the constru... | Ville Voutilainen | 1 | -2/+8 |
2017-01-20 | PR69321 fix any_cast<T>(any*) for non-copyable T | Jonathan Wakely | 1 | -5/+10 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-16 | Implement LWG 2769, Redundant const in the return type of any_cast(const any&). | Ville Voutilainen | 1 | -8/+10 |
2016-11-14 | Implement P0504R0 (Revisiting in-place tag types for any/optional/variant). | Ville Voutilainen | 1 | -4/+4 |
2016-11-14 | Use constexpr addressof in optional, SFINAE housekeeping for any, optional an... | Ville Voutilainen | 1 | -23/+44 |
2016-10-11 | Make any's copy assignment operator exception-safe, | Ville Voutilainen | 1 | -14/+7 |
2016-08-15 | Implement LWG 2744 and LWG 2754. | Ville Voutilainen | 1 | -10/+15 |
2016-07-15 | Fix the constraints for any's assignment operator template to properly | Ville Voutilainen | 1 | -3/+3 |
2016-07-14 | Implement P0032R3, Homogeneous interface for variant, any and optional, | Ville Voutilainen | 1 | -32/+110 |
2016-07-07 | Implement std::any. | Ville Voutilainen | 1 | -0/+523 |