aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2018-10-25PR libstdc++/87749 fix (and optimize) string move constructionJonathan Wakely
2018-10-25Relocation (= move+destroy)Marc Glisse
2018-10-242018-10-24 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-242018-10-24 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-23PR libstdc++/87704 fix unique_ptr(nullptr_t) constructorsJonathan Wakely
2018-10-202018-10-20 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-19Skip tests for GNU extensions when testing with strict modeJonathan Wakely
2018-10-19Fix testsuite failures due to extra errors in strict dialectsJonathan Wakely
2018-10-19Conditionally disable tests of non-standard extensionsJonathan Wakely
2018-10-19Fix tests that use allocators with incorrect value typesJonathan Wakely
2018-10-19Disable tests that only pass for GNU dialectsJonathan Wakely
2018-10-19Remove duplicate testsJonathan Wakely
2018-10-19Fix compilation error with _GLIBCXX_PARALLELJonathan Wakely
2018-10-19Fix testsuite failures in Debug ModeJonathan Wakely
2018-10-18Fix tests that fail when built with different optionsJonathan Wakely
2018-10-18PR libstdc++/87642 handle multibyte thousands separators from libcJonathan Wakely
2018-10-18PR libstdc++/87641 correctly initialize accumulator in valarray::sum()Jonathan Wakely
2018-10-182018-10-18 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-17PR libstdc++/87619Ville Voutilainen
2018-10-16Fix regression in std::random_device default constructorJonathan Wakely
2018-10-16Rename namespace alias in test to avoid name collisionJonathan Wakely
2018-10-16Fix versioned namespace macros for Networking TSJonathan Wakely
2018-10-16Use autoconf to check for features needed by Networking TSJonathan Wakely
2018-10-16Use effective target in Networking TS testsJonathan Wakely
2018-10-16Add missing returnJonathan Wakely
2018-10-16Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely
2018-10-16Introduce dg-add-options net_tsRainer Orth
2018-10-16Fix tests that fail when compiled without optimisationJonathan Wakely
2018-10-16PR libstdc++/87618 fix typos in linker scriptJonathan Wakely
2018-10-15Adjust test to pass with latest glibcJonathan Wakely
2018-10-15PR libstdc++/87587 prevent -Wabi warningsJonathan Wakely
2018-10-152018-10-15 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-12Initial commit of Networking TS implementationJonathan Wakely
2018-10-11PR libstdc++/77691 increase allocation size to at least alignmentJonathan Wakely
2018-10-112018-10-11 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-112018-10-11 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-11PR libstdc++/80538 Only call sleep for non-zero valuesJonathan Wakely
2018-10-11Make ext allocators support heterogeneous equality comparisonJonathan Wakely
2018-10-10PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)Jonathan Wakely
2018-10-092018-10-09 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-09Define std::string and related typedefs outside __cxx11 namespaceJonathan Wakely
2018-10-08PR libstdc++/87538 Verify fix for std::experimental::not_fnJonathan Wakely
2018-10-08PR libstdc++/87538 fix std::not_fn exception specificationsJonathan Wakely
2018-10-082018-10-08 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-052018-10-05 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-03PR libstdc++/59439 optimize uses of classic ("C") std::localeJonathan Wakely
2018-10-032018-10-03 François Dumont <fdumont@gcc.gnu.org>François Dumont
2018-10-02vector<bool> _M_start and 0 offsetMarc Glisse
2018-10-02Avoid redundant runtime checks in std::visitJonathan Wakely
2018-10-02Use -fno-show-column in libstdc++ installed testing.Joseph Myers