summaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2019-04-24Update C++17 library status tablesJonathan Wakely
2019-04-24Make filesystem::path comparison operators hidden friends (LWG 3065)Jonathan Wakely
2019-04-24Use __and_v<...> instead of __and_<...>::valueJonathan Wakely
2019-04-24Finish implementing "Treating Unnecessary decay" (P0777R1)Jonathan Wakely
2019-04-24Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely
2019-04-24PR libstdc++/90220 Fix std::any_cast for array typesJonathan Wakely
2019-04-24PR libstdc++/90220 Fix std::any_cast for function pointersJonathan Wakely
2019-04-24Avoid -Wcatch-value warning in testsuiteJonathan Wakely
2019-04-24Fix whitespace in ChangeLogJonathan Wakely
2019-04-24Implement LWG 2904 for std::variant assignmentJonathan Wakely
2019-04-23Document PSTL linker flagsThomas Rodgers
2019-04-23Implement correct std::variant triviality rules from P0602R4Jonathan Wakely
2019-04-23PR libstdc++/90165 constrain variant(T&&) constructorJonathan Wakely
2019-04-23Corrections for C++2a std::unwrap_reference traitsJonathan Wakely
2019-04-23re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ramana Radhakrishnan
2019-04-23Fix whitespace in ChangeLogJonathan Wakely
2019-04-23Fix std::variant regression caused by never-valueless optimizationJonathan Wakely
2019-04-23Make some std::variant helper functions noexceptJonathan Wakely
2019-04-21libstdc++-v3 Skip tests on Darwin8-10.Iain Sandoe
2019-04-20Delegate PSTL configuration to pstl/pstl_config.hThomas Rodgers
2019-04-20Cleanup algorithm implementationsThomas Rodgers
2019-04-19Improve implementation of parallel equal()Thomas Rodgers
2019-04-17PR c++/90047 - ICE with enable_if alias template.Jason Merrill
2019-04-17PR libstdc++/90105 make forward_list::sort stableJonathan Wakely
2019-04-17Fix condition for std::variant to be copy constructibleJonathan Wakely
2019-04-17Remove unnecessary string literals from static_assert in C++17 testsJonathan Wakely
2019-04-17Fix tests for std::variant to match original intentionJonathan Wakely
2019-04-17Add constexpr to std::optional::value_or(U&&)&&Jonathan Wakely
2019-04-13Uglify identifiers missed in previous commit(s)Thomas Rodgers
2019-04-12Remove spurious empty line from ChangeLogJonathan Wakely
2019-04-11Replace direct PSTL uses of assert() with a macroThomas Rodgers
2019-04-11PR libstdc++/90046 fix build failure on epiphany-elfJonathan Wakely
2019-04-10Update documentation regarding bogus memory leaks in libstdc++Jonathan Wakely
2019-04-10Fix typo in effective-target checkJonathan Wakely
2019-04-10PR libstdc++/89851 Add testcase for std::variant equalityJonathan Wakely
2019-04-09Add comments and style fixes to <variant>Jonathan Wakely
2019-04-09Fix std::visit to support arbitrary callablesJonathan Wakely
2019-04-09PR libstdc++/90008 remove unused capture from variant rel opsJonathan Wakely
2019-04-09Add PSTL internal namespace qualificationsThomas Rodgers
2019-04-08Fix visit<R> for variant.Ville Voutilainen
2019-04-08[testsuite,libstdc++-v3] Fix 27_io/filesystem/iterators/caching.ccChristophe Lyon
2019-04-05Implement std::visit<R> for C++2a (P0655R1)Jonathan Wakely
2019-04-05Use hidden friends for directory iterator comparisonsJonathan Wakely
2019-04-05PR libstdc++/89986 export directory_iterator::incrementJonathan Wakely
2019-04-05Share all recursive_directory_iterator state [LWG 2708]Jonathan Wakely
2019-04-05Fix directory_iterator handling of DT_UNKNOWNJonathan Wakely
2019-04-05Make filesystem::path safe for self assignmentJonathan Wakely
2019-04-05PR libstdc++/87431 re-adjust never-valueless optimizationsJonathan Wakely
2019-04-03Fix previous ChangeLog entryJonathan Wakely
2019-04-03PR libstdc++/85184 remove debug assertions from std::variantJonathan Wakely