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
/
c_global
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
2
-2
/
+2
2022-01-18
libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C library
Tom Honermann
1
-1
/
+32
2022-01-03
Update copyright years.
Jakub Jelinek
26
-26
/
+26
2021-10-09
libstdc++: Enable type traits for wchar_t unconditionally [PR98725]
Jonathan Wakely
1
-2
/
+0
2021-08-12
libstdc++: Add additional overload of std::lerp [PR101870]
Jonathan Wakely
1
-4
/
+12
2021-04-06
libstdc++: Add nodiscard attribute to cast-like functions
Jonathan Wakely
1
-0
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
26
-26
/
+26
2020-09-10
libstdc++: Add parentheses around assignments used as truth values
Krystian Kuźniarek
1
-2
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
26
-26
/
+26
2019-06-18
Avoid undefined behaviour in std::byte operators (LWG 2950)
Jonathan Wakely
1
-46
/
+28
2019-06-17
Add 'noexcept' to std::lerp
Jonathan Wakely
1
-4
/
+4
2019-03-05
Define midpoint and lerp functions for C++20 (P0811R3)
Jonathan Wakely
1
-0
/
+35
2019-02-19
P0482R5 char8_t: Standard library support
Tom Honermann
1
-0
/
+3
2019-02-14
Add std::timespec and std::timespec_get for C++17
Jonathan Wakely
1
-0
/
+9
2019-01-01
Update copyright years.
Jakub Jelinek
26
-26
/
+26
2018-10-24
cstddef: Add versioned namespace.
François Dumont
1
-0
/
+2
2018-07-26
Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
1
-4
/
+6
2018-05-10
PR libstdc++/85729 add linkage specifications to headers
Jonathan Wakely
3
-2
/
+11
2018-03-12
PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-co...
Jonathan Wakely
1
-0
/
+6
2018-01-25
PR libstdc++/81076 make __byte_operand SFINAE-friendly
Jonathan Wakely
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
26
-26
/
+26
2017-10-20
Define __cpp_lib_byte feature-test macro
Jonathan Wakely
1
-1
/
+3
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
1
-26
/
+4
2017-03-09
Define std::byte for C++17 (P0298R3)
Jonathan Wakely
1
-0
/
+129
2017-01-09
PR79017 workaround incomplete C99 math on darwin
Jonathan Wakely
1
-0
/
+4
2017-01-01
Update copyright years.
Jakub Jelinek
26
-26
/
+26
2016-11-21
Don't define libstdc++-internal macros in Solaris 10+ <math.h>
Rainer Orth
1
-46
/
+138
2016-09-30
libstdc++/77795 Only declare ::gets for C++98 and C++11
Jonathan Wakely
1
-1
/
+1
2016-09-30
Implement LWG 2192 and LWG 2294 for std::abs
Jonathan Wakely
2
-51
/
+2
2016-09-29
Define C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1
Jonathan Wakely
1
-40
/
+47
2016-09-27
Define 3-argument overloads of std::hypot for C++17 (P0030R1)
Jonathan Wakely
1
-0
/
+40
2016-08-03
Enable Mathematical Special Functions for C++17
Jonathan Wakely
1
-1
/
+1
2016-02-23
re PR libstdc++/69881 (with gcc-6 of today building gcc-4.9 fails)
Bernd Edlinger
2
-0
/
+6
2016-01-28
re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...
John David Anglin
1
-2
/
+2
2016-01-22
Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overridden
Jonathan Wakely
1
-2
/
+4
2016-01-20
Ensure C++ language linkage in cmath and cstdlib
Jonathan Wakely
4
-0
/
+12
2016-01-19
Add C++-conforming wrappers for stdlib.h and math.h
Jonathan Wakely
2
-2
/
+8
2016-01-14
Implement TR29124 C++ special Math Functions.
Edward Smith-Rowland
1
-0
/
+4
2016-01-13
Use ::isinf and ::isnan if libc defines them
Jonathan Wakely
1
-0
/
+8
2016-01-04
Update copyright years.
Jakub Jelinek
26
-26
/
+26
2015-11-24
Handle C++11 <math.h> overloads on Solaris 12
Rainer Orth
1
-0
/
+93
2015-11-13
More fine-grained autoconf checks for C99 library
Jennifer Yao
3
-6
/
+6
2015-09-04
Add C++11 header <cuchar>.
Edward Smith-Rowland
1
-0
/
+77
2015-09-04
Make all <cxxx> headers include <bits/c++config.h>
Jonathan Wakely
5
-3
/
+12
2015-08-19
cmath: Fix typo in comment.
Paolo Carlini
1
-1
/
+1
2015-08-19
cmath: Revert fix for libstdc++/58625...
Paolo Carlini
1
-3
/
+3
2015-02-01
re PR libstdc++/64883 (FAIL: 17_intro/headers/c++*/all_attributes.cc (test fo...
Jonathan Wakely
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
25
-25
/
+25
2014-10-14
machmode.h (int_n_data_t): New.
DJ Delorie
1
-3
/
+16
2014-10-02
ctgmath: Include <complex>.
Jonathan Wakely
1
-0
/
+1
[next]