summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/25_algorithms
AgeCommit message (Expand)Author
2022-04-15libstdc++: Avoid double-deref of __first in ranges::minmax [PR104858]Patrick Palka
2022-03-18libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-26libstdc++: Remove redundant xfail selectors in dg-do compile testsJonathan Wakely
2021-11-25libstdc++: Do not use memset in constexpr calls to ranges::fill_n [PR101608]Jonathan Wakely
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely
2021-11-01libstdc++: Missing constexpr for __gnu_debug::__valid_range etcJonathan Wakely
2021-10-21libstdc++: missing constexpr for __[nm]iter_base [PR102358]Patrick Palka
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely
2021-10-01libstdc++: Add missing header to testJonathan Wakely
2021-09-28libstdc++: Improve types used as iterators in testsuiteJonathan Wakely
2021-08-08libstdc++: Fix dg-prune-output assertion messageFrançois Dumont
2021-08-03libstdc++: Remove trailing whitespace in some testsJonathan Wakely
2021-08-03libstdc++: Deprecate std::random_shuffle for C++14Jonathan Wakely
2021-08-02libstdc++: Add missing std::move to ranges::copy/move/reverse_copy [PR101599]Patrick Palka
2021-06-18libstdc++: Reduce ranges::minmax/minmax_element comparison complexityPatrick Palka
2021-05-24libstdc++: Qualify functions used in testsJonathan Wakely
2021-05-12libstdc++: Fix some problems in PSTL testsJonathan Wakely
2021-05-11libstdc++: Fix tests that fail in C++98 modeJonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from algorithm testsJonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 options from PSTL testsJonathan Wakely
2021-05-06libstdc++: Improve static assert messagesJonathan Wakely
2021-05-04libstdc++ Fix undefined behaviour in testsuiteJonathan Wakely
2021-04-09libstdc++: [_GLIBCXX_DEBUG] Fix management of __dp_sign_max_size [PR 99402]François Dumont
2021-01-04Update copyright years.Jakub Jelinek
2020-12-15libstdc++: Increase timeout for tests in debug modeJonathan Wakely
2020-12-12libstdc++: Fix _GLIBCXX_DEBUG mode constexpr compatibilityFrançois Dumont
2020-11-30libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely
2020-11-20libstdc++: Limit memory allocation in stable_sort/inplace_merge (PR 83938)François Dumont
2020-11-17libstdc++: Fix ranges::search_n for random access iterators [PR97828]Patrick Palka
2020-11-09libstdc++: Make _GLIBCXX_DEBUG checks constexpr compatibleFrançois Dumont
2020-11-05c++: Implement -Wvexing-parse [PR25814]Marek Polacek
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely
2020-10-29libstdc++: Improve tests for constexpr algorithmsJonathan Wakely
2020-10-29libstdc++: Fix memory issue in ranges::lexicographical_compare testcasePatrick Palka
2020-09-21libstdc++: Fix division by zero in std::samplePatrick Palka
2020-09-21libstdc++: Mark some more algorithms constexpr for C++20Patrick Palka
2020-08-21libstdc++: Skip PSTL tests when installed TBB is too old [PR 96718]Jonathan Wakely
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely
2020-06-10libstdc++: Fix some ranges algos optimizations [PR95578]Patrick Palka
2020-06-10libstdc++: Extend memcmp optimization in std::lexicographical_compareFrançois Dumont
2020-06-04libstdc++: Specialize copy/copy_n for istreambuf_iterator and deque iteratorsFrançois Dumont
2020-06-04libstdc++: Make std::copy_n work with negative and non-integral sizesJonathan Wakely
2020-05-23libstdc++: Fix function that can't be constexpr in C++11 (PR 95289)Jonathan Wakely
2020-05-06libstdc++ std::fill overload for std::vector<bool>::iteratorFrançois Dumont
2020-05-03libstdc++: Make byte-sized std::fill_n a constant expression (PR 94933)Jonathan Wakely
2020-04-22libstdc++: Define __cpp_lib_execution feature test macroJonathan Wakely
2020-03-03libstdc++: Fix incorrect use of memset in ranges::fill_n (PR 94017)Patrick Palka
2020-03-03libstdc++: Workaround is_trivially_copyable<volatile T> (PR 94013)Jonathan Wakely