summaryrefslogtreecommitdiffstats
path: root/pstl/test/std/algorithms/alg.nonmodifying
Commit message (Collapse)AuthorAgeFilesLines
* [NFC][pstl] Run clang-format on the sources, including the testsLouis Dionne2019-07-187-10/+9
| | | | llvm-svn: 366492
* [pstl] Declare main() as returning int, not int32_tLouis Dionne2019-07-1814-14/+14
| | | | llvm-svn: 366490
* [pstl] Mark pstl tests as unsupported before C++17Louis Dionne2019-06-2014-0/+28
| | | | | | This is required to run the tests in lit with libc++'s tests. llvm-svn: 363942
* [pstl] Remove warnings in tests and headersLouis Dionne2019-06-199-12/+12
| | | | | | | | Mostly unused parameter, unused local typedefs and shadowed declarations. This massaging it necessary if we want to be able to run the tests under the libc++ lit configuration. llvm-svn: 363872
* [pstl] Remove stray usage of pstl::execution instead of std::executionLouis Dionne2019-06-182-2/+2
| | | | llvm-svn: 363723
* [pstl] Remove various warnings in the pstl headers and testsLouis Dionne2019-05-304-9/+9
| | | | | | | | | | | | | | | | | - unused parameter warnings - don't use single-letter template parameter names, like we do in libc++ - sign-comparison warnings - unused variables in the tests - unused local typedefs in the tests - the use of #include_next - field reordering in the tests - unused lambda captures Note that the rationale for why the static_casts to unsigned are OK is that last - first must always be non-negative, since [first, last) is a valid range. llvm-svn: 362148
* [pstl] Remove the stdlib headers from the PSTL and move them to the testsLouis Dionne2019-04-1614-77/+0
| | | | | | | | | | | | | | | | | Summary: PSTL should not provide those headers since they belong to the standard library. Instead, we define a dummy standard library in the tests that provides those headers. Reviewers: rodgert, MikeDvorskiy Subscribers: mgorny, jkorous, dexonsmith, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D60535 llvm-svn: 358497
* [pstl] Move to single underscore-capital for macros and include guardsLouis Dionne2019-04-1011-20/+20
| | | | | | | | | | | | | | Summary: Per the LLVM convention. Reviewers: rodgert Subscribers: jkorous, dexonsmith, jdoerfert, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D60521 llvm-svn: 358131
* Restructure test suite to follow libc++ standard layoutLouis Dionne2019-03-2714-0/+1719
Summary: Subsumes changes requested in https://reviews.llvm.org/D59110 Reviewers: EricWF, ldionne Subscribers: mgorny, krytarowski, jfb, jdoerfert, libcxx-commits Differential Revision: https://reviews.llvm.org/D59856 llvm-svn: 357124
OpenPOWER on IntegriCloud