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/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
/
std
/
numeric
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-12-11
PR libstdc++/22634, DR 539 [Ready]
Paolo Carlini
1
-1
/
+0
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-13
/
+8
2009-02-19
doxygroups.cc: Move algorithm groups into algorithmfwd.h.
Benjamin Kosnik
1
-1
/
+10
2007-09-11
Add parallel mode.
Johannes Singler
1
-0
/
+4
2007-03-04
acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.
Benjamin Kosnik
1
-4
/
+4
2007-02-26
PR libstdc++/28080 (partial)
Paolo Carlini
1
-2
/
+1
2006-12-07
Makefile.am (std_headers_rename): Remove.
Benjamin Kosnik
1
-0
/
+71
2002-01-12
Makefile.am (std_headers): Update list with new names.
Phil Edwards
1
-75
/
+0
2002-01-04
Makefile.am (std_headers): Remove cXXX from list.
Benjamin Kosnik
1
-6
/
+44
2001-09-27
*: Add Doxygen hooks.
Phil Edwards
1
-0
/
+5
[next]