[all-commits] [llvm/llvm-project] cd9161: [libc++][PSTL] Implement std::generate{, _n}

philnik777 via All-commits all-commits at lists.llvm.org
Tue Jun 13 07:55:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cd916108b4c6fea5908deed6066d5d4720cf7659
      https://github.com/llvm/llvm-project/commit/cd916108b4c6fea5908deed6066d5d4720cf7659
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
    M libcxx/docs/Status/PSTLPaper.csv
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/pstl_backend.h
    A libcxx/include/__algorithm/pstl_generate.h
    M libcxx/include/algorithm
    M libcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
    A libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/pstl.generate.pass.cpp
    A libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/pstl.generate_n.pass.cpp

  Log Message:
  -----------
  [libc++][PSTL] Implement std::generate{,_n}

Reviewed By: #libc, ldionne

Spies: ldionne, libcxx-commits

Differential Revision: https://reviews.llvm.org/D152581




More information about the All-commits mailing list