aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-06-24Fix std::midpoint for denormal valuesJonathan Wakely5-17/+52
2019-06-24Define C11 macros such as FLT_DECIMAL_DIG for C++17Jonathan Wakely2-0/+41
2019-06-20Skip libstdc++ debug build in early bootstrap stagesJonathan Wakely3-3/+31
2019-06-20Qualify calls to __never_valueless in <variant>Jonathan Wakely2-3/+6
2019-06-20Fix outdated reference to C++17 draft in the docsJonathan Wakely2-2/+5
2019-06-20Improve tests for std::vector<bool> printerJonathan Wakely3-2/+10
2019-06-19Fix non-standard behaviour of std::istream_iteratorJonathan Wakely6-25/+207
2019-06-19Have std::vector printer's iterator return bool for vector<bool>Michael Weghorn4-7/+34
2019-06-19PR libstdc++/90920 restore previous checks for empty rangesJonathan Wakely3-5/+68
2019-06-19Fix value category bugs in std::reduceJonathan Wakely3-2/+79
2019-06-19Implement new serial algorithms from Parallelism TS (P0024R2)Jonathan Wakely13-9/+1159
2019-06-18Avoid undefined behaviour in std::byte operators (LWG 2950)Jonathan Wakely2-46/+33
2019-06-17Fix AIX test failure due to replacement operator deleteJonathan Wakely2-1/+17
2019-06-17Add 'noexcept' to std::lerpJonathan Wakely2-4/+6
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely14-167/+737
2019-06-17Simplify node ownership in _Hashtable membersFrançois Dumont3-170/+190
2019-06-17Fix tests that fail without PCHJonathan Wakely10-1/+27
2019-06-14Disable -Wctor-dtor-privacy warnings for some standard typesJonathan Wakely3-1/+17
2019-06-14Add __cpp_lib_bind_front macro to <version> headerJonathan Wakely2-0/+5
2019-06-12Fix incorrect __cpp_lib_parallel_algorithm macro definitionsJonathan Wakely5-3/+58
2019-06-12Improve static_assert messages for std::variantJonathan Wakely2-17/+22
2019-06-12Simplify std::scoped_lock destructorJonathan Wakely2-5/+4
2019-06-12Replace std::to_string for integers with optimized versionJonathan Wakely9-75/+365
2019-06-11Fix ConstexprIterator requirements tests - No constexpr algorithms!Edward Smith-Rowland3-2/+18
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