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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-29
Daily bump.
GCC Administrator
1
-0
/
+72
2021-04-28
libstdc++: Add testcase for std::pair as a structural type [PR 97930]
Jonathan Wakely
1
-0
/
+9
2021-04-28
libstdc++: Simplify std::pair constraints using concepts
Jonathan Wakely
3
-38
/
+193
2021-04-28
libstdc++: Deprecate non-standard std::pair constructors [PR 99957]
Jonathan Wakely
4
-77
/
+124
2021-04-28
libstdc++: Define __cpp_lib_constexpr_string macro
Jonathan Wakely
5
-4
/
+41
2021-04-28
libstdc++: Reduce output of 'make doc-pdf-doxygen'
Jonathan Wakely
2
-6
/
+8
2021-04-28
libstdc++: Add missing noexcept on std::thread member function [PR 100298]
Jonathan Wakely
1
-1
/
+1
2021-04-27
libstdc++: Fix various bugs in ranges_algo.h [PR100187, ...]
Patrick Palka
1
-9
/
+9
2021-04-28
Daily bump.
GCC Administrator
1
-0
/
+59
2021-04-27
libstdc++: Fix up lambda in join_view::_Iterator::operator++ [PR100290]
Patrick Palka
2
-1
/
+12
2021-04-27
Revert "libstdc++: Add workaround for ia32 floating atomics miscompilations [...
Jakub Jelinek
2
-2
/
+0
2021-04-27
libstdc++: Minor refactoring in <experimental/internet>
Jonathan Wakely
3
-19
/
+110
2021-04-27
libstdc++: Better preprocessor conditions in net::ip [PR 100286]
Jonathan Wakely
2
-11
/
+55
2021-04-27
libstdc++: Define net::socket_base::message_flags operators as friends [PR 10...
Jonathan Wakely
2
-65
/
+59
2021-04-27
Daily bump.
GCC Administrator
1
-0
/
+56
2021-04-26
libstdc++: Fix internet socket option classes
Jonathan Wakely
4
-102
/
+251
2021-04-26
libstdc++: Fix socket option classes
Jonathan Wakely
3
-21
/
+228
2021-04-26
libstdc++: Simplify definition of net::ip::resolver_base constants
Jonathan Wakely
2
-68
/
+37
2021-04-26
libstdc++: Add missing headers for errno and std::terminate
Jonathan Wakely
1
-2
/
+4
2021-04-26
libstdc++: Add missing 'inline' specifiers to net::ip functions [PR 100259]
Jonathan Wakely
1
-4
/
+4
2021-04-25
Daily bump.
GCC Administrator
1
-0
/
+5
2021-04-24
testuite: fix libtdc++ libatomic flags
David Edelsohn
1
-1
/
+46
2021-04-24
Daily bump.
GCC Administrator
1
-0
/
+34
2021-04-23
libstdc++: Allow net::io_context to compile without <poll.h> [PR 100180]
Jonathan Wakely
1
-2
/
+13
2021-04-23
libstdc++: Clarify argument to net::io_context::async_wait
Jonathan Wakely
2
-11
/
+14
2021-04-23
libstdc++ Simplify definition of net::socket_base constants
Jonathan Wakely
3
-30
/
+173
2021-04-23
Daily bump.
GCC Administrator
1
-0
/
+49
2021-04-22
aix: delete AIX pre-PowerPC version of atomicity.h
David Edelsohn
1
-56
/
+0
2021-04-22
libstdc++: Fix semaphore to work with system_clock timeouts
Jonathan Wakely
3
-13
/
+13
2021-04-22
libstdc++: Add options for libatomic to test
Jonathan Wakely
1
-0
/
+1
2021-04-22
libstdc++: Fix typo in comment
Jonathan Wakely
1
-1
/
+1
2021-04-22
libstdc++: Reject std::make_shared<T[]> [PR 99006]
Jonathan Wakely
3
-0
/
+13
2021-04-22
libstdc++: Fix "bare" notifications dropped by waiters check
Thomas Rodgers
1
-6
/
+6
2021-04-22
libstdc++: Add workaround for ia32 floating atomics miscompilations [PR100184]
Jakub Jelinek
2
-0
/
+2
2021-04-22
libstdc++: Remove #error from <semaphore> implementation [PR 100179]
Jonathan Wakely
2
-4
/
+4
2021-04-22
Daily bump.
GCC Administrator
1
-0
/
+32
2021-04-21
[libstdc++] Fix test timeout in stop_calback/destroy.cc
Thomas Rodgers
2
-12
/
+6
2021-04-21
libstdc++: Install libstdc++*-gdb.py more robustly [PR 99453]
Philippe Blain
2
-28
/
+6
2021-04-21
[libstdc++] Add missing _M_try_acquire() to __platform_semaphore
Thomas Rodgers
1
-0
/
+18
2021-04-21
libstdc++: Fix whitespace in license boilerplate
Jonathan Wakely
2
-6
/
+6
2021-04-21
Fix AIX libstdc++ semaphore support [PR100164]
Jakub Jelinek
3
-6
/
+6
2021-04-21
Daily bump.
GCC Administrator
1
-0
/
+150
2021-04-20
libstdc++: Disable tests that fail after atomic wait/notify rewrite
Jonathan Wakely
3
-0
/
+6
2021-04-20
libstdc++: Refactor/cleanup of C++20 atomic wait implementation
Thomas Rodgers
19
-710
/
+978
2021-04-20
libstdc++: Implement P2259R1 changes [PR95983]
Patrick Palka
4
-107
/
+412
2021-04-20
libstdc++: Define __cpp_lib_to_chars for C++20 [PR 100146]
Jonathan Wakely
6
-13
/
+12
2021-04-20
libstdc++: Update ppc64le baseline_symbols.txt
Jakub Jelinek
2
-2
/
+256
2021-04-20
Daily bump.
GCC Administrator
1
-0
/
+5
2021-04-19
libstdc++: Update some baseline_symbols.txt (x32)
H.J. Lu
1
-0
/
+102
2021-04-18
Daily bump.
GCC Administrator
1
-0
/
+14
[next]