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
/
std
/
ranges
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-11-27
libstdc++/ranges: make _RangeAdaptorClosure befriend operator|
Patrick Palka
1
-2
/
+21
2024-11-14
libstdc++: Implement LWG 3563 changes to keys_view and values_view
Patrick Palka
1
-2
/
+4
2024-10-29
libstdc++: Fix complexity of drop_view::begin() const [PR112641]
Patrick Palka
1
-2
/
+2
2024-10-22
libstdc++: Implement LWG 4166 changes to concat_view::end()
Patrick Palka
1
-4
/
+6
2024-10-22
libstdc++: Avoid using std::__to_address with iterators
Jonathan Wakely
1
-1
/
+1
2024-10-15
libstdc++: Implement LWG 3798 for range adaptors [PR106676]
Jonathan Wakely
1
-5
/
+13
2024-10-14
libstdc++: Implement LWG 3564 for ranges::transform_view
Jonathan Wakely
1
-2
/
+7
2024-10-04
libstdc++/ranges: Implement various small LWG issues
Patrick Palka
1
-8
/
+76
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-09-22
libstdc++: add default template parameters to algorithms
Jonathan Wakely
1
-0
/
+1
2024-08-28
libstdc++: Remove unused typedef in <ranges>
Jonathan Wakely
1
-1
/
+0
2024-07-25
libstdc++: fix uses of explicit object parameter [PR116038]
Patrick Palka
1
-4
/
+7
2024-06-05
[libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__
Alexandre Oliva
1
-4
/
+4
2024-05-23
libstdc++: Implement ranges::concat_view from P2542R7
Patrick Palka
1
-0
/
+580
2024-04-02
libstdc++: Allow adjacent __maybe_present_t<false, ...> fields to overlap
Patrick Palka
1
-5
/
+8
2024-02-01
libstdc++: Implement P2165R4 changes to std::pair/tuple/etc [PR113309]
Patrick Palka
1
-30
/
+18
2024-01-20
libstdc++: suppress -Wdangling-reference with operator| [PR111410]
Marek Polacek
1
-0
/
+3
2024-01-16
libstdc++: Implement P2540R1 change to views::cartesian_product()
Patrick Palka
1
-1
/
+1
2024-01-12
libstdc++/ranges: Use perfect forwarding in _Pipe and _Partial ctors
Patrick Palka
1
-29
/
+40
2024-01-11
libstdc++: Removed a duplicate define directive for __glibcxx_want_ranges_iota
Michael Levine
1
-1
/
+0
2024-01-11
libstdc++/ranges: Use C++23 deducing this in _Pipe and _Partial
Patrick Palka
1
-2
/
+34
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-21
libstdc++: implement std::generator
Arsen Arsenović
1
-0
/
+4
2023-12-18
libstdc++: Make ranges::to closure objects SFINAE-friendly [PR112802]
Patrick Palka
1
-0
/
+4
2023-12-09
libstdc++: Fix resolution of LWG 4016 for std::ranges::to [PR112876]
Jonathan Wakely
1
-7
/
+3
2023-12-07
libstdc++: Simplify ranges::to closure objects
Patrick Palka
1
-102
/
+26
2023-12-05
libstdc++: Implement LWG 4016 for std::ranges::to
Jonathan Wakely
1
-27
/
+23
2023-11-30
libstdc++: Fix std::ranges::to errors
Jonathan Wakely
1
-22
/
+4
2023-11-23
libstdc++: Define std::ranges::to for C++23 (P1206R7) [PR111055]
Jonathan Wakely
1
-1
/
+360
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
1
-0
/
+1
2023-11-09
libstdc++: Fix forwarding in __take/drop_of_repeat_view [PR112453]
Patrick Palka
1
-5
/
+15
2023-10-21
libstdc++: Workaround for LLVM-61763 in <ranges>
Benjamin Brock
1
-0
/
+10
2023-09-07
libstdc++: Relax range adaptors for move-only types (P2494R2)
Jonathan Wakely
1
-21
/
+51
2023-08-17
libstdc++: Implement P2770R0 changes to join_view / join_with_view
Patrick Palka
1
-49
/
+141
2023-08-17
libstdc++: Convert _RangeAdaptorClosure into a CRTP base [PR108827]
Patrick Palka
1
-35
/
+45
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-25
/
+37
2023-04-18
libstdc++: Implement range_adaptor_closure from P2387R3 [PR108827]
Patrick Palka
1
-0
/
+8
2023-04-18
libstdc++: Fix typo in views::as_const's operator() [PR109525]
Patrick Palka
1
-1
/
+1
2023-04-14
libstdc++: Implement P2278R4 "cbegin should always return a constant iterator"
Patrick Palka
1
-0
/
+106
2023-04-12
libstdc++: Implement ranges::enumerate_view from P2164R9
Patrick Palka
1
-0
/
+303
2023-04-12
libstdc++: Implement LWG 3904 change to lazy_split_view's iterator
Patrick Palka
1
-1
/
+2
2023-04-12
libstdc++: Fix chunk_by_view when value_type& and reference differ [PR108291]
Patrick Palka
1
-4
/
+4
2023-03-14
libstdc++: Fix template-head of repeat_view::_Iterator [PR109111]
Patrick Palka
1
-3
/
+4
2023-03-09
libstdc++: Implement LWG 3820/3849 changes to cartesian_product_view
Patrick Palka
1
-10
/
+13
2023-03-09
libstdc++: Implement LWG 3796 changes to repeat_/chunk_by_view [PR109024]
Patrick Palka
1
-2
/
+2
2023-03-09
libstdc++: Make views::single/iota/istream SFINAE-friendly [PR108362]
Patrick Palka
1
-10
/
+29
2023-03-09
libstdc++: extraneous begin in cartesian_product_view::end [PR107572]
Patrick Palka
1
-12
/
+20
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-13
libstdc++: Enable string_view in freestanding
Arsen Arsenović
1
-2
/
+1
[next]