aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-11-28Fix undefined references in libstdc++fs.aJonathan Wakely2-24/+32
2018-11-28PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely7-2/+168
2018-11-28Implement uniform container erasure for C++20.Edward Smith-Rowland26-26/+720
2018-11-28Apply resolution for LWG DR 3096Jonathan Wakely4-2/+37
2018-11-28PR libstdc++/83306 make filesystem_error no-throw copyableJonathan Wakely5-52/+302
2018-11-28Update C++17 library status docsJonathan Wakely5-20/+48
2018-11-27Clean up temporary files created by std::filesystem testsuiteJonathan Wakely3-0/+7
2018-11-27PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely10-21/+224
2018-11-27re PR libstdc++/88199 (memory leak on unordered container move assignment)François Dumont3-112/+169
2018-11-26Only use __float128 in test if availableJonathan Wakely2-0/+7
2018-11-23Implement P0415 More constexpr for std::complex.Edward Smith-Rowland7-154/+524
2018-11-23PR libstdc++/65229 fix pretty printer for std::bitset<0>Martin Sebor3-4/+21
2018-11-23PR libstdc++/87308 adjust regex used in std::any pretty printerJonathan Wakely3-1/+12
2018-11-22Improve relocationMarc Glisse6-9/+45
2018-11-22PR libstdc++/87520 Always pass type-punned type_info referenceJonathan Wakely2-13/+24
2018-11-21re PR c++/87386 (Error message for static_assert show wrong range)Jakub Jelinek8-7/+19
2018-11-21PR libstdc++/88111 Make maximum block size depend on size_t widthJonathan Wakely3-6/+37
2018-11-21PR libstdc++/88113 use size_type consistently instead of size_tJonathan Wakely2-12/+27
2018-11-20Housekeeping for the effective targets of optional's tests.Ville Voutilainen52-51/+106
2018-11-192018-11-19 François Dumont <fdumont@gcc.gnu.org>François Dumont2-33/+44
2018-11-19re PR libstdc++/87855 (std::optional<T> only copy-constructible if T is trivi...Ville Voutilainen4-4/+150
2018-11-19PR libstdc++/88084 - Implement LWG 2777Jonathan Wakely4-3/+125
2018-11-18PR libstdc++/83566 - cyl_bessel_j returns wrong result for x>1000Michele Pezzutti6-11/+192
2018-11-17Implement std::pmr::synchronized_pool_resourceJonathan Wakely13-55/+1387
2018-11-16[Patch][libstdc++.exp] Update the usage of cached result.Renlin Li2-714/+225
2018-11-15Optimize pool resource allocationJonathan Wakely6-11/+230
2018-11-15Fix test that does undefined shifts greater than width of size_tJonathan Wakely2-23/+32
2018-11-14Add missing dir to create_testsuite_files scriptJonathan Wakely3-0/+10
2018-11-13Fix error when selecting number of memory poolsJonathan Wakely2-1/+4
2018-11-13Fix unused parameter warnings introduced in earlier patchJonathan Wakely2-1/+5
2018-11-13Remove redundant loop in unsynchronized_pool_resource codeJonathan Wakely2-26/+16
2018-11-13Improve handling of pool_options::largest_required_pool_blockJonathan Wakely3-21/+101
2018-11-13Fix incorrect assertion when deallocating big blockJonathan Wakely3-14/+133
2018-11-13Fix overflows in std::pmr::unsynchonized_pool_resourceJonathan Wakely3-15/+150
2018-11-12Implement P0722R3, destroying operator delete.Jason Merrill2-0/+16
2018-11-12PR libstdc++/87963 fix build for 64-bit mingwJonathan Wakely2-9/+14
2018-11-11Fix copypasto in las ChangeLog.Hans-Peter Nilsson1-1/+1
2018-11-11re PR libstdc++/54005 (Use __atomic_always_lock_free in libstdc++ is_lock_fre...Hans-Peter Nilsson3-4/+12
2018-11-11Implement P0318R1 unwrap_ref_decay and unwrap_referenceJonathan Wakely4-0/+129
2018-11-11Implement P1007R3 std::assume_alignedJonathan Wakely5-0/+122
2018-11-09PR libstdc++/87787 fix UBsan error in std::vectorJonathan Wakely2-1/+8
2018-11-09Fix whitespace in ChangeLogJonathan Wakely1-1/+1
2018-11-07iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.Hafiz Abid Qadeer2-4/+8
2018-11-07Fix linker script to use [jmy] to match size_t parametersJonathan Wakely2-2/+6
2018-11-06Implement std::pmr::unsynchronized_pool_resourceJonathan Wakely10-5/+1285
2018-11-06re PR libstdc++/87872 (debug list::splice should not call _M_transfer_from_if...John Bytheway2-0/+9
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers17-3761/+4963
2018-10-31More testing for std::pair layout changeJonathan Wakely2-0/+19
2018-10-31PR libstdc++/87822 fix layout change for nested std::pairJonathan Wakely3-2/+56
2018-10-30Implement P0892R2, explicit(bool).Marek Polacek4-40/+47