[all-commits] [llvm/llvm-project] 6851d0: [libc++][PSTL] Implement std::transform
philnik777 via All-commits
all-commits at lists.llvm.org
Mon May 15 09:57:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6851d078c54eb091235cf8e2916eefc7882278dd
https://github.com/llvm/llvm-project/commit/6851d078c54eb091235cf8e2916eefc7882278dd
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/pstl_backend.h
M libcxx/include/__algorithm/pstl_backends/cpu_backend.h
A libcxx/include/__algorithm/pstl_backends/cpu_backends/transform.h
A libcxx/include/__algorithm/pstl_transform.h
M libcxx/include/__pstl/internal/glue_algorithm_defs.h
M libcxx/include/__pstl/internal/glue_algorithm_impl.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/pstl.transform.binary.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/pstl.transform.unary.pass.cpp
M libcxx/test/support/type_algorithms.h
Log Message:
-----------
[libc++][PSTL] Implement std::transform
Reviewed By: ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D149615
More information about the All-commits
mailing list