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/gfortran-test
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-15
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-15
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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-13
Merged current trunk to branch.
Thomas Koenig
70
-1773
/
+3253
2020-12-21
libstdc++: Disable floating-point std::to_chars on unsupported targets
Patrick Palka
1
-0
/
+2
2020-12-20
libstdc++: Fix indentation in <semaphore>
Jonathan Wakely
1
-1
/
+2
2020-12-17
libstdc++: Add floating-point std::to_chars implementation
Patrick Palka
1
-0
/
+24
2020-12-17
libstdc++: Move std::hash<std::thread::id> to <bits/std_thread.h>
Jonathan Wakely
1
-12
/
+0
2020-12-16
libstdc++: Simplify built-in detection in <utility>
Jonathan Wakely
1
-11
/
+5
2020-12-15
libstdc++: Remove init_priority attribute for Init object [PR 98108]
Jonathan Wakely
1
-9
/
+1
2020-12-15
libstdc++: Use init_priority attribute for Init object [PR 98108]
Jonathan Wakely
1
-1
/
+9
2020-12-10
libstdc++: Remove redundant branches in countl_one and countr_one [PR 98226]
Jonathan Wakely
1
-4
/
+0
2020-12-09
libstdc++: Fix build failure for target with no way to sleep
Jonathan Wakely
1
-1
/
+6
2020-12-03
libtdc++: Define std::source_location for C++20
JeanHeyd Meneide
2
-0
/
+95
2020-12-03
libstdc++: Add std::bit_cast for C++20 [PR 93121]
Jonathan Wakely
2
-0
/
+15
2020-12-03
libstdc++: Disable std::array assertions for C++11 constexpr
Jonathan Wakely
1
-0
/
+6
2020-12-02
libstdc++: Make preprocessor checks for __cpp_lib_atomic_wait consistent
Jonathan Wakely
1
-2
/
+2
2020-12-01
Add feature test macro for atomic<T>::wait
Thomas Rodgers
4
-14
/
+17
2020-11-26
libstdc++: Define (and use) _GLIBCXX_HAVE_ATOMIC_WAIT
Jonathan Wakely
3
-33
/
+31
2020-11-26
libstdc++: Only define std::latch if atomic waiting is available
Jonathan Wakely
2
-4
/
+9
2020-11-26
libstdc++: Add new headers to stdc++.h
Jonathan Wakely
1
-3
/
+1
2020-11-25
libstdc++: Encapsulate __gthread_cond_t as std::__condvar
Jonathan Wakely
1
-13
/
+5
2020-11-23
libstdc++: make atomic waiting depend on gthreads or futexes
Jonathan Wakely
3
-4
/
+17
2020-11-20
libstdc++: Add C++2a synchronization support
Thomas Rodgers
4
-0
/
+263
2020-11-20
libstdc++: Remove <memory_resource> dependency from <regex> [PR 92546]
Jonathan Wakely
1
-5
/
+9
2020-11-19
libstdc++: Move std::thread to a new header
Jonathan Wakely
3
-283
/
+22
2020-11-18
libstdc++: Fix ranges::join_view::_Iterator::operator-> [LWG 3500]
Patrick Palka
1
-6
/
+8
2020-11-17
libstdc++: Fix unconditional definition of __cpp_lib_span in <version> [PR 97...
Jonathan Wakely
1
-1
/
+3
2020-11-12
libstdc++: Optimise std::future::wait_for and fix futex polling
Jonathan Wakely
1
-3
/
+11
2020-11-11
libstdc++: Assigning to a joinable std::jthread calls std::terminate
Paul Scharnofske
1
-1
/
+5
2020-11-11
libstdc++: Use helper type for checking thread ID
Jonathan Wakely
1
-7
/
+13
2020-11-11
libstdc++: Implement std::emit_on_flush etc.
Jonathan Wakely
2
-80
/
+136
2020-11-10
libstdc++: Reorder constructors in <sstream>
Jonathan Wakely
1
-100
/
+100
2020-11-10
libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]
Jonathan Wakely
1
-41
/
+182
2020-11-10
libstdc++: Fix more unspecified comparisons to null pointer [PR 97415]
Jonathan Wakely
1
-7
/
+10
2020-11-09
libstdc++: Remove <debug/array>
François Dumont
3
-39
/
+38
2020-11-09
libstdc++: Remove redundant check for zero in std::__popcount
Jonathan Wakely
1
-3
/
+0
2020-11-05
libstdc++: Fix constraints on std::optional comparisons [PR 96269]
Jonathan Wakely
1
-18
/
+48
2020-11-05
libstdc++: Fix multiple definitions of std::exception_ptr functions [PR 97729]
Jonathan Wakely
1
-1
/
+1
2020-11-05
libstdc++: Fix new <sstream> constructors
Jonathan Wakely
1
-21
/
+17
2020-11-05
libstdc++: Adjust whitespace in <sstream>
Jonathan Wakely
1
-12
/
+13
2020-11-04
libstdc++: Fix default mode of new basic_stringstream constructor [PR 97719]
Jonathan Wakely
1
-1
/
+1
2020-11-03
libstdc++: Ensure std::lock_guard is declared
Jonathan Wakely
1
-4
/
+1
2020-11-03
libstdc++: Rewrite std::call_once to use futexes [PR 66146]
Jonathan Wakely
1
-36
/
+164
2020-11-02
libstdc++: Add c++2a <syncstream>
Thomas Rodgers
2
-0
/
+337
2020-11-01
libstdc++: Define type traits for wchar_t even when libc support missing
Jonathan Wakely
1
-3
/
+6
2020-10-30
libstdc++: Don't initialize from *this inside some views [PR97600]
Patrick Palka
1
-39
/
+39
2020-10-30
libstdc++: Implement P2017R1 "Conditionally borrowed ranges"
Jonathan Wakely
1
-0
/
+24
2020-10-30
libstdc++: Fix the default constructor of ranges::__detail::__box
Patrick Palka
1
-2
/
+2
2020-10-29
libstdc++: Fix some warnings in headers
Jonathan Wakely
1
-2
/
+4
2020-10-29
libstdc++: Fix new basic_stringbuf constructor
Jonathan Wakely
1
-2
/
+2
2020-10-28
libstdc++: Implement C++20 features for <sstream>
Thomas Rodgers
1
-0
/
+196
2020-10-28
libstdc++: Fix arithmetic bug in year_month_weekday conversion [PR96713]
Patrick Palka
1
-1
/
+2
[next]