summaryrefslogtreecommitdiffstats
path: root/pstl/test/support/pstl_test_config.h
Commit message (Collapse)AuthorAgeFilesLines
* [NFC][pstl] Run clang-format on the sources, including the testsLouis Dionne2019-07-181-32/+33
| | | | llvm-svn: 366492
* [pstl] Disable workarounds for broken ICC versions when using ClangLouis Dionne2019-06-181-0/+2
| | | | llvm-svn: 363726
* [pstl] Make the default backend be the serial backend and always provide ↵Louis Dionne2019-04-241-1/+1
| | | | | | | | | | | | | | | | | | parallel policies Summary: Before this change, the default backend was TBB but one could disable anything related to TBB by removing the parallel policies. This change uses the serial backend by default and removes the ability to disable parallel policies, which is not useful anymore. Reviewers: rodgert, MikeDvorskiy Subscribers: mgorny, jkorous, dexonsmith, jdoerfert, libcxx-commits Differential Revision: https://reviews.llvm.org/D59792 llvm-svn: 359134
* [pstl] Move to single underscore-capital for macros and include guardsLouis Dionne2019-04-101-21/+21
| | | | | | | | | | | | | | 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-271-0/+49
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