Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 64 | -64/+64 |
2024-12-03 | libstdc++: Fix constraints on std::optional converting constructors [PR117889] | Jonathan Wakely | 2 | -17/+23 |
2024-11-30 | libstdc++: Improve new testcase for std::optional assignment [PR117858] | Jonathan Wakely | 1 | -0/+1 |
2024-11-30 | libstdc++: Fix constraints on std::optional converting assignments [PR117858] | Jonathan Wakely | 1 | -0/+16 |
2024-11-13 | libstdc++: Refactor std::hash specializations | Jonathan Wakely | 2 | -0/+68 |
2024-10-14 | libstdc++: Constrain std::expected comparisons (P3379R0) | Jonathan Wakely | 1 | -1/+1 |
2024-08-23 | libstdc++: Implement LWG 3746 for std::optional | Jonathan Wakely | 1 | -0/+20 |
2024-07-30 | libstdc++: Implement LWG 3886 for std::optional and std::expected | Jonathan Wakely | 1 | -0/+58 |
2024-07-25 | libstdc++: Implement LWG 3836 for std::optional bool conversions | Jonathan Wakely | 1 | -0/+58 |
2024-05-07 | libstdc++: Constrain equality ops for std::pair, std::tuple, std::variant | Jonathan Wakely | 1 | -0/+258 |
2024-04-03 | libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606] | Jonathan Wakely | 1 | -0/+18 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 64 | -64/+64 |
2023-11-21 | libstdc++: Add freestanding feature test macros (P2407R5) | Jonathan Wakely | 1 | -0/+20 |
2023-11-16 | libstdc++: Test for feature test macros more accurately | Jonathan Wakely | 3 | -0/+3 |
2023-09-16 | libstdc++: Remove dg-options "-std=gnu++20" from 20_utils tests | Jonathan Wakely | 8 | -11/+3 |
2023-09-15 | libstdc++: Remove dg-options "-std=gnu++23" from remaining tests | Jonathan Wakely | 5 | -5/+0 |
2023-03-30 | libstdc++: Fix filename of new test [PR109242] | Jonathan Wakely | 1 | -0/+0 |
2023-03-30 | libstdc++: Use std::remove_cv_t in std::optional::transform [PR109340] | Jonathan Wakely | 1 | -0/+35 |
2023-03-30 | libstdc++: Enforce requirements on template argument of std::optional | Jonathan Wakely | 1 | -0/+24 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 64 | -64/+64 |
2022-04-14 | libstdc++: Fix missing and incorrect feature test macros [PR105269] | Jonathan Wakely | 4 | -15/+7 |
2022-03-28 | libstdc++: Fix typos in comments in tests | Jonathan Wakely | 2 | -2/+2 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 64 | -64/+64 |
2021-10-21 | libstdc++: Remove constraints from std::optional monadic ops [PR102863] | Jonathan Wakely | 2 | -0/+24 |
2021-10-20 | libstdc++: Add missing test for std::optional::transform(F&&) | Jonathan Wakely | 1 | -0/+17 |
2021-10-19 | libstdc++: Implement monadic operations for std::optional (P0798R8) | Jonathan Wakely | 5 | -0/+386 |
2021-10-15 | libstdc++: Add missing constexpr to std::variant (P2231R1) | Jonathan Wakely | 1 | -2/+2 |
2021-10-14 | libstdc++: Add missing constexpr to std::optional (P2231R1) | Jonathan Wakely | 6 | -0/+184 |
2021-07-27 | libstdc++: Reduce header dependencies on <array> and <utility> | Jonathan Wakely | 1 | -0/+1 |
2021-06-24 | libstdc++: Implement LWG 2762 for std::unique_ptr::operator* | Jonathan Wakely | 1 | -0/+21 |
2021-06-09 | libstdc++: Fix constraint on std::optional assignment [PR 100982] | Jonathan Wakely | 1 | -0/+17 |
2021-06-07 | libstdc++: Constrain three-way comparison for std::optional [PR 98842] | Jonathan Wakely | 1 | -2/+20 |
2021-05-10 | libstdc++: Remove redundant -std=gnu++17 option from any/optional/variant tests | Jonathan Wakely | 58 | -58/+0 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 64 | -64/+64 |
2020-11-05 | libstdc++: Fix constraints on std::optional comparisons [PR 96269] | Jonathan Wakely | 1 | -0/+76 |
2020-07-31 | libstdc++: Ensure c++NN effective target present in all C++17 tests | Jonathan Wakely | 4 | -0/+4 |
2020-07-31 | libstdc++: Adjust tests that give different results in C++20 | Jonathan Wakely | 1 | -0/+3 |
2020-07-06 | libstdc++: Constrain std::make_optional | Jonathan Wakely | 1 | -0/+94 |
2020-07-06 | libstdc++: Add noexcept to std::optional initialization (PR 96036) | Jonathan Wakely | 2 | -0/+145 |
2020-06-29 | PR libstdc++/95915 | Ville Voutilainen | 2 | -2/+2 |
2020-06-09 | libstdc++: Define std::bad_optional_access constructor as defaulted | Jonathan Wakely | 1 | -0/+27 |
2020-03-31 | Library-side tests for parenthesized aggregate init | Ville Voutilainen | 2 | -0/+93 |
2020-02-21 | libstdc++: Define <=> for tuple, optional and variant | Jonathan Wakely | 1 | -0/+76 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 56 | -56/+56 |
2019-04-17 | Add constexpr to std::optional::value_or(U&&)&& | Jonathan Wakely | 2 | -4/+68 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 56 | -56/+56 |
2018-11-20 | Housekeeping for the effective targets of optional's tests. | Ville Voutilainen | 51 | -51/+51 |
2018-11-19 | re PR libstdc++/87855 (std::optional<T> only copy-constructible if T is trivi... | Ville Voutilainen | 2 | -0/+116 |
2018-08-20 | Refactor std::optional SFINAE constraints | Jonathan Wakely | 1 | -5/+1 |
2018-05-04 | PR libstdc++/85642 fix is_nothrow_default_constructible<optional<T>> | Jonathan Wakely | 2 | -3/+66 |