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-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
/
std
/
numeric
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
libstdc++: Do not declare namespace ranges in <numeric> unconditionally
Jonathan Wakely
1
-5
/
+3
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-03
libstdc++: Fix parallel std::exclusive_scan [PR108236]
Jonathan Wakely
1
-2
/
+2
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-06-08
libstdc++: Fix std::ranges::iota is not included in numeric [PR108760]
Michael Levine
1
-0
/
+38
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-17
libstdc++: Define C++26 saturation arithmetic functions (P0543R3)
Jonathan Wakely
1
-0
/
+5
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
1
-0
/
+1
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-22
/
+13
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
-1
/
+1
2022-06-10
libstdc++: Make std::lcm and std::gcd detect overflow [PR105844]
Jonathan Wakely
1
-33
/
+42
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
1
-3
/
+3
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-06-18
libstdc++: Replace incorrect static assertion in std::reduce [PR95833]
Jonathan Wakely
1
-2
/
+4
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-10-05
libstdc++: Minor header cleanup in <numeric>
Jonathan Wakely
1
-22
/
+17
2020-09-03
libstdc++: Optimise GCD algorithms
Jonathan Wakely
1
-4
/
+30
2020-08-29
libstdc++: Fix deleted overload of __absu(bool)
Jonathan Wakely
1
-1
/
+1
2020-08-28
libstdc++: Fix std::gcd and std::lcm for unsigned integers [PR 92978]
Jonathan Wakely
1
-41
/
+42
2020-02-26
libstdc++: P1645R1 constexpr for <numeric> algorithms
Patrick Palka
1
-0
/
+18
2020-02-19
libstdc++: midpoint should not constrain T is complete (LWG 3200)
Jonathan Wakely
1
-2
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-10
libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algos
François Dumont
1
-6
/
+0
2019-10-06
Add C++11 __iterator_category_t template alias.
François Dumont
1
-2
/
+1
2019-08-20
Fix markdown in Doxygen comments for std::reduce
Jonathan Wakely
1
-2
/
+2
2019-06-25
Fix non-portable use of std::abs(double) in constexpr function
Jonathan Wakely
1
-4
/
+5
2019-06-24
Fix std::midpoint for denormal values
Jonathan Wakely
1
-11
/
+25
2019-06-19
Fix value category bugs in std::reduce
Jonathan Wakely
1
-2
/
+2
2019-06-19
Implement new serial algorithms from Parallelism TS (P0024R2)
Jonathan Wakely
1
-0
/
+466
2019-06-12
Fix incorrect __cpp_lib_parallel_algorithm macro definitions
Jonathan Wakely
1
-1
/
+1
2019-06-07
Synchronize libstdc++ PSTL with upstream LLVM PSTL
Thomas Rodgers
1
-2
/
+2
2019-05-24
Fix std::midpoint(T*, T*) for reversed arguments
Jonathan Wakely
1
-1
/
+1
2019-04-24
Use __and_v<...> instead of __and_<...>::value
Jonathan Wakely
1
-4
/
+3
2019-03-21
Integrate C++17 parallel algorithms
Thomas Rodgers
1
-0
/
+14
2019-03-05
Define midpoint and lerp functions for C++20 (P0811R3)
Jonathan Wakely
1
-1
/
+45
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-15
Fix gcd breakage.
Ville Voutilainen
1
-1
/
+1
2017-11-14
Implement LWG 2733 and LWG 2759
Ville Voutilainen
1
-8
/
+12
2017-09-12
PR libstdc++/79433 no #error for including headers with wrong -std
Jonathan Wakely
1
-1
/
+4
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
1
-7
/
+3
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-10
LWG 2733, LWG 2759 reject bool in gcd and lcm
Jonathan Wakely
1
-4
/
+10
2016-10-03
Define std::gcd and std::lcm for C++17
Jonathan Wakely
1
-0
/
+79
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
1
-1
/
+1
[next]