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