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
/
tr1
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
62
-62
/
+62
2024-11-30
c++: Implement C++26 P3176R1 - The Oxford variadic comma
Jakub Jelinek
1
-5
/
+4
2024-10-25
non-gcc: Remove trailing whitespace
Jakub Jelinek
19
-144
/
+144
2024-10-03
libstdc++: Fix some warnings seen during bootstrap
Jonathan Wakely
1
-1
/
+1
2024-09-27
libstdc++: Fix more pedwarns in headers for C++98
Jonathan Wakely
4
-14
/
+30
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
23
-0
/
+46
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
3
-0
/
+13
2024-01-03
Update copyright years.
Jakub Jelinek
62
-62
/
+62
2023-01-16
Update copyright years.
Jakub Jelinek
62
-62
/
+62
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
42
-0
/
+84
2022-09-16
libstdc++: Fix tr1::variate_generator::engine_value_type
Jonathan Wakely
1
-76
/
+39
2022-01-14
libstdc++: Add attribute to features deprecated in C++17 [PR91260]
Jonathan Wakely
2
-0
/
+10
2022-01-03
Update copyright years.
Jakub Jelinek
62
-62
/
+62
2021-10-09
libstdc++: Enable type traits for wchar_t unconditionally [PR98725]
Jonathan Wakely
1
-2
/
+0
2021-04-09
libstdc++: Fix even more doxygen markup for group close commands
Jonathan Wakely
1
-1
/
+1
2021-04-08
libstdc++: Fix more doxygen markup for group close commands
Jonathan Wakely
1
-5
/
+5
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
2
-29
/
+29
2021-01-04
Update copyright years.
Jakub Jelinek
62
-62
/
+62
2020-10-29
libstdc++: Prevent deprecation warnings from <tr1/shared_ptr>
Jonathan Wakely
1
-1
/
+17
2020-10-27
libstdc++: Fix ODR violations caused by <tr1/functional>
Jonathan Wakely
1
-75
/
+56
2020-10-27
libstdc++: Remove unused variables in special functions
Jonathan Wakely
2
-11
/
+1
2020-10-27
libstdc++: Fix -Wsign-compare warnings in headers
Jonathan Wakely
1
-1
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
62
-62
/
+62
2019-12-12
libstdc++: Fix tr1 definition ambiguity in versioned namespace
François Dumont
8
-0
/
+30
2019-10-23
Adjust extension types to use allocator_traits
Jonathan Wakely
2
-12
/
+17
2019-10-04
Add missing header required by previous change
Jonathan Wakely
1
-0
/
+1
2019-10-04
Adjust tr1::_Hashtable to work with std::allocator in C++20
Jonathan Wakely
1
-2
/
+6
2019-09-03
Remove Cell Broadband Engine SPU targets
Ulrich Weigand
1
-10
/
+8
2019-05-02
Improve API docs for mathematical special functions
Jonathan Wakely
1
-22
/
+30
2019-03-21
PR libstdc++/88066 Use <> for includes not ""
Jonathan Wakely
5
-5
/
+5
2019-03-06
PR libstdc++/86655 - std::assoc_legendre should not constrain
Edward Smith-Rowland
1
-19
/
+9
2019-01-21
Fix after P0600.
Ulrich Drepper
3
-3
/
+3
2019-01-01
Update copyright years.
Jakub Jelinek
62
-62
/
+62
2018-11-18
PR libstdc++/83566 - cyl_bessel_j returns wrong result for x>1000
Michele Pezzutti
1
-11
/
+42
2018-08-16
Fix warning with -Wsign-compare -Wsystem-headers
Jonathan Wakely
1
-1
/
+1
2018-05-10
PR libstdc++/83140 - assoc_legendre returns negated value when m is odd
Edward Smith-Rowland
1
-14
/
+15
2018-05-07
Rollback bad commits! Sorry!
Edward Smith-Rowland
1
-35
/
+9
2018-05-07
Revert 20001.
Edward Smith-Rowland
2
-24
/
+49
2018-05-07
Moar PR libstdc++/80506
Edward Smith-Rowland
1
-14
/
+15
2018-05-03
PR libstdc++/82644 define TR1 hypergeometric functions in strict modes
Jonathan Wakely
1
-43
/
+73
2018-01-03
Update copyright years.
Jakub Jelinek
62
-62
/
+62
2017-12-01
Use value-init syntax in std::__detail::__airy
Jonathan Wakely
1
-2
/
+2
2017-11-19
PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage values
Edward Smith-Rowland
1
-4
/
+4
2017-11-18
specfun.h: Expose airy_ai and airy_bi.
Edward Smith-Rowland
1
-1
/
+12
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
28
-145
/
+109
2017-07-19
new (bad_array_new_length): Remove redundant semicolon after in-class member ...
Volker Reichelt
1
-1
/
+1
2017-04-20
PR libstdc++/68397 std::tr1::expint fails ... long double arguments.
Edward Smith-Rowland
1
-3
/
+3
2017-01-26
PR libstdc++/70607 revert recent changes to <tr1/complex>
Jonathan Wakely
1
-1
/
+11
2017-01-25
PR libstdc++/70607 make proj(T) and conj(T) return complex<T>
Jonathan Wakely
1
-11
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
62
-62
/
+62
[next]