aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-02-21PR libstdc++/89416 fix __is_move_insertable traitJonathan Wakely4-24/+78
2019-02-20re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...Jakub Jelinek2-1/+7
2019-02-19Adjust C++11/C++14 tests to work with -fchar8_tJonathan Wakely16-36/+119
2019-02-19P0482R5 char8_t: New standard library testsTom Honermann21-0/+1165
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann36-61/+1094
2019-02-18Fix libstdc++ filesystem testsWilco Dijkstra4-5/+11
2019-02-14Update libstdc++ documentation for C++2a implementation statusJonathan Wakely3-4/+6
2019-02-14Update libstdc++ documentation for implementation statusJonathan Wakely4-7/+59
2019-02-14DR 2586 fix value category in uses-allocator checksJonathan Wakely8-7/+76
2019-02-14Add std::timespec and std::timespec_get for C++17Jonathan Wakely6-0/+72
2019-02-14LWG 2537 fix priority_queue constructors to establish invariantJonathan Wakely4-2/+71
2019-02-14Enforce LWG DR 2566 requirement for container adaptorsJonathan Wakely4-9/+45
2019-02-14PR middle-end/89303 add testcase for std::enable_shared_from_thisJonathan Wakely2-0/+42
2019-02-14Document LWG 2735 status and add testJonathan Wakely4-0/+66
2019-02-13PR libstdc++/89345 Only define std::destroying_delete for C++2aJonathan Wakely4-7/+78
2019-02-11PR libstdc++/89023 fix test that fails when <omp.h> not availableJonathan Wakely4-3/+64
2019-02-09Add noexcept to filesystem::path query functionsJonathan Wakely3-21/+35
2019-02-06PR libstdc++/89102 fix common_type<> and common_type<T> specializationsJonathan Wakely5-2/+33
2019-02-05PR libstdc++/89128 add deduction guides for container adaptorsJonathan Wakely6-0/+355
2019-02-05PR libstdc++/89194 untangle is_convertible and is_nothrow_convertibleJonathan Wakely2-19/+33
2019-02-05Restore previous behaviour of testJonathan Wakely2-3/+15
2019-02-05PR libstdc++/89130 restore support for non-MoveConstructible typesJonathan Wakely5-23/+146
2019-02-05PR libstdc++/89090 avoid C++17 features in C++11/C++14 codeJonathan Wakely3-8/+16
2019-02-05Rename __is_trivially_relocatable to __is_bitwise_relocatable.Marc Glisse3-4/+15
2019-01-30PR libstdc++/89117 fix path::replace_extension("") caseJonathan Wakely3-7/+26
2019-01-30* doc/xml/manual/status_cxx2020.xml: Update P0600 entry.Ulrich Drepper2-2/+5
2019-01-29Fix tests for complex overloads of std::arg and std::projJonathan Wakely2-2/+5
2019-01-29Add missing exports for symbols used by directory iteratorsJonathan Wakely2-0/+9
2019-01-29Avoid ambiguity between C++2a std::erase_if and LFTS versionJonathan Wakely5-6/+18
2019-01-29Fix tests that fail in C++2a modeJonathan Wakely10-7/+22
2019-01-29Ensure pool resources always use normal mode vectorJonathan Wakely3-1/+15
2019-01-28PR libstdc++/68737 Do not use vsnprintf on HPUXJonathan Wakely4-2/+16
2019-01-24PR libstdc++/88840 delay evaluation of constant until type is completeJonathan Wakely3-9/+19
2019-01-24Fix failing test due to inconsistent strcmp resultsJonathan Wakely2-2/+9
2019-01-22PR libstdc++/88740 Print assertion messages to stderrJonathan Wakely2-2/+15
2019-01-21re PR ipa/86590 (Codegen is poor when passing std::string by value with _GLIB...Jakub Jelinek2-0/+20
2019-01-21Fix after P0600.Ulrich Drepper68-89/+187
2019-01-18PR libstdc++/88782 avoid ODR problems in std::make_sharedJonathan Wakely5-34/+91
2019-01-17Fix filesystem::equivalent for mingwJonathan Wakely2-0/+47
2019-01-17PR libstdc++/88884 fix filesystem::absolute("//") for mingwJonathan Wakely2-5/+30
2019-01-17PR libstdc++/88881 adjust filesystem::status and tests for mingw semanticsJonathan Wakely5-6/+95
2019-01-16Fix failing filesystem tests on mingw targetsJonathan Wakely23-31/+202
2019-01-16PR libstdc++/88738 treat shared_ptr and unique_ptr more like plain old pointersUlrich Drepper4-36/+53
2019-01-15Update value of __cpp_lib_shared_ptr_arrays macroJonathan Wakely3-2/+6
2019-01-15Fix more missing or incorrect feature test macrosJonathan Wakely4-1/+22
2019-01-15Fix missing or incorrect feature test macrosJonathan Wakely8-9/+58
2019-01-15* doc/xml/manual/status_cxx2020.xml: Update P1123R0 status.Jonathan Wakely2-2/+5
2019-01-12PR libstdc++/88811 fix typo introduced in r266569Jonathan Wakely3-2/+103
2019-01-11Document C++20 library statusJonathan Wakely8-26/+1411
2019-01-11P0357R3 reference_wrapper for incomplete typesJonathan Wakely3-0/+53