index
:
rocket-tools/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/gfortran-test
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-15
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-15
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
/
stl_algo.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-12
libstdc++: do not use an unreserved name in _Temporary_buffer [PR119496]
Giuseppe D'Angelo
1
-2
/
+2
2025-06-02
libstdc++: Implement LWG 2439 for std::unique_copy [PR120386]
Jonathan Wakely
1
-39
/
+50
2025-05-23
libstdc++: Fix concept checks for std::unique_copy [PR120384]
Jonathan Wakely
1
-14
/
+3
2025-03-27
libstdc++: add constexpr stable_partition
Giuseppe D'Angelo
1
-2
/
+19
2025-03-27
libstdc++: add constexpr inplace_merge
Giuseppe D'Angelo
1
-0
/
+9
2025-03-05
libstdc++: use if consteval in stable_sort
Giuseppe D'Angelo
1
-5
/
+5
2025-02-25
libstdc++: add support for constexpr stable_sort (P2562R1)
Giuseppe D'Angelo
1
-0
/
+11
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-11-14
libstdc++: Make equal and is_permutation short-circuit (LWG 3560)
Jonathan Wakely
1
-6
/
+7
2024-10-25
non-gcc: Remove trailing whitespace
Jakub Jelinek
1
-12
/
+12
2024-10-22
libstdc++: Avoid using std::__to_address with iterators
Jonathan Wakely
1
-5
/
+11
2024-10-18
libstdc++: Add nodiscard to std::find
Jonathan Wakely
1
-1
/
+1
2024-10-18
libstdc++: Inline memmove optimizations for std::copy etc. [PR115444]
Jonathan Wakely
1
-21
/
+3
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
1
-0
/
+5
2024-08-23
libstdc++: Fix std::random_shuffle for low RAND_MAX [PR88935]
Giovanni Bajo
1
-9
/
+33
2024-07-27
libstdc++: Remove __find_if unrolling for random access iterators
Jonathan Wakely
1
-2
/
+1
2024-07-07
libstdc++: Fix std::find for non-contiguous iterators [PR115799]
Jonathan Wakely
1
-24
/
+20
2024-07-05
libstdc++: Use memchr to optimize std::find [PR88545]
Jonathan Wakely
1
-2
/
+33
2024-03-14
libstdc++: Add nodiscard in <algorithm>
Jonathan Wakely
1
-51
/
+51
2024-02-15
libstdc++: Use unsigned division in std::rotate [PR113811]
Jonathan Wakely
1
-2
/
+8
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
-8
/
+4
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-10
/
+10
2023-07-26
libstdc++: Add deprecated attribute to std::random_shuffle declarations
Jonathan Wakely
1
-3
/
+3
2023-06-01
libstdc++: Reduce <functional> inclusion to <stl_algobase.h>
François Dumont
1
-90
/
+0
2023-05-12
libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
1
-3
/
+0
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-10
libstdc++: Fix some algos for 16-bit size_t [PR108221]
Jonathan Wakely
1
-2
/
+3
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-1
/
+1
2022-09-16
libstdc++: Add preprocessor conditions for freestanding [PR106953]
Jonathan Wakely
1
-6
/
+19
2022-09-16
libstdc++: Make more internal headers include their own dependencies
Jonathan Wakely
1
-0
/
+1
2022-08-24
libstdc++: Fix regression in std::stable_sort
Jonathan Wakely
1
-2
/
+3
2022-07-18
libstdc++: Enhance branching in std::inplace_merge and std::stable_sort
François Dumont
1
-36
/
+68
2022-05-13
libstdc++: Improve doxygen docs for algorithms and more
Jonathan Wakely
1
-98
/
+100
2022-05-13
libstdc++: Add macros for the inline namespace std::_V2
Jonathan Wakely
1
-3
/
+2
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
1
-2
/
+2
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-10-01
libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
Jonathan Wakely
1
-20
/
+0
2021-10-01
libstdc++: Implement std::clamp with std::min and std::max [PR 96733]
Jonathan Wakely
1
-6
/
+11
2021-08-18
libstdc++: Enable doxygen processing for C++20 components
Jonathan Wakely
1
-0
/
+8
2021-08-18
libstdc++: Minor optimization for min/max/minmax
Jonathan Wakely
1
-28
/
+50
2021-08-03
libstdc++: Deprecate std::random_shuffle for C++14
Jonathan Wakely
1
-2
/
+8
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-20
libstdc++: Limit memory allocation in stable_sort/inplace_merge (PR 83938)
François Dumont
1
-4
/
+12
2020-11-04
libstdc++: Define new C++17 std::search overload for Parallel Mode [PR 94971]
Jonathan Wakely
1
-1
/
+1
2020-10-13
libstdc++: Fix doxygen comment for std::any_of
Nuno Lopes
1
-1
/
+1
2020-09-21
libstdc++: Fix division by zero in std::sample
Patrick Palka
1
-0
/
+3
2020-09-21
libstdc++: Mark some more algorithms constexpr for C++20
Patrick Palka
1
-0
/
+2
2020-06-19
libstdc++: std::includes performance tweak
Marc Glisse
1
-8
/
+6
2020-06-04
libstdc++: Specialize copy/copy_n for istreambuf_iterator and deque iterators
François Dumont
1
-26
/
+1
[next]