RRuslan Arutyunyan[libc++][pstl] Implement tag dispatching mechanism for Parallel STL
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[pstl] Remove the stdlib headers from the PSTL and move them to the tests 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 | 7 年前 | |
[NFC][pstl] Run clang-format on the sources, including the tests llvm-svn: 366492 | 6 年前 | |
[libc++][pstl] Implement tag dispatching mechanism for Parallel STL Implement the mechanism that simplifies the execution policy/iterator category dispatching and allows to implement customizations for the parallel algorithms with adding custom tags Reviewed By: rodgert, MikeDvorskiy Differential Revision: https://reviews.llvm.org/D104492 | 4 年前 |