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
/
std
/
charconv
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
1
-0
/
+4
2024-07-27
libstdc++: Fix -Wsign-compare warning in <charconv>
Jonathan Wakely
1
-6
/
+6
2024-02-28
libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask ops
Jonathan Wakely
1
-0
/
+4
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-14
libstdc++: Fix <charconv> uses of signed types with <bit> functions
Jonathan Wakely
1
-3
/
+3
2023-10-20
libstdc++: add casts to from_chars in <charconv> [PR111883]
Marek Polacek
1
-6
/
+6
2023-09-25
libstdc++: Shorten integer std::to/from_chars symbol names
Patrick Palka
1
-25
/
+9
2023-09-15
libstdc++: Add operator bool to <charconv> result types (P2497R0)
Jonathan Wakely
1
-0
/
+6
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-8
/
+3
2023-08-09
libstdc++: Fix constexpr functions to conform to older standards
Jonathan Wakely
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-22
libstdc++: Replace std::isdigit and std::isxdigit in <format> [PR107817]
Jonathan Wakely
1
-1
/
+1
2022-11-13
libstdc++: Allow std::to_chars for 128-bit integers in strict mode
Jonathan Wakely
1
-10
/
+9
2022-11-12
libstdc++: Fix up to_chars ppc64le _Float128 overloads [PR107636]
Jakub Jelinek
1
-7
/
+9
2022-11-11
libstdc++: Add missing definition for <charconv> in C++14 mode
Jonathan Wakely
1
-0
/
+6
2022-11-07
libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64l...
Jakub Jelinek
1
-0
/
+61
2022-11-01
libstdc++: std::from_chars std::{,b}float16_t support
Jakub Jelinek
1
-0
/
+42
2022-11-01
libstdc++: std::to_chars std::{,b}float16_t support
Jakub Jelinek
1
-0
/
+44
2022-11-01
libstdc++-v3: Some std::*float*_t charconv and i/ostream overloads
Jakub Jelinek
1
-0
/
+86
2022-10-20
libstdc++: Redefine __from_chars_alnum_to_val's table
Patrick Palka
1
-31
/
+28
2022-10-17
libstdc++: Fix value of __cpp_lib_constexpr_charconv
Jonathan Wakely
1
-1
/
+1
2022-10-15
libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)
Jonathan Wakely
1
-14
/
+27
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-1
/
+3
2022-07-19
libstdc++: Make __from_chars_alnum_to_val conversion explicit
Marco Falke
1
-1
/
+1
2022-04-21
libstdc++: Avoid ASCII assumptions in floating_from_chars.cc
Patrick Palka
1
-9
/
+3
2022-04-21
libstdc++: Work around modules ICE in <charconv> [PR105297]
Patrick Palka
1
-1
/
+3
2022-04-18
libstdc++: Micro-optimize __from_chars_pow2_base
Patrick Palka
1
-8
/
+20
2022-04-15
libstdc++: Optimize integer std::from_chars
Patrick Palka
1
-147
/
+100
2022-03-16
libstdc++: Ensure that std::from_chars is declared when supported
Jonathan Wakely
1
-4
/
+4
2022-01-06
libstdc++: Do not use std::isdigit in <charconv> [PR103911]
Jonathan Wakely
1
-6
/
+5
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-08-19
libstdc++: Don't check always-true condition [PR101965]
Jonathan Wakely
1
-4
/
+2
2021-05-20
libstdc++: Disable floating_to_chars.cc on 16 bit targets
Joern Rennecke
1
-1
/
+2
2021-05-06
Revert "libstdc++: Use unsigned char argument to std::isdigit"
Jonathan Wakely
1
-1
/
+1
2021-05-05
libstdc++: Use unsigned char argument to std::isdigit
Jonathan Wakely
1
-1
/
+1
2021-05-04
libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macro
Jonathan Wakely
1
-1
/
+1
2021-04-20
libstdc++: Define __cpp_lib_to_chars for C++20 [PR 100146]
Jonathan Wakely
1
-2
/
+3
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-21
libstdc++: Disable floating-point std::to_chars on unsupported targets
Patrick Palka
1
-0
/
+2
2020-12-17
libstdc++: Add floating-point std::to_chars implementation
Patrick Palka
1
-0
/
+24
2020-10-27
libstdc++: Add missing noexcept to std::from_chars declarations
Jonathan Wakely
1
-3
/
+3
2020-07-20
libstdc++: Add std::from_chars for floating-point types
Jonathan Wakely
1
-0
/
+14
2020-07-07
libstdc++: Replace __int_limits with __numeric_traits_integer
Jonathan Wakely
1
-7
/
+7
2020-06-24
libstdc++: Fix std::from_chars to ignore leading zeros in base 2
Jonathan Wakely
1
-2
/
+6
2020-06-24
libstdc++: Fix warnings with -Wsystem-headers
Jonathan Wakely
1
-1
/
+1
2020-06-24
libstdc++: Fix std::to_chars buffer overflow (PR 95851)
Jonathan Wakely
1
-1
/
+4
2020-04-08
libstdc++: Add comparison operators to <charconv> result types
Jonathan Wakely
1
-1
/
+12
2020-04-07
libstdc++: Restore ability to use <charconv> in C++14 (PR 94520)
Jonathan Wakely
1
-6
/
+6
[next]