| Commit message (Expand) | Author | Age | Files | Lines |
* | More P0202 constexpr-ifying in <algorithm>. This commit handles replace/repla... | Marshall Clow | 2018-01-19 | 4 | -6/+82 |
* | More P0202 constexpr-ifying in <algorithm>. This commit handles 'transform'. | Marshall Clow | 2018-01-19 | 2 | -3/+48 |
* | Fix most GCC test failures. | Eric Fiselier | 2018-01-18 | 3 | -7/+6 |
* | More constexpr algorithms from P0202. search/search_n | Marshall Clow | 2018-01-16 | 4 | -4/+79 |
* | More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, ... | Marshall Clow | 2018-01-16 | 10 | -22/+155 |
* | Actually CALL the constexpr tests. | Marshall Clow | 2018-01-16 | 2 | -0/+8 |
* | More constexpr (re P0202) - equal and mismatch | Marshall Clow | 2018-01-16 | 4 | -4/+146 |
* | Fix constexpr failure on C++11-based buildbots. | Marshall Clow | 2018-01-15 | 1 | -1/+1 |
* | More constexpr from P0202. count and count_if. Also fix a comment that Morwen... | Marshall Clow | 2018-01-15 | 2 | -4/+33 |
* | Some of the tests from earlier today had 'int' as the return type when it sho... | Marshall Clow | 2018-01-15 | 15 | -15/+15 |
* | More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. | Marshall Clow | 2018-01-15 | 9 | -14/+192 |
* | partition_point gets the P0202 treatment | Marshall Clow | 2018-01-15 | 3 | -4/+21 |
* | More constexpr algorithms from P0202. any_of/all_of/none_of. | Marshall Clow | 2018-01-15 | 3 | -3/+48 |
* | First part of P0202: Adding constexpr modifiers to functions in <algorithm> a... | Marshall Clow | 2018-01-15 | 11 | -8/+173 |
* | Fix misspelled macro name - thanks to andrew@ispras.ru for the catch | Marshall Clow | 2018-01-10 | 1 | -1/+1 |
* | Add the C++17 extensions to std::search. Include the default searcher, but no... | Marshall Clow | 2018-01-08 | 1 | -0/+28 |
* | [libcxx] [test] Fix MSVC warnings, null pointer deref. | Stephan T. Lavavej | 2017-12-13 | 1 | -0/+4 |
* | Fix PR#35948: generate_n does not accept floating point Size arguments. | Marshall Clow | 2017-12-04 | 1 | -5/+18 |
* | Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ... | Billy Robert O'Neal III | 2017-11-21 | 1 | -1/+1 |
* | Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm... | Billy Robert O'Neal III | 2017-11-15 | 2 | -2/+2 |
* | Mark test as unsupported on C++98/03, since it uses move_iterator | Marshall Clow | 2017-10-30 | 1 | -0/+2 |
* | Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaro... | Marshall Clow | 2017-10-30 | 1 | -0/+44 |
* | Fix test for C++03 | Marshall Clow | 2017-08-29 | 1 | -3/+4 |
* | Fix PR31166: std::inplace_merge seems to be unstable. Thanks to Jan Wilken DÃ... | Marshall Clow | 2017-08-28 | 1 | -0/+21 |
* | [libcxx] [test] Change comments to say C++ instead of c++. NFC. | Stephan T. Lavavej | 2017-07-29 | 2 | -2/+2 |
* | [libcxx] [test] Untabify, NFC. | Stephan T. Lavavej | 2017-07-29 | 7 | -47/+47 |
* | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2017-06-20 | 1 | -5/+5 |
* | Add non-parallel version of for_each_n (+tests) from the Parallelism TS | Marshall Clow | 2017-05-25 | 1 | -0/+61 |
* | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2017-05-04 | 4 | -4/+4 |
* | Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm | Eric Fiselier | 2017-04-18 | 15 | -101/+63 |
* | Update the algorithm tests to not use the (deprecated) function binders. No f... | Marshall Clow | 2017-03-23 | 7 | -14/+42 |
* | Use 'REQUIRES: c++98 || c++03 || c++11 || c++14' instead of the deprecated 'R... | Marshall Clow | 2017-03-23 | 2 | -2/+2 |
* | Remove random_shuffle in C++17. Please use shuffle instead. If you have to, ... | Marshall Clow | 2017-03-23 | 2 | -0/+2 |
* | Stop using random_shuffle in the libc++ test suite. It's going to be removed ... | Marshall Clow | 2017-02-07 | 27 | -35/+116 |
* | Enable the -Wsign-compare warning to better support MSVC | Eric Fiselier | 2016-12-11 | 17 | -97/+102 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 3 | -3/+10 |
* | [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 2 | -2/+2 |
* | [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 5 | -7/+7 |
* | [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 1 | -3/+4 |
* | Work around more -Wshadow warnings | Eric Fiselier | 2016-12-03 | 1 | -1/+1 |
* | [libcxx] [test] D27027: Strip trailing whitespace. | Stephan T. Lavavej | 2016-11-23 | 2 | -4/+4 |
* | [libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-11-23 | 1 | -1/+1 |
* | [libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-11-23 | 21 | -29/+29 |
* | [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-11-23 | 4 | -6/+10 |
* | [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-11-23 | 8 | -8/+16 |
* | [libcxx] [test] D26816: Fix non-Standard assumptions when testing sample(). | Stephan T. Lavavej | 2016-11-18 | 1 | -3/+14 |
* | Add missing include in test; NFC. Thanks to Jonathan Wakely for the report. | Marshall Clow | 2016-10-13 | 1 | -0/+1 |
* | Purge all usages of _LIBCPP_STD_VER under test/std/algorithm | Eric Fiselier | 2016-10-08 | 17 | -121/+132 |
* | Implement C++17 std::sample. | Eric Fiselier | 2016-08-28 | 3 | -0/+244 |
* | Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs. | Eric Fiselier | 2016-08-28 | 1 | -1/+1 |