[all-commits] [llvm/llvm-project] cbd9e5: [libc++][PSTL] Implement std::transform

philnik777 via All-commits all-commits at lists.llvm.org
Mon May 15 06:48:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cbd9e5454741ebe6b39521fe1a8ed4eed5c2c801
      https://github.com/llvm/llvm-project/commit/cbd9e5454741ebe6b39521fe1a8ed4eed5c2c801
  Author: Nikolas Klauser <n_klauser at apple.com>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    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
    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