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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-31
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
Joseph Myers
17
-3761
/
+4963
2018-10-31
More testing for std::pair layout change
Jonathan Wakely
2
-0
/
+19
2018-10-31
PR libstdc++/87822 fix layout change for nested std::pair
Jonathan Wakely
3
-2
/
+56
2018-10-30
Implement P0892R2, explicit(bool).
Marek Polacek
4
-40
/
+47
2018-10-30
PR libstdc++/87809 avoid invalid expressions in exception specifications
Jonathan Wakely
9
-5
/
+188
2018-10-30
PR libstdc++/87784 fix dynamic_bitset::push_back
Jonathan Wakely
3
-3
/
+89
2018-10-29
C++: simplify output from suggest_alternatives_for
David Malcolm
3
-4
/
+6
2018-10-28
48101_neg.cc: Remove dg-prune-output 'std' from regex pattern for versioned n...
François Dumont
4
-3
/
+10
2018-10-25
PR libstdc++/87749 fix (and optimize) string move construction
Jonathan Wakely
6
-6
/
+258
2018-10-25
Relocation (= move+destroy)
Marc Glisse
10
-40
/
+213
2018-10-24
2018-10-24 François Dumont <fdumont@gcc.gnu.org>
François Dumont
4
-381
/
+502
2018-10-24
cstddef: Add versioned namespace.
François Dumont
2
-0
/
+6
2018-10-23
PR libstdc++/87704 fix unique_ptr(nullptr_t) constructors
Jonathan Wakely
3
-4
/
+48
2018-10-20
testsuite_containers.h (forward_members_unordered<>::forward_members_unordere...
François Dumont
3
-4
/
+21
2018-10-19
Skip tests for GNU extensions when testing with strict mode
Jonathan Wakely
15
-8
/
+66
2018-10-19
Fix testsuite failures due to extra errors in strict dialects
Jonathan Wakely
9
-0
/
+18
2018-10-19
Conditionally disable tests of non-standard extensions
Jonathan Wakely
12
-6
/
+58
2018-10-19
Fix tests that use allocators with incorrect value types
Jonathan Wakely
27
-68
/
+111
2018-10-19
Disable tests that only pass for GNU dialects
Jonathan Wakely
13
-0
/
+26
2018-10-19
Remove duplicate tests
Jonathan Wakely
6
-148
/
+12
2018-10-19
Fix compilation error with _GLIBCXX_PARALLEL
Jonathan Wakely
4
-5
/
+30
2018-10-19
Fix testsuite failures in Debug Mode
Jonathan Wakely
5
-0
/
+16
2018-10-18
Fix tests that fail when built with different options
Jonathan Wakely
3
-0
/
+8
2018-10-18
PR libstdc++/87642 handle multibyte thousands separators from libc
Jonathan Wakely
3
-4
/
+76
2018-10-18
PR libstdc++/87641 correctly initialize accumulator in valarray::sum()
Jonathan Wakely
4
-22
/
+103
2018-10-18
revert: [multiple changes]
François Dumont
3
-22
/
+41
2018-10-17
re PR libstdc++/87619 (sizeof(std::variant) can be reduced if its variant_siz...
Ville Voutilainen
3
-1
/
+60
2018-10-16
Fix regression in std::random_device default constructor
Jonathan Wakely
2
-1
/
+4
2018-10-16
Rename namespace alias in test to avoid name collision
Jonathan Wakely
2
-12
/
+16
2018-10-16
Fix versioned namespace macros for Networking TS
Jonathan Wakely
9
-38
/
+28
2018-10-16
Use autoconf to check for features needed by Networking TS
Jonathan Wakely
8
-36
/
+290
2018-10-16
Use effective target in Networking TS tests
Jonathan Wakely
19
-19
/
+42
2018-10-16
Add missing return
Jonathan Wakely
2
-4
/
+7
2018-10-16
Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1
Jonathan Wakely
8
-29
/
+60
2018-10-16
Introduce dg-add-options net_ts
Rainer Orth
9
-0
/
+30
2018-10-16
Fix tests that fail when compiled without optimisation
Jonathan Wakely
4
-1
/
+11
2018-10-16
PR libstdc++/87618 fix typos in linker script
Jonathan Wakely
4
-4
/
+30
2018-10-15
Adjust test to pass with latest glibc
Jonathan Wakely
2
-2
/
+7
2018-10-15
PR libstdc++/87587 prevent -Wabi warnings
Jonathan Wakely
2
-0
/
+12
2018-10-15
vector (vector<>::cbegin()): Use C++11 direct initialization.
François Dumont
2
-10
/
+26
2018-10-12
Initial commit of Networking TS implementation
Jonathan Wakely
30
-0
/
+10668
2018-10-12
PR libstdc++/77691 increase allocation size to at least alignment
Jonathan Wakely
3
-5
/
+23
2018-10-11
2018-10-11 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-20
/
+37
2018-10-11
2018-10-11 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-33
/
+44
2018-10-11
PR libstdc++/80538 Only call sleep for non-zero values
Jonathan Wakely
3
-12
/
+48
2018-10-11
Make ext allocators support heterogeneous equality comparison
Jonathan Wakely
9
-40
/
+181
2018-10-10
PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)
Jonathan Wakely
6
-4
/
+105
2018-10-09
2018-10-09 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-24
/
+25
2018-10-09
Define std::string and related typedefs outside __cxx11 namespace
Jonathan Wakely
3
-3
/
+12
2018-10-08
PR libstdc++/87538 Verify fix for std::experimental::not_fn
Jonathan Wakely
2
-0
/
+51
[next]