aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-04-30gnu.ver (GLIBCXX_3.4.26): Change _Lock_policyE2 exports to _Lock_policyE[012].Jakub Jelinek3-11/+27
2019-04-30Fix filesystem::path testsJonathan Wakely4-12/+18
2019-04-30* config/abi/post/riscv64-linux-gnu/baseline_symbols.txt: Update.Jakub Jelinek2-0/+12
2019-04-29Adjust doxygen comment for std::generate_nJonathan Wakely2-1/+3
2019-04-29Use _GLIBCXX_NOEXCEPT_IF for std::swapJonathan Wakely2-7/+8
2019-04-29PR libstdc++/71312 Increase alignment of pooled mutexesJonathan Wakely2-1/+6
2019-04-29Add nodiscard to std::vector<bool>::empty()Jonathan Wakely2-1/+4
2019-04-29Remove unused std::_Iter_base class templateJonathan Wakely2-20/+3
2019-04-29PR libstdc++/87982 Fix generate_n and fill_n use of _Size parameterJonathan Wakely9-12/+430
2019-04-28Fix ChangeLog formatJonathan Wakely1-1/+1
2019-04-29Adding noexcept-specification on tuple constructors (LWG 2899)Nina Dinka Ranns3-0/+999
2019-04-27Use __restrict for __relocate_object_aMarc Glisse2-1/+8
2019-04-26x32: Update baseline_symbols.txtH.J. Lu2-0/+438
2019-04-26Remove redundant step in experimental::filesystem::path constructionJonathan Wakely2-1/+5
2019-04-26Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely4-8/+47
2019-04-26Reduce code instantiated by filesystem::path::_S_convert_locJonathan Wakely4-4/+19
2019-04-26Tweak C++2a uses-allocator construction utilitiesJonathan Wakely4-2/+67
2019-04-26baseline_symbols.txt: Update.Jakub Jelinek5-0/+1723
2019-04-26baseline_symbols.txt: Update.Jakub Jelinek8-0/+3039
2019-04-25PR libstdc++/90239 use uses_allocator_construction_args in <scoped_allocator>Jonathan Wakely5-2/+133
2019-04-24Update C++17 library status tablesJonathan Wakely15-64/+108
2019-04-24Make filesystem::path comparison operators hidden friends (LWG 3065)Jonathan Wakely4-34/+43
2019-04-24Use __and_v<...> instead of __and_<...>::valueJonathan Wakely3-7/+10
2019-04-24Finish implementing "Treating Unnecessary decay" (P0777R1)Jonathan Wakely3-6/+12
2019-04-24Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely15-101/+213
2019-04-24PR libstdc++/90220 Fix std::any_cast for array typesJonathan Wakely3-7/+38
2019-04-24PR libstdc++/90220 Fix std::any_cast for function pointersJonathan Wakely3-4/+46
2019-04-24Avoid -Wcatch-value warning in testsuiteJonathan Wakely2-1/+4
2019-04-24Fix whitespace in ChangeLogJonathan Wakely1-2/+1
2019-04-24Implement LWG 2904 for std::variant assignmentJonathan Wakely3-62/+96
2019-04-23Document PSTL linker flagsThomas Rodgers2-0/+16
2019-04-23Implement correct std::variant triviality rules from P0602R4Jonathan Wakely3-13/+23
2019-04-23PR libstdc++/90165 constrain variant(T&&) constructorJonathan Wakely3-27/+64
2019-04-23Corrections for C++2a std::unwrap_reference traitsJonathan Wakely3-2/+11
2019-04-23re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ramana Radhakrishnan2-0/+9
2019-04-23Fix whitespace in ChangeLogJonathan Wakely1-1/+1
2019-04-23Fix std::variant regression caused by never-valueless optimizationJonathan Wakely5-8/+81
2019-04-23Make some std::variant helper functions noexceptJonathan Wakely2-20/+24
2019-04-21libstdc++-v3 Skip tests on Darwin8-10.Iain Sandoe6-0/+14
2019-04-20Delegate PSTL configuration to pstl/pstl_config.hThomas Rodgers2-81/+8
2019-04-20Cleanup algorithm implementationsThomas Rodgers2-7/+17
2019-04-19Improve implementation of parallel equal()Thomas Rodgers3-1/+75
2019-04-17PR c++/90047 - ICE with enable_if alias template.Jason Merrill29-0/+56
2019-04-17PR libstdc++/90105 make forward_list::sort stableJonathan Wakely4-10/+110
2019-04-17Fix condition for std::variant to be copy constructibleJonathan Wakely4-2/+50
2019-04-17Remove unnecessary string literals from static_assert in C++17 testsJonathan Wakely2-125/+128
2019-04-17Fix tests for std::variant to match original intentionJonathan Wakely2-5/+15
2019-04-17Add constexpr to std::optional::value_or(U&&)&&Jonathan Wakely4-5/+77
2019-04-13Uglify identifiers missed in previous commit(s)Thomas Rodgers4-14/+21
2019-04-12Remove spurious empty line from ChangeLogJonathan Wakely1-1/+0