aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-30PR libstdc++/87809 avoid invalid expressions in exception specificationsJonathan Wakely9-5/+188
2018-10-30PR libstdc++/87784 fix dynamic_bitset::push_backJonathan Wakely3-3/+89
2018-10-29C++: simplify output from suggest_alternatives_forDavid Malcolm3-4/+6
2018-10-2848101_neg.cc: Remove dg-prune-output 'std' from regex pattern for versioned n...François Dumont4-3/+10
2018-10-25PR libstdc++/87749 fix (and optimize) string move constructionJonathan Wakely6-6/+258
2018-10-25Relocation (= move+destroy)Marc Glisse10-40/+213
2018-10-242018-10-24 François Dumont <fdumont@gcc.gnu.org>François Dumont4-381/+502
2018-10-24cstddef: Add versioned namespace.François Dumont2-0/+6
2018-10-23PR libstdc++/87704 fix unique_ptr(nullptr_t) constructorsJonathan Wakely3-4/+48
2018-10-20testsuite_containers.h (forward_members_unordered<>::forward_members_unordere...François Dumont3-4/+21
2018-10-19Skip tests for GNU extensions when testing with strict modeJonathan Wakely15-8/+66
2018-10-19Fix testsuite failures due to extra errors in strict dialectsJonathan Wakely9-0/+18
2018-10-19Conditionally disable tests of non-standard extensionsJonathan Wakely12-6/+58
2018-10-19Fix tests that use allocators with incorrect value typesJonathan Wakely27-68/+111
2018-10-19Disable tests that only pass for GNU dialectsJonathan Wakely13-0/+26
2018-10-19Remove duplicate testsJonathan Wakely6-148/+12
2018-10-19Fix compilation error with _GLIBCXX_PARALLELJonathan Wakely4-5/+30
2018-10-19Fix testsuite failures in Debug ModeJonathan Wakely5-0/+16
2018-10-18Fix tests that fail when built with different optionsJonathan Wakely3-0/+8
2018-10-18PR libstdc++/87642 handle multibyte thousands separators from libcJonathan Wakely3-4/+76
2018-10-18PR libstdc++/87641 correctly initialize accumulator in valarray::sum()Jonathan Wakely4-22/+103
2018-10-18revert: [multiple changes]François Dumont3-22/+41
2018-10-17re PR libstdc++/87619 (sizeof(std::variant) can be reduced if its variant_siz...Ville Voutilainen3-1/+60
2018-10-16Fix regression in std::random_device default constructorJonathan Wakely2-1/+4
2018-10-16Rename namespace alias in test to avoid name collisionJonathan Wakely2-12/+16
2018-10-16Fix versioned namespace macros for Networking TSJonathan Wakely9-38/+28
2018-10-16Use autoconf to check for features needed by Networking TSJonathan Wakely8-36/+290
2018-10-16Use effective target in Networking TS testsJonathan Wakely19-19/+42