aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2019-08-12Update ChangeLog and version files for releasegcc_9_2_0_releaseJakub Jelinek
2019-07-31Use standard <float.h> macros in testJonathan Wakely
2019-07-31Define C11 macros such as FLT_DECIMAL_DIG for C++17Jonathan Wakely
2019-07-31Qualify call to prevent ADLJonathan Wakely
2019-07-31PR libstdc++/91308 fix constraints on unique_ptr assignmentJonathan Wakely
2019-07-31PR libstdc++/51333 Define recursive_init_error constructor non-inlineJonathan Wakely
2019-07-26Define __cpp_lib_endian feature test macroJonathan Wakely
2019-07-26Relocate std::endian from <type_traits> to <bit>Jonathan Wakely
2019-07-26Adjust std::rotl, std::rotr etc to match final P0553R4 proposalJonathan Wakely
2019-07-26Change std::ceil2 to be undefined if the result can't be representedJonathan Wakely
2019-07-26Remove std::byte overloads from <bit>Jonathan Wakely
2019-07-26Add parens around constraint in <memory>.Jonathan Wakely
2019-07-26Fix preprocessor checks for Clang builtinsJonathan Wakely
2019-07-26Add missing feature test macro to C++17 status tableJonathan Wakely
2019-07-26Fix outdated reference to C++17 draft in the docsJonathan Wakely
2019-07-26Fix std::midpoint for denormal valuesJonathan Wakely
2019-07-03PR libstdc++/91067 fix missing exports for filesystem iteratorsJonathan Wakely
2019-07-03Fix preprocessor checks for Clang builtinsJonathan Wakely
2019-06-27PR libstdc++/85494 use rand_s in std::random_deviceJonathan Wakely
2019-06-27PR libstdc++/91012 fixfilesystem_error::what() stringJonathan Wakely
2019-06-21PR libstdc++/90920 restore previous checks for empty rangesJonathan Wakely
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely
2019-06-14Reduce code instantiated by filesystem::path::_S_convert_locJonathan Wakely
2019-06-14Remove redundant step in experimental::filesystem::path constructionJonathan Wakely
2019-06-14PR libstdc++/88881 fix filesystem::symlink_status for WindowsJonathan Wakely
2019-06-14Optimize filesystem::path::parent_path()Jonathan Wakely
2019-06-14Fix incorrect DR numbers in libstdc++ manualJonathan Wakely
2019-06-14Add __cpp_lib_bind_front macro to <version> headerJonathan Wakely
2019-06-14Fix incorrect __cpp_lib_parallel_algorithm macro definitionsJonathan Wakely
2019-06-14PR libstdc++/90770 fix missing src/debug/MakefileJonathan Wakely
2019-06-14PR libstdc++/90252 Check TBB version and ability to link with -ltbbJonathan Wakely
2019-06-14Use tabs to indent in ChangeLogJonathan Wakely
2019-06-14Fix names of _Lock_policy constants in libstdc++ manualJonathan Wakely
2019-06-112019-06-11 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2019-06-092019-06-09 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2019-06-05 Backported from mainlineJakub Jelinek
2019-06-03PR libstdc++/90700 Fix constructor constraint for std::tupleJonathan Wakely
2019-06-03PR libstdc++/90686 update C++2a library status docsJonathan Wakely
2019-06-03Implement missing piece of P0777R1 for std::make_from_tupleJonathan Wakely
2019-05-30Backport libstdc++ documentation updates from mainlineJonathan Wakely
2019-05-28PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely
2019-05-28Fix C++14-only code in testsuite utilityJonathan Wakely
2019-05-24Fix std::midpoint(T*, T*) for reversed argumentsJonathan Wakely
2019-05-24Fix uses of non-reserved names for template parametersJonathan Wakely
2019-05-24PR libstdc++/85965 move is_invocable assertions againJonathan Wakely
2019-05-23Make any_cast compare typeinfo as well as function pointersJonathan Wakely
2019-05-23PR libstdc++/90220 fix experimental::any_cast for non-object typesJonathan Wakely
2019-05-22PR libstdc++/90557 fix path assignment that alters sourceJonathan Wakely
2019-05-20PR c++/90532 Ensure __is_constructible(T[]) is falseJonathan Wakely
2019-05-16PR libstdc++/90299 make filesystem::absolute overloads consistentJonathan Wakely