aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-06-08Test for C++20 p0858 - ConstexprIterator requirements.Edward Smith-Rowland3-0/+91
2019-06-07Synchronize libstdc++ PSTL with upstream LLVM PSTLThomas Rodgers68-888/+967
2019-06-07Fix test that gets skipped as unsupportedJonathan Wakely2-1/+4
2019-06-07PR libstdc++/90770 fix missing src/debug/MakefileJonathan Wakely4-3/+10
2019-06-06Avoid unnecessary inclusion of <stdexcept> headerJonathan Wakely7-3/+17
2019-06-06Fix more failing tests for C++98 modeJonathan Wakely14-1/+39
2019-06-06Fix more tests that fail in C++2a modeJonathan Wakely3-2/+8
2019-06-06Fix tests that fail in C++2a modeJonathan Wakely33-180/+113
2019-06-06Remove redundant static assertions in [meta.unary.prop] traitsJonathan Wakely7-28/+88
2019-06-06Fix tests that fail with -std=gnu++98 or -std=gnu++11Jonathan Wakely8-13/+41
2019-06-06Refactor SFINAE constraints on std::tuple constructorsJonathan Wakely4-518/+492
2019-06-03Fix uses of static_assert not guarded by C++11 checkJonathan Wakely3-0/+9
2019-06-03Rename variables and cleanup comments.François Dumont3-155/+168
2019-06-03Corrections for C++2a library status tableJonathan Wakely3-4/+23
2019-06-03PR libstdc++/90686 update C++2a library status docsJonathan Wakely5-8/+268
2019-06-03Enforce allocator::value_type consistency for containers in C++2aJonathan Wakely23-9/+402
2019-05-31* doc/xml/manual/allocator.xml: Move hoard.org back to http.Gerald Pfeifer2-1/+5
2019-05-31Add noexcept to tuple<> and simplify tuple<T1,T2> noexcept-specifiersJonathan Wakely2-12/+23
2019-05-31Fix breakage due to removing __gnu_cxx::size_t declarationJonathan Wakely2-0/+4
2019-05-31PR libstdc++/90682 allow set_terminate(0) and set_unexpected(0)Jonathan Wakely6-15/+171
2019-05-31Remove using-declarations that add std names to __gnu_cxxJonathan Wakely15-405/+413
2019-05-31PR libstdc++/71579 assert that type traits are not misused with incomplete typesAntony Polukhin17-81/+614
2019-05-31Fix random_device to work with COW strings againJonathan Wakely7-58/+86
2019-05-30LWG2788 basic_string spurious use of a default constructible allocatorNina Dinka Ranns4-1/+182
2019-05-30Update libstdc++ documentation for Support and Diagnostics clausesJonathan Wakely10-178/+440
2019-05-30Update C++20 status tableJonathan Wakely3-5/+8
2019-05-30Update documentation of implementation-defined library featuresJonathan Wakely4-31/+60
2019-05-29PR libstdc++/85494 fix failing testJonathan Wakely2-8/+64
2019-05-29PR libstdc++/88881 fix filesystem::symlink_status for WindowsJonathan Wakely5-14/+97
2019-05-29Optimize filesystem::path::parent_path()Jonathan Wakely2-5/+6
2019-05-29Avoid -Wunused-parameter warnings from testsuite utilityJonathan Wakely2-6/+5
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely12-95/+490
2019-05-28PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely5-4/+215
2019-05-28Fix C++14-only code in testsuite utilityJonathan Wakely2-2/+7
2019-05-26appendix_contributing.xml: Update pointer to C++ standard at ansi.org.Gerald Pfeifer2-1/+6
2019-05-24Fix std::midpoint(T*, T*) for reversed argumentsJonathan Wakely3-2/+6
2019-05-24Fix broken shared_ptr testJonathan Wakely3-11/+16
2019-05-23Fix testsuite bugsJonathan Wakely4-26/+69
2019-05-23LWG 2996 add rvalue overloads for shared_ptr aliasing and castingJonathan Wakely11-29/+416
2019-05-23LWG 2921 remove packaged_task constructors taking allocatorsJonathan Wakely8-26/+61
2019-05-23From what I understand of the libstdc++/83237 thread atHans-Peter Nilsson2-0/+9
2019-05-23Add missing feature test macro to C++17 status tableJonathan Wakely4-5/+9
2019-05-23Make any_cast compare typeinfo as well as function pointersJonathan Wakely3-7/+24
2019-05-23PR libstdc++/90220 fix experimental::any_cast for non-object typesJonathan Wakely3-8/+96
2019-05-22PR libstdc++/90557 fix path assignment that alters sourceJonathan Wakely4-4/+33
2019-05-22PR libstdc++/77691 fix resource_adaptor failures due to max_align_t bugsJonathan Wakely4-43/+94
2019-05-21LWG 3062 - Unnecessary decay_t in is_execution_policy_vThomas Rodgers2-0/+12
2019-05-21PR libstdc++/90252 fix effective-target check for TBBJonathan Wakely2-28/+32
2019-05-21Fix names of _Lock_policy constants in libstdc++ manualJonathan Wakely2-3/+7
2019-05-21tbb-backend effective target should check ability to link TBBThomas Rodgers2-2/+14