index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
ranges_algo.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-27
libstdc++: add constexpr stable_partition
Giuseppe D'Angelo
1
-0
/
+2
2025-03-27
libstdc++: add constexpr inplace_merge
Giuseppe D'Angelo
1
-0
/
+2
2025-02-25
libstdc++: add support for constexpr stable_sort (P2562R1)
Giuseppe D'Angelo
1
-0
/
+2
2025-02-07
libstdc++: fix a dangling reference crash in ranges::is_permutation [PR118160]
Giuseppe D'Angelo
1
-2
/
+5
2025-01-20
libstdc++: perfectly forward std::ranges::clamp arguments
Giuseppe D'Angelo
1
-2
/
+6
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-13
libstdc++: Avoid unnecessary copies in ranges::min/max [PR112349]
Patrick Palka
1
-2
/
+2
2024-11-14
libstdc++: Make equal and is_permutation short-circuit (LWG 3560)
Jonathan Wakely
1
-0
/
+7
2024-09-22
libstdc++: add default template parameters to algorithms
Jonathan Wakely
1
-39
/
+96
2024-06-08
libstdc++: Fix std::ranges::iota is not included in numeric [PR108760]
Michael Levine
1
-52
/
+0
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
1
-16
/
+9
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-9
/
+18
2023-05-12
libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
1
-2
/
+0
2023-04-18
libstdc++: Adding missing feature-test macros for C++23 ranges algos
Patrick Palka
1
-1
/
+8
2023-04-14
libstdc++: Implement ranges::fold_* from P2322R6
Patrick Palka
1
-0
/
+251
2023-02-16
libstdc++: Fix uses of non-reserved names in headers
Jonathan Wakely
1
-3
/
+3
2023-02-06
libstdc++: Fix non-reserved name for template parameter
Jonathan Wakely
1
-6
/
+6
2023-02-03
libstdc++: Implement ranges::find_last{,_if,_if_not} from P1223R5
Patrick Palka
1
-0
/
+126
2023-02-03
libstdc++: Implement ranges::iota from P2440R1
Patrick Palka
1
-0
/
+48
2023-02-03
libstdc++: Implement ranges::contains/contains_subrange from P2302R4
Patrick Palka
1
-0
/
+54
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-0
/
+2
2022-09-15
libstdc++: Implement ranges::chunk_by_view from P2443R1
Patrick Palka
1
-37
/
+1
2022-08-24
libstdc++: Implement ranges::zip_view from P2321R2
Patrick Palka
1
-53
/
+1
2022-04-15
libstdc++: Avoid double-deref of __first in ranges::minmax [PR104858]
Patrick Palka
1
-1
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-08-02
libstdc++: Add missing std::move to ranges::copy/move/reverse_copy [PR101599]
Patrick Palka
1
-10
/
+10
2021-06-18
libstdc++: Reduce ranges::minmax/minmax_element comparison complexity
Patrick Palka
1
-26
/
+87
2021-06-17
libstdc++: Move ranges algos used by <ranges> into ranges_util.h
Patrick Palka
1
-213
/
+2
2021-06-03
libstdc++: Avoid hard error in ranges::unique_copy [PR100770]
Patrick Palka
1
-6
/
+10
2021-04-27
libstdc++: Fix various bugs in ranges_algo.h [PR100187, ...]
Patrick Palka
1
-9
/
+9
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-17
libstdc++: Fix ranges::search_n for random access iterators [PR97828]
Patrick Palka
1
-1
/
+3
2020-10-08
libstdc++: Fix non-reserved names in headers
Jonathan Wakely
1
-9
/
+10
2020-09-22
libstdc++: Introduce new headers for C++20 ranges components
Jonathan Wakely
1
-0
/
+1
2020-09-02
libstdc++: Fix three-way comparison for std::array [PR 96851]
Jonathan Wakely
1
-4
/
+1
2020-06-10
libstdc++: Fix some ranges algos optimizations [PR95578]
Patrick Palka
1
-5
/
+9
2020-05-07
libstdc++: Fix some C++20 algorithms to work in parallel mode
Jonathan Wakely
1
-6
/
+8
2020-04-22
libstdc++: Add missing feature test macros
Jonathan Wakely
1
-0
/
+1
2020-03-03
libstdc++: Workaround is_trivially_copyable<volatile T> (PR 94013)
Jonathan Wakely
1
-2
/
+7
2020-03-02
libstdc++: Add 'typename' to fix compilation with Clang
Jonathan Wakely
1
-1
/
+1
2020-02-28
libstdc++: Fix bogus use of memcmp in ranges::lexicographical_compare (PR 93972)
Patrick Palka
1
-2
/
+6
2020-02-26
libstdc++ Two simplifications for lexicographical_compare
Jonathan Wakely
1
-6
/
+4
2020-02-24
libstdc++: P0769R2 Add shift to <algorithm>
Patrick Palka
1
-0
/
+92
2020-02-19
libstdc++: "safe" in several library names is misleading (LWG 3379)
Jonathan Wakely
1
-65
/
+65
2020-02-19
libstdc++: Remove redundant bool casts in ranges algorithms
Jonathan Wakely
1
-18
/
+18
2020-02-18
libstdc++: P2106R0 Alternative wording for GB315 and GB316
Patrick Palka
1
-49
/
+88
2020-02-18
libstdc++: P1243R4 Rangify new algorithms
Patrick Palka
1
-0
/
+115
2020-02-17
libstdc++: P1964R2 Wording for boolean-testable
Jonathan Wakely
1
-7
/
+7
[next]