Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-10-04 | libstdc++/ranges: Implement various small LWG issues | Patrick Palka | 1 | -0/+23 |
2023-11-16 | libstdc++: Test for feature test macros more accurately | Jonathan Wakely | 1 | -3/+5 |
2023-11-09 | libstdc++: Fix forwarding in __take/drop_of_repeat_view [PR112453] | Patrick Palka | 1 | -0/+13 |
2023-09-15 | libstdc++: Remove dg-options "-std=gnu++23" from remaining tests | Jonathan Wakely | 1 | -1/+0 |
2023-09-07 | libstdc++: Relax range adaptors for move-only types (P2494R2) | Jonathan Wakely | 1 | -0/+12 |
2023-03-09 | libstdc++: Implement LWG 3796 changes to repeat_/chunk_by_view [PR109024] | Patrick Palka | 1 | -0/+8 |
2023-01-06 | libstdc++: Add feature-test macros for implemented C++23 views [PR108260] | Patrick Palka | 1 | -0/+4 |
2022-10-19 | libstdc++: Implement remaining P2474R2 changes to views::take/drop | Patrick Palka | 1 | -0/+33 |
2022-10-12 | libstdc++: Implement ranges::repeat_view from P2474R2 | Patrick Palka | 1 | -0/+93 |