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-11-28
Fix undefined references in libstdc++fs.a
Jonathan Wakely
2
-24
/
+32
2018-11-28
PR libstdc++/83511 add default argument to basic_string_view::substr
Jonathan Wakely
7
-2
/
+168
2018-11-28
Implement uniform container erasure for C++20.
Edward Smith-Rowland
26
-26
/
+720
2018-11-28
Apply resolution for LWG DR 3096
Jonathan Wakely
4
-2
/
+37
2018-11-28
PR libstdc++/83306 make filesystem_error no-throw copyable
Jonathan Wakely
5
-52
/
+302
2018-11-28
Update C++17 library status docs
Jonathan Wakely
5
-20
/
+48
2018-11-27
Clean up temporary files created by std::filesystem testsuite
Jonathan Wakely
3
-0
/
+7
2018-11-27
PR libstdc++/67843 set shared_ptr lock policy at build-time
Jonathan Wakely
10
-21
/
+224
2018-11-27
re PR libstdc++/88199 (memory leak on unordered container move assignment)
François Dumont
3
-112
/
+169
2018-11-26
Only use __float128 in test if available
Jonathan Wakely
2
-0
/
+7
2018-11-23
Implement P0415 More constexpr for std::complex.
Edward Smith-Rowland
7
-154
/
+524
2018-11-23
PR libstdc++/65229 fix pretty printer for std::bitset<0>
Martin Sebor
3
-4
/
+21
2018-11-23
PR libstdc++/87308 adjust regex used in std::any pretty printer
Jonathan Wakely
3
-1
/
+12
2018-11-22
Improve relocation
Marc Glisse
6
-9
/
+45
2018-11-22
PR libstdc++/87520 Always pass type-punned type_info reference
Jonathan Wakely
2
-13
/
+24
2018-11-21
re PR c++/87386 (Error message for static_assert show wrong range)
Jakub Jelinek
8
-7
/
+19
2018-11-21
PR libstdc++/88111 Make maximum block size depend on size_t width
Jonathan Wakely
3
-6
/
+37
2018-11-21
PR libstdc++/88113 use size_type consistently instead of size_t
Jonathan Wakely
2
-12
/
+27
2018-11-20
Housekeeping for the effective targets of optional's tests.
Ville Voutilainen
52
-51
/
+106
2018-11-19
2018-11-19 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-33
/
+44
2018-11-19
re PR libstdc++/87855 (std::optional<T> only copy-constructible if T is trivi...
Ville Voutilainen
4
-4
/
+150
2018-11-19
PR libstdc++/88084 - Implement LWG 2777
Jonathan Wakely
4
-3
/
+125
2018-11-18
PR libstdc++/83566 - cyl_bessel_j returns wrong result for x>1000
Michele Pezzutti
6
-11
/
+192
2018-11-17
Implement std::pmr::synchronized_pool_resource
Jonathan Wakely
13
-55
/
+1387
2018-11-16
[Patch][libstdc++.exp] Update the usage of cached result.
Renlin Li
2
-714
/
+225
2018-11-15
Optimize pool resource allocation
Jonathan Wakely
6
-11
/
+230
2018-11-15
Fix test that does undefined shifts greater than width of size_t
Jonathan Wakely
2
-23
/
+32
2018-11-14
Add missing dir to create_testsuite_files script
Jonathan Wakely
3
-0
/
+10
2018-11-13
Fix error when selecting number of memory pools
Jonathan Wakely
2
-1
/
+4
2018-11-13
Fix unused parameter warnings introduced in earlier patch
Jonathan Wakely
2
-1
/
+5
2018-11-13
Remove redundant loop in unsynchronized_pool_resource code
Jonathan Wakely
2
-26
/
+16
2018-11-13
Improve handling of pool_options::largest_required_pool_block
Jonathan Wakely
3
-21
/
+101
2018-11-13
Fix incorrect assertion when deallocating big block
Jonathan Wakely
3
-14
/
+133
2018-11-13
Fix overflows in std::pmr::unsynchonized_pool_resource
Jonathan Wakely
3
-15
/
+150
2018-11-12
Implement P0722R3, destroying operator delete.
Jason Merrill
2
-0
/
+16
2018-11-12
PR libstdc++/87963 fix build for 64-bit mingw
Jonathan Wakely
2
-9
/
+14
2018-11-11
Fix copypasto in las ChangeLog.
Hans-Peter Nilsson
1
-1
/
+1
2018-11-11
re PR libstdc++/54005 (Use __atomic_always_lock_free in libstdc++ is_lock_fre...
Hans-Peter Nilsson
3
-4
/
+12
2018-11-11
Implement P0318R1 unwrap_ref_decay and unwrap_reference
Jonathan Wakely
4
-0
/
+129
2018-11-11
Implement P1007R3 std::assume_aligned
Jonathan Wakely
5
-0
/
+122
2018-11-09
PR libstdc++/87787 fix UBsan error in std::vector
Jonathan Wakely
2
-1
/
+8
2018-11-09
Fix whitespace in ChangeLog
Jonathan Wakely
1
-1
/
+1
2018-11-07
iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
Hafiz Abid Qadeer
2
-4
/
+8
2018-11-07
Fix linker script to use [jmy] to match size_t parameters
Jonathan Wakely
2
-2
/
+6
2018-11-06
Implement std::pmr::unsynchronized_pool_resource
Jonathan Wakely
10
-5
/
+1285
2018-11-06
re PR libstdc++/87872 (debug list::splice should not call _M_transfer_from_if...
John Bytheway
2
-0
/
+9
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
[next]