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
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
2016-11-21
Don't define libstdc++-internal macros in Solaris 10+ <math.h>
Rainer Orth
1
-36
/
+36
2016-11-15
PR 59406 note that FNV hash functions are incorrect
Jonathan Wakely
1
-0
/
+4
2016-08-03
Enable Mathematical Special Functions for C++17
Jonathan Wakely
13
-27
/
+27
2016-06-20
re PR libstdc++/71181 (Reserving in unordered_map doesn't reserve enough)
François Dumont
1
-13
/
+8
2016-02-23
libstdc++/69893 make <tr1/cmath> work with C++11
Jonathan Wakely
2
-71
/
+128
2016-01-14
Implement TR29124 C++ special Math Functions.
Edward Smith-Rowland
13
-61
/
+282
2016-01-04
Update copyright years.
Jakub Jelinek
62
-62
/
+62
2015-11-24
Handle C++11 <math.h> overloads on Solaris 12
Rainer Orth
1
-0
/
+72
2015-11-13
More fine-grained autoconf checks for C99 library
Jennifer Yao
4
-5
/
+5
2015-06-12
Use atomics in guard.cc.
Ramana Radhakrishnan
1
-4
/
+2
2015-01-05
Update copyright years.
Jakub Jelinek
62
-62
/
+62
2014-12-12
re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...
Jonathan Wakely
2
-7
/
+7
[next]