summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.Hafiz Abid Qadeer2018-11-072-4/+8
* Fix linker script to use [jmy] to match size_t parametersJonathan Wakely2018-11-072-2/+6
* Implement std::pmr::unsynchronized_pool_resourceJonathan Wakely2018-11-0610-5/+1285
* re PR libstdc++/87872 (debug list::splice should not call _M_transfer_from_if...John Bytheway2018-11-062-0/+9
* Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers2018-10-3117-3761/+4963
* More testing for std::pair layout changeJonathan Wakely2018-10-312-0/+19
* PR libstdc++/87822 fix layout change for nested std::pairJonathan Wakely2018-10-313-2/+56
* Implement P0892R2, explicit(bool).Marek Polacek2018-10-304-40/+47
* PR libstdc++/87809 avoid invalid expressions in exception specificationsJonathan Wakely2018-10-309-5/+188
* PR libstdc++/87784 fix dynamic_bitset::push_backJonathan Wakely2018-10-303-3/+89
* C++: simplify output from suggest_alternatives_forDavid Malcolm2018-10-293-4/+6
* 48101_neg.cc: Remove dg-prune-output 'std' from regex pattern for versioned n...François Dumont2018-10-284-3/+10
* PR libstdc++/87749 fix (and optimize) string move constructionJonathan Wakely2018-10-256-6/+258
* Relocation (= move+destroy)Marc Glisse2018-10-2510-40/+213
* 2018-10-24 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-10-244-381/+502
* cstddef: Add versioned namespace.François Dumont2018-10-242-0/+6
* PR libstdc++/87704 fix unique_ptr(nullptr_t) constructorsJonathan Wakely2018-10-233-4/+48
* testsuite_containers.h (forward_members_unordered<>::forward_members_unordere...François Dumont2018-10-203-4/+21
* Skip tests for GNU extensions when testing with strict modeJonathan Wakely2018-10-1915-8/+66
* Fix testsuite failures due to extra errors in strict dialectsJonathan Wakely2018-10-199-0/+18
* Conditionally disable tests of non-standard extensionsJonathan Wakely2018-10-1912-6/+58
* Fix tests that use allocators with incorrect value typesJonathan Wakely2018-10-1927-68/+111
* Disable tests that only pass for GNU dialectsJonathan Wakely2018-10-1913-0/+26
* Remove duplicate testsJonathan Wakely2018-10-196-148/+12
* Fix compilation error with _GLIBCXX_PARALLELJonathan Wakely2018-10-194-5/+30
* Fix testsuite failures in Debug ModeJonathan Wakely2018-10-195-0/+16
* Fix tests that fail when built with different optionsJonathan Wakely2018-10-183-0/+8
* PR libstdc++/87642 handle multibyte thousands separators from libcJonathan Wakely2018-10-183-4/+76
* PR libstdc++/87641 correctly initialize accumulator in valarray::sum()Jonathan Wakely2018-10-184-22/+103
* revert: [multiple changes]François Dumont2018-10-183-22/+41
* re PR libstdc++/87619 (sizeof(std::variant) can be reduced if its variant_siz...Ville Voutilainen2018-10-173-1/+60
* Fix regression in std::random_device default constructorJonathan Wakely2018-10-162-1/+4
* Rename namespace alias in test to avoid name collisionJonathan Wakely2018-10-162-12/+16
* Fix versioned namespace macros for Networking TSJonathan Wakely2018-10-169-38/+28
* Use autoconf to check for features needed by Networking TSJonathan Wakely2018-10-168-36/+290
* Use effective target in Networking TS testsJonathan Wakely2018-10-1619-19/+42
* Add missing returnJonathan Wakely2018-10-162-4/+7
* Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely2018-10-168-29/+60
* Introduce dg-add-options net_tsRainer Orth2018-10-169-0/+30
* Fix tests that fail when compiled without optimisationJonathan Wakely2018-10-164-1/+11
* PR libstdc++/87618 fix typos in linker scriptJonathan Wakely2018-10-164-4/+30
* Adjust test to pass with latest glibcJonathan Wakely2018-10-152-2/+7
* PR libstdc++/87587 prevent -Wabi warningsJonathan Wakely2018-10-152-0/+12
* vector (vector<>::cbegin()): Use C++11 direct initialization.François Dumont2018-10-152-10/+26
* Initial commit of Networking TS implementationJonathan Wakely2018-10-1230-0/+10668
* PR libstdc++/77691 increase allocation size to at least alignmentJonathan Wakely2018-10-123-5/+23
* 2018-10-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-10-112-20/+37
* 2018-10-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-10-112-33/+44
* PR libstdc++/80538 Only call sleep for non-zero valuesJonathan Wakely2018-10-113-12/+48
* Make ext allocators support heterogeneous equality comparisonJonathan Wakely2018-10-119-40/+181