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
2020-08-02
Daily bump.
GCC Administrator
1
-0
/
+6
2020-08-02
Move www.stroustrup.com to https
Gerald Pfeifer
2
-2
/
+2
2020-08-01
Daily bump.
GCC Administrator
1
-0
/
+489
2020-07-31
libstdc++: ParallelSTL is now part of oneAPI DPC++ Library
Gerald Pfeifer
2
-2
/
+2
2020-07-31
libstdc++: Fix and improve std::vector<bool> implementation.
François Dumont
4
-69
/
+130
2020-07-31
libstdc++: Fix tests that fail for C++98
Jonathan Wakely
2
-4
/
+4
2020-07-31
libstdc++: Fix test that fails for C++98
Jonathan Wakely
1
-9
/
+9
2020-07-31
libstdc++: Avoid using __float128 in strict modes
Jonathan Wakely
2
-2
/
+2
2020-07-31
libstdc++: Ensure c++NN effective-target present in more tests
Jonathan Wakely
4
-4
/
+4
2020-07-31
libstdc++: Add dg-require-effective-target to std::span assert tests
Jonathan Wakely
13
-13
/
+26
2020-07-31
libstdc++: Use c++NN_only effective target to tests
Jonathan Wakely
8
-12
/
+6
2020-07-31
libstdc++: Ensure c++NN effective target present in all C++17 tests
Jonathan Wakely
208
-101
/
+210
2020-07-31
libstdc++: Remove condition around friend declaration (PR 96382)
Jonathan Wakely
1
-2
/
+0
2020-07-31
libstdc++: Remove accidental -std=gnu++17 from test
Jonathan Wakely
1
-1
/
+1
2020-07-31
libstdc++: Adjust tests that give different results in C++20
Jonathan Wakely
2
-3
/
+15
2020-07-31
libstdc++: Add -Wno-deprecated for tests that warn in C++20
Jonathan Wakely
2
-3
/
+6
2020-07-31
libstdc++: Remove duplicate dg-do directive
Jonathan Wakely
1
-3
/
+1
2020-07-31
libstdc++: Fix use of newlocale in std:::from_chars
Jonathan Wakely
1
-1
/
+1
2020-07-31
debug/96383 - emit debug info for used external functions
Richard Biener
1
-1
/
+1
2020-07-31
libstdc++: Add PR number to ChangeLog entry
Jonathan Wakely
1
-0
/
+1
2020-07-31
Daily bump.
GCC Administrator
1
-0
/
+51
2020-07-30
libstdc++: Make COW string use allocator_traits for nested types
Jonathan Wakely
1
-2
/
+2
2020-07-30
libstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof and strtold
Jonathan Wakely
1
-2
/
+6
2020-07-30
libstdc++: Fix tests using wrong allocator type
Jonathan Wakely
2
-2
/
+2
2020-07-30
libstdc++: Fix test for old string ABI
Jonathan Wakely
1
-1
/
+1
2020-07-30
libstdc++: cv bool can't be an integer-like type (LWG 3467)
Jonathan Wakely
2
-1
/
+40
2020-07-30
libstdc++: Add options for ieee float to relevant tests
Jonathan Wakely
2
-0
/
+2
2020-07-30
libstdc++: Make testsuite usable with -fno-exceptions
Jonathan Wakely
5
-14
/
+15
2020-07-30
Daily bump.
GCC Administrator
1
-0
/
+76
2020-07-29
libstdc++: Review _Local_iterator/_Local_const_iterator implementations.
François Dumont
3
-61
/
+39
2020-07-29
testsuite: libstdc++ atomic_float/value_init.cc requires libatomic
David Edelsohn
2
-1
/
+5
2020-07-29
libstdc++: Fix unordered containers move constructors noexcept qualification
François Dumont
16
-27
/
+812
2020-07-29
Daily bump.
GCC Administrator
1
-0
/
+20
2020-07-28
libstdc++: Do not over-size hashtable buckets on range insertion
François Dumont
4
-45
/
+210
2020-07-28
Daily bump.
GCC Administrator
1
-0
/
+31
2020-07-27
libstdc++: Review _Hashtable count, equal_range _M_erase(false_type,) code
François Dumont
2
-102
/
+118
2020-07-27
libstdc++: Make std::from_chars always round to nearest
Jonathan Wakely
4
-2
/
+74
2020-07-23
Daily bump.
GCC Administrator
1
-0
/
+19
2020-07-22
libstdc++: Add static assertions to futures and promises [LWG 3458]
Jonathan Wakely
4
-0
/
+115
2020-07-22
libstdc++: Constrain reverse_iterator and move_iterator conversions [LWG 3435]
Jonathan Wakely
3
-3
/
+125
2020-07-21
Daily bump.
GCC Administrator
1
-0
/
+33
2020-07-20
libstdc++: Add std::from_chars for floating-point types
Jonathan Wakely
17
-5
/
+1083
2020-07-20
libstdc++: Avoid overflow in istream::get(streambuf&) [LWG 3464]
Jonathan Wakely
3
-1
/
+190
2020-07-18
Daily bump.
GCC Administrator
1
-0
/
+5
2020-07-17
libstdc++, coroutine: Add missing constexpr markers.
Iain Sandoe
1
-6
/
+6
2020-07-15
Daily bump.
GCC Administrator
1
-0
/
+4
2020-07-14
aix: FAT libraries: test native compiler mode directly
David Edelsohn
1
-1
/
+1
2020-07-14
Daily bump.
GCC Administrator
1
-0
/
+22
2020-07-13
libstdc++: Fix istream::ignore exit conditions (PR 94749, PR 96161)
Jonathan Wakely
7
-35
/
+561
2020-07-09
Daily bump.
GCC Administrator
1
-0
/
+12
[next]