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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-14
libstdc++: Fix std::to_chars for IEEE128 long double
Jonathan Wakely
1
-6
/
+2
2022-02-10
libstdc++: Fix directory iterator build for newlib
Jonathan Wakely
1
-0
/
+2
2022-02-08
libstdc++: Simplify resource management in directory iterators
Jonathan Wakely
3
-6
/
+4
2022-02-08
libstdc++: Fix filesystem::remove_all for Windows [PR104161]
Jonathan Wakely
3
-11
/
+42
2022-02-04
libstdc++: Fix std::filesystem build failure for Windows
Jonathan Wakely
1
-1
/
+1
2022-02-04
libstdc++: Remove un-implementable noexcept from Filesystem TS operations
Jonathan Wakely
1
-3
/
+3
2022-02-04
libstdc++: Fix filesystem::remove_all races [PR104161]
Jonathan Wakely
5
-228
/
+415
2022-02-02
libstdc++: Fix -Wunused-variable warning for -fno-exceptions build
Jonathan Wakely
2
-2
/
+2
2022-02-01
libstdc++: Reset filesystem::recursive_directory_iterator on error
Jonathan Wakely
2
-4
/
+20
2022-01-25
libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217]
Jonathan Wakely
3
-0
/
+12
2022-01-25
libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]
Jonathan Wakely
5
-28
/
+64
2022-01-23
libstdc++: Use fast_float for long double if it uses binary64 format
Jonathan Wakely
1
-6
/
+32
2022-01-20
libstdc++: Use Clang attribute instead of __constinit
Jonathan Wakely
4
-0
/
+16
2022-01-19
libstdc++: Fix libbacktrace build files
Jonathan Wakely
4
-75
/
+130
2022-01-18
libstdc++: Use GCC's predefined macro for endianness [PR104080]
Jonathan Wakely
2
-1
/
+4
2022-01-18
libstdc++: Fix deduction failure for std::min call [PR104080]
Jonathan Wakely
2
-1
/
+2
2022-01-17
libstdc++: Use fast_float in std::from_chars for binary32/64
Patrick Palka
1
-4
/
+27
2022-01-17
libstdc++: Adjust fast_float's over/underflow behavior for conformance
Patrick Palka
2
-0
/
+10
2022-01-17
libstdc++: Apply modifications to our local copy of fast_float
Patrick Palka
2
-56
/
+7
2022-01-17
libstdc++: Import the fast_float library
Patrick Palka
4
-0
/
+3166
2022-01-17
libstdc++: Directly implement hexfloat std::from_chars for binary32/64
Patrick Palka
1
-0
/
+374
2022-01-17
libstdc++: Define <stacktrace> header for C++23
Jonathan Wakely
12
-3
/
+1304
2022-01-12
libstdc++: Avoid overflow in bounds checks [PR103955]
Patrick Palka
1
-13
/
+33
2022-01-10
libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]
Jakub Jelinek
1
-0
/
+110
2022-01-10
libstdc++: Fix and simplify freestanding configuration [PR103866]
Jonathan Wakely
6
-0
/
+6
2022-01-10
libstdc++: Add -nostdinc++ for c++17 sources [PR100017]
Jonathan Wakely
2
-2
/
+2
2022-01-05
libstdc++: Optimize operations on small size hashtable [PR 68303]
François Dumont
1
-0
/
+1
2022-01-05
libstdc++: Improvements to standard error category objects (part deux)
Jonathan Wakely
2
-20
/
+31
2022-01-05
libstdc++: Improve std::regex_error::what() strings
Jonathan Wakely
1
-1
/
+46
2022-01-03
Update copyright years.
Jakub Jelinek
131
-131
/
+131
2021-12-09
libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]
Jonathan Wakely
2
-1
/
+32
2021-12-02
libstdc++: Allow exception classes to move fully-dynamic strings
Jonathan Wakely
1
-20
/
+0
2021-12-01
libstdc++: Avoid unwanted allocations in filesystem::path
Jonathan Wakely
2
-19
/
+17
2021-11-30
libstdc++: Ensure C++20 std::stringstream definitions use correct ABI
Jonathan Wakely
1
-1
/
+3
2021-11-19
libstdc++: Use __is_single_threaded in locale initialization
Jonathan Wakely
1
-2
/
+9
2021-11-16
libstdc++: Merge latest Ryu sources
Patrick Palka
2
-6
/
+5
2021-11-15
c++: check constexpr constructor body
Jason Merrill
1
-1
/
+1
2021-11-12
libstdc++: Print assertion messages to stderr [PR59675]
Jonathan Wakely
1
-1
/
+17
2021-11-09
libstdc++: Do not use 64-bit DARN on 32-bit powerpc [PR103146]
Jonathan Wakely
1
-1
/
+1
2021-11-09
libstdc++: Support getentropy and arc4random in std::random_device
Jonathan Wakely
1
-2
/
+67
2021-11-05
libstdc++: Add [[unlikely]] attributes to std::random_device routines
Jonathan Wakely
1
-2
/
+2
2021-11-05
libstdc++: Add support for POWER9 DARN instruction to std::random_device
Jonathan Wakely
1
-3
/
+53
2021-10-19
libstdc++: Implement std::random_device::entropy() for other sources
Jonathan Wakely
1
-7
/
+63
2021-10-08
libstdc++: Detect miscompilation of src/c++11/limits.cc
Jonathan Wakely
1
-0
/
+4
2021-10-02
libstdc++: Fix typos in std::filesystem code
Jonathan Wakely
2
-3
/
+3
2021-10-01
libstdc++: Allow stateful allocators in std::list::sort [PR 66742]
Jonathan Wakely
1
-0
/
+2
2021-10-01
libstdc++: Simplify __throw_out_of_range_fmt for freestanding
Jonathan Wakely
2
-12
/
+7
2021-10-01
libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]
Jonathan Wakely
3
-55
/
+78
2021-10-01
libstdc++: Add utility for creating std::error_code from OS errors
Jonathan Wakely
3
-9
/
+21
2021-09-23
libstdc++: Make std::system_category() recognize Windows error codes
Jonathan Wakely
1
-0
/
+156
[next]