COMMITS
/ tests/std/include/range_algorithm_support.hpp January 14, 2025
A
`<ranges>`: Fix dispatching for `views::counted` (#5223)
A. Jiang committed
November 19, 2024
A
`<algorithm>`: Fix bogus pointer arithmetic with integer-class (#5091)
A. Jiang committed
October 17, 2024
C
Casey's miscellaneous changes, definitive edition (#5014)
Casey Carter committed
September 12, 2024
S
Toolset update: VS 2022 17.12 Preview 2, Clang 18.1.8 (#4947)
Stephan T. Lavavej committed
August 25, 2024
A
June 18, 2024
S
Toolset update: VS 2022 17.11 Preview 2 (#4725)
Stephan T. Lavavej committed
May 30, 2024
J
Add `range_formatter` (#4642)
Jakub Mazurkiewicz committed
April 19, 2024
S
Change `_Always_false` to `false` for functions (#4591)
Stephan T. Lavavej committed
A
Remove the `STATIC_ASSERT` macro from tests where it is unnecessary (#4588)
A. Jiang committed
April 9, 2024
March 8, 2024
S
Tests: Extract `is_permissive.hpp` (#4442)
Stephan T. Lavavej committed
November 17, 2023
S
Various cleanups: Enable more clang-format (#4192)
Stephan T. Lavavej committed
S
Remove more unnecessary `typename`s (#4191)
Stephan T. Lavavej committed
October 25, 2023
S
Various cleanups: Test code (#4122)
Stephan T. Lavavej committed
September 7, 2023
S
Remove `/clr` test workarounds (#4012)
Stephan T. Lavavej committed
August 10, 2023
S
Toolset update: VS 2022 17.8 Preview 1 (#3939)
Stephan T. Lavavej committed
June 15, 2023
J
Make `P2415R2_owning_view/test.cpp` test something (#3753)
Jakub Mazurkiewicz committed
May 18, 2023
S
Toolset update: VS 2022 17.7 Preview 1 (#3711)
Stephan T. Lavavej committed
March 3, 2023
S
Implement P2770R0 "Stashing stashing iterators for proper flattening" (#3466)
S. B. Tam committed
February 26, 2023
J
`<ranges>`: Fix misused list-initializations (#3493)
Jakub Mazurkiewicz committed
January 11, 2023
C
Casey's miscellaneous branch (#3293)
Casey Carter committed
November 11, 2022
J
P2278R4: `cbegin` should always return a constant iterator ("Ranges" and "Span" sections) (#3187)
Jakub Mazurkiewicz committed
November 8, 2022
S
Enable `/clr` C++20 support (#3194)
Stephan T. Lavavej committed
October 24, 2022
J
P2278R4: `cbegin` should always return a constant iterator ("Iterators" section only) (#3043)
Jakub Mazurkiewicz committed
October 14, 2022
S
Toolset update: VS 2022 17.4 Preview 3, Clang 15 (#3155)
Stephan T. Lavavej committed
August 31, 2022
N
Unwrappable iter/sent pairs! (#3024)
nicole mazzuca committed
July 14, 2022
S
Toolset update: VS 2022 17.3 Preview 3, Clang 14 (#2861)
Stephan T. Lavavej committed
January 20, 2022
S
Toolset update: VS 2022 17.1 Preview 2, Clang 13 (#2474)
Stephan T. Lavavej committed
December 17, 2021
C
Prefer `friend constexpr` to `constexpr friend`, skip flaky libcxx test (#2419)
Casey Carter committed
September 25, 2021
I
August 27, 2021
S
Cleanup comments and clang-formatting (#2136)
Stephan T. Lavavej committed
August 17, 2021
M
Implement rest of P2259R1, Repairing Input Range Adaptors (#2059)
Michael Schellenberger Costa committed
July 20, 2021
S
Toolset update: VS 2022 17.0 Preview 2 (#2064)
Stephan T. Lavavej committed
June 29, 2021
C
Don't rely on MSVC/Clang bugs in ranges test machinery (#2013)
Casey Carter committed
C
P2325R3 Views Should Not Be Required To Be Default Constructible (#2012)
Casey Carter committed
May 27, 2021
C
Implement the ABI plan from GH-1814 (#1929)
Casey Carter committed
March 18, 2021
M
Implement ranges::join_view (#1436)
Michael Schellenberger Costa committed
September 16, 2020
C
Revert "Revert "Implement common_iterator (#1092)" (#1265)" (#1268)
Casey Carter committed
September 5, 2020
C
Implement views::transform (#1258)
Casey Carter committed
C
Implement views::take and views::drop (#1253)
Casey Carter committed
September 4, 2020
C
Revert "Implement common_iterator (#1092)" (#1265)
Casey Carter committed
C
Implement ranges::partial_sort and ranges::partial_sort_copy (#1231)
Casey Carter committed
M
Implement common_iterator (#1092)
Michael Schellenberger Costa committed
September 1, 2020
C
Implement views::all and views::reverse (#1229)
Casey Carter committed
August 22, 2020
M
Implement ranges::ref_view (#1132)
Michael Schellenberger Costa committed
August 14, 2020
M
Implement counted_iterator (#1083)
Michael Schellenberger Costa committed
August 12, 2020
C
Implement ranges::uninitialized_move (#1137)
Casey Carter committed
August 5, 2020
C
Implement ranges::reverse_copy (#1095)
Casey Carter committed
July 27, 2020
M
Implement ranges::unique family (#1039)
Michael Schellenberger Costa committed