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
2020-09-11
libstdc++: Support futex waiting on chrono::steady_clock directly
Mike Crowe
1
-0
/
+82
2020-09-11
libstdc++: Use FUTEX_CLOCK_REALTIME for futex wait
Mike Crowe
1
-0
/
+37
2020-09-10
libstdc++: handle small max_blocks_per_chunk in pool resources [PR 94160]
Jonathan Wakely
1
-6
/
+15
2020-09-10
libstdc++: Reduce monotonic_buffer_resource overallocation [PR 96942]
Jonathan Wakely
1
-65
/
+91
2020-08-11
libstdc++: Make std::this_thread functions work without gthreads
Jonathan Wakely
1
-14
/
+19
2020-08-10
libstdc++: Fix build for targets without lstat [PR 94681]
Jonathan Wakely
2
-2
/
+2
2020-08-10
libstdc++: Use _wstat64 for Windows [PR 95749]
Jonathan Wakely
1
-3
/
+3
2020-08-06
libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N])
Jonathan Wakely
2
-2
/
+3
2020-08-06
libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
Jonathan Wakely
2
-0
/
+12
2020-08-05
libstdc++: Replace operator>>(istream&, char*) [LWG 2499]
Jonathan Wakely
2
-7
/
+14
2020-07-31
libstdc++: Fix use of newlocale in std:::from_chars
Jonathan Wakely
1
-1
/
+1
2020-07-30
libstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof and strtold
Jonathan Wakely
1
-2
/
+6
2020-07-27
libstdc++: Make std::from_chars always round to nearest
Jonathan Wakely
1
-0
/
+12
2020-07-20
libstdc++: Add std::from_chars for floating-point types
Jonathan Wakely
3
-2
/
+426
2020-07-13
libstdc++: Fix istream::ignore exit conditions (PR 94749, PR 96161)
Jonathan Wakely
2
-22
/
+66
2020-06-23
libstdc++: Regenerate makefiles
Jonathan Wakely
5
-0
/
+5
2020-06-11
libstdc++: Fix istream::ignore discarding too many chars (PR 94749)
Jonathan Wakely
1
-8
/
+4
2020-05-23
libstdc++: Refactor filesystem::path string conversions
Jonathan Wakely
1
-5
/
+1
2020-05-19
libstdc++: Use RDRAND as fallback if RDSEED keeps failing (PR 94087)
Jonathan Wakely
1
-2
/
+24
2020-05-11
Revert "libstdc++ Enhance thread safety of debug mode iterators"
François Dumont
1
-29
/
+28
2020-05-10
libstdc++ Enhance thread safety of debug mode iterators
François Dumont
1
-28
/
+29
2020-05-04
libstdc++: Fix incorrect size calculation in PMR resource (PR 94906)
Jonathan Wakely
1
-2
/
+2
2020-05-04
libstdc++: Make pmr::synchronized_pool_resource work without libpthread (PR 9...
Jonathan Wakely
1
-44
/
+83
2020-03-09
libstdc++: Handle type-changing path concatenations (PR 94063)
Jonathan Wakely
1
-0
/
+40
2020-03-06
libstdc++: Deal with ENOSYS == ENOTSUP
Andreas Krebbel
1
-1
/
+2
2020-02-17
libstdc++ P1956R1 On the names of low-level bit manipulation functions
Jonathan Wakely
1
-10
/
+10
2020-01-24
Add `--with-toolexeclibdir=' configuration option
Maciej W. Rozycki
5
-0
/
+5
2020-01-09
libstdc++: Define memory resource key functions non-inline (PR93208)
Jonathan Wakely
1
-0
/
+8
2020-01-08
libstdc++: Fix error handling in filesystem::remove_all (PR93201)
Jonathan Wakely
2
-32
/
+100
2020-01-01
Update copyright years.
Jakub Jelinek
121
-121
/
+121
2019-12-12
libstdc++: Qualify isdigit call to fix versioned namespace build.
François Dumont
1
-1
/
+2
2019-12-09
libstdc++: fix buffer overflow in path::operator+= (PR92853)
Jonathan Wakely
1
-10
/
+1
2019-11-15
libstdc++: Implement LWG 3070 in path::lexically_relative
Jonathan Wakely
1
-1
/
+21
2019-10-16
[_GLIBCXX_DEBUG] Clarify constness and state <unknown> entries.
François Dumont
1
-2
/
+2
2019-10-10
PR libstdc++/91057 fix bootstrap failure on powerpc
Jonathan Wakely
1
-1
/
+2
2019-10-09
PR libstdc++/91057 set locale::id::_M_index atomically
Jonathan Wakely
1
-18
/
+54
2019-10-09
PR libstdc++/78552 only construct std::locale for C locale once
Jonathan Wakely
1
-1
/
+2
2019-10-04
Build filesystem library with large file support
Jonathan Wakely
4
-2
/
+6
2019-09-27
PR libstdc++/91910 fix data race in Debug Mode destructors
Jonathan Wakely
1
-7
/
+14
2019-09-02
Use __constinit keyword in libstdc++ sources
Jonathan Wakely
1
-3
/
+3
2019-08-23
Fix libstdc++ lstat missing return type for Windows target.
Joseph Myers
1
-1
/
+1
2019-08-12
PR libstdc++/90361 add missing macro definition
Jonathan Wakely
1
-0
/
+6
2019-06-27
PR libstdc++/91012 fixfilesystem_error::what() string
Jonathan Wakely
1
-7
/
+7
2019-06-17
PR libstdc++/90281 Fix string conversions for filesystem::path
Jonathan Wakely
2
-2
/
+2
2019-06-07
PR libstdc++/90770 fix missing src/debug/Makefile
Jonathan Wakely
2
-2
/
+2
2019-05-31
Fix breakage due to removing __gnu_cxx::size_t declaration
Jonathan Wakely
1
-0
/
+2
2019-05-31
Fix random_device to work with COW strings again
Jonathan Wakely
2
-48
/
+14
2019-05-29
PR libstdc++/88881 fix filesystem::symlink_status for Windows
Jonathan Wakely
1
-14
/
+33
2019-05-29
Optimize filesystem::path::parent_path()
Jonathan Wakely
1
-5
/
+3
2019-05-29
PR libstdc++/85494 use rdseed and rand_s in std::random_device
Jonathan Wakely
1
-57
/
+244
[next]