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
2024-11-06
libstdc++: Deprecate useless <cxxx> compatibility headers for C++17
Jonathan Wakely
5
-0
/
+42
2024-11-06
libstdc++: Move include guards to start of headers
Jonathan Wakely
1
-3
/
+3
2024-11-02
libstdc++: Fix up std::{,b}float16_t std::{ilogb,l{,l}r{ound,int}} [PR117406]
Jakub Jelinek
1
-10
/
+10
2024-10-29
libstdc++: Use if consteval rather than if (std::__is_constant_evaluated()) f...
Jakub Jelinek
1
-4
/
+12
2024-09-27
libstdc++: Fix more pedwarns in headers for C++98
Jonathan Wakely
1
-0
/
+3
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
26
-0
/
+53
2024-09-20
libstdc++: fix C header include guards
Jason Merrill
19
-57
/
+54
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
4
-0
/
+19
2024-01-03
Update copyright years.
Jakub Jelinek
26
-26
/
+26
2023-11-21
libstdc++: Do not declare strtok for C++26 freestanding (P2937R0)
Jonathan Wakely
1
-1
/
+4
2023-11-11
libstdc++: Add missing functions to <cmath> [PR79700]
Nathaniel Shead
1
-0
/
+199
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
2
-14
/
+13
2023-08-09
libstdc++: Fix some -Wunused-parameter warnings
Jonathan Wakely
1
-3
/
+3
2023-07-19
libstdc++: Check autoconf macros for strtof and strtold [PR110653]
Jonathan Wakely
1
-0
/
+14
2023-05-31
libstdc++: Add separate autoconf macro for std::float_t and std::double_t [PR...
Jonathan Wakely
1
-0
/
+2
2023-05-31
libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>
Jonathan Wakely
1
-2
/
+2
2023-05-17
libstdc++: Fix up some <cmath> templates [PR109883]
Jakub Jelinek
1
-117
/
+100
2023-05-16
libstdc++: Stop using TR1 macros in <cctype> and <cfenv>
Jonathan Wakely
2
-4
/
+4
2023-05-16
libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>
Jonathan Wakely
2
-6
/
+6
2023-01-16
Update copyright years.
Jakub Jelinek
26
-26
/
+26
2022-10-31
libstdc++: Small extended float support tweaks
Jakub Jelinek
1
-2
/
+6
2022-10-19
libstdc++-v3: Implement {,b}float16_t nextafter and some fixes [PR106652]
Jakub Jelinek
1
-2
/
+92
2022-10-18
libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...
Jakub Jelinek
1
-0
/
+1685
2022-10-04
libstdc++: Make <cstdint> work freestanding [PR107134]
Jonathan Wakely
1
-2
/
+57
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-0
/
+2
2022-09-20
libstdc++: Fix typo in <cstdlib> for freestanding
Jonathan Wakely
1
-1
/
+1
2022-09-16
libstdc++: Add preprocessor conditions for freestanding [PR106953]
Jonathan Wakely
1
-10
/
+14
2022-09-08
libstdc++: Add always_inline attribute to std::byte operators
Jonathan Wakely
1
-1
/
+12
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
[next]