summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/25_algorithms
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Add missing move in ranges::copyJonathan Wakely2022-11-031-0/+24
* libstdc++: Disable test for freestandingJonathan Wakely2022-10-041-0/+2
* libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović2022-10-0318-0/+34
* libstdc++: Make some tests work on freestanding [PR103626]Arsen Arsenović2022-10-031-0/+1
* libstdc++: Fix regression in std::stable_sortJonathan Wakely2022-08-241-0/+51
* libstdc++: Avoid double-deref of __first in ranges::minmax [PR104858]Patrick Palka2022-04-151-0/+30
* libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely2022-03-1842-0/+42
* libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely2022-01-1450-65/+116
* Update copyright years.Jakub Jelinek2022-01-03724-724/+724
* libstdc++: Remove redundant xfail selectors in dg-do compile testsJonathan Wakely2021-11-2610-10/+10
* libstdc++: Do not use memset in constexpr calls to ranges::fill_n [PR101608]Jonathan Wakely2021-11-251-2/+4
* libstdc++: Replace hyphens in effective target keywordsJonathan Wakely2021-11-2450-50/+50
* libstdc++: Missing constexpr for __gnu_debug::__valid_range etcJonathan Wakely2021-11-011-0/+11
* libstdc++: missing constexpr for __[nm]iter_base [PR102358]Patrick Palka2021-10-211-0/+19
* libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely2021-10-092-6/+2
* libstdc++: Add missing header to testJonathan Wakely2021-10-011-0/+1
* libstdc++: Improve types used as iterators in testsuiteJonathan Wakely2021-09-282-9/+18
* libstdc++: Fix dg-prune-output assertion messageFrançois Dumont2021-08-089-9/+9
* libstdc++: Remove trailing whitespace in some testsJonathan Wakely2021-08-033-110/+110
* libstdc++: Deprecate std::random_shuffle for C++14Jonathan Wakely2021-08-036-0/+14
* libstdc++: Add missing std::move to ranges::copy/move/reverse_copy [PR101599]Patrick Palka2021-08-022-0/+26
* libstdc++: Reduce ranges::minmax/minmax_element comparison complexityPatrick Palka2021-06-182-0/+69
* libstdc++: Qualify functions used in testsJonathan Wakely2021-05-244-7/+7
* libstdc++: Fix some problems in PSTL testsJonathan Wakely2021-05-122-5/+5
* libstdc++: Fix tests that fail in C++98 modeJonathan Wakely2021-05-111-1/+2
* libstdc++: Remove redundant -std=gnu++17 option from algorithm testsJonathan Wakely2021-05-1012-12/+0
* libstdc++: Remove redundant -std=gnu++17 options from PSTL testsJonathan Wakely2021-05-1050-50/+45
* libstdc++: Improve static assert messagesJonathan Wakely2021-05-062-2/+2
* libstdc++ Fix undefined behaviour in testsuiteJonathan Wakely2021-05-043-3/+3
* libstdc++: [_GLIBCXX_DEBUG] Fix management of __dp_sign_max_size [PR 99402]François Dumont2021-04-091-0/+35
* Update copyright years.Jakub Jelinek2021-01-04723-723/+723
* libstdc++: Increase timeout for tests in debug modeJonathan Wakely2020-12-151-0/+2
* libstdc++: Fix _GLIBCXX_DEBUG mode constexpr compatibilityFrançois Dumont2020-12-125-0/+206
* libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely2020-11-3045-0/+45
* libstdc++: Limit memory allocation in stable_sort/inplace_merge (PR 83938)François Dumont2020-11-201-2/+35
* libstdc++: Fix ranges::search_n for random access iterators [PR97828]Patrick Palka2020-11-171-0/+58
* libstdc++: Make _GLIBCXX_DEBUG checks constexpr compatibleFrançois Dumont2020-11-0910-0/+437
* c++: Implement -Wvexing-parse [PR25814]Marek Polacek2020-11-051-1/+1
* libstdc++: Avoid warnings in testsJonathan Wakely2020-10-293-5/+6
* libstdc++: Improve tests for constexpr algorithmsJonathan Wakely2020-10-2933-54/+83
* libstdc++: Fix memory issue in ranges::lexicographical_compare testcasePatrick Palka2020-10-291-1/+1
* libstdc++: Fix division by zero in std::samplePatrick Palka2020-09-211-0/+50
* libstdc++: Mark some more algorithms constexpr for C++20Patrick Palka2020-09-212-0/+16
* libstdc++: Skip PSTL tests when installed TBB is too old [PR 96718]Jonathan Wakely2020-08-214-0/+4
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-315-3/+5
* libstdc++: Fix some ranges algos optimizations [PR95578]Patrick Palka2020-06-106-0/+408
* libstdc++: Extend memcmp optimization in std::lexicographical_compareFrançois Dumont2020-06-102-10/+336
* libstdc++: Specialize copy/copy_n for istreambuf_iterator and deque iteratorsFrançois Dumont2020-06-045-0/+234
* libstdc++: Make std::copy_n work with negative and non-integral sizesJonathan Wakely2020-06-041-0/+97
* libstdc++: Fix function that can't be constexpr in C++11 (PR 95289)Jonathan Wakely2020-05-231-0/+31