[all-commits] [llvm/llvm-project] 817158: [libc++][ranges] Implement ranges::binary_search a...

philnik777 via All-commits all-commits at lists.llvm.org
Mon Jun 6 04:33:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8171586176ee82bb54608c0d03622914c19dbee0
      https://github.com/llvm/llvm-project/commit/8171586176ee82bb54608c0d03622914c19dbee0
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-06-06 (Mon, 06 Jun 2022)

  Changed paths:
    M libcxx/benchmarks/CMakeLists.txt
    A libcxx/benchmarks/algorithms/lower_bound.bench.cpp
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/binary_search.h
    M libcxx/include/__algorithm/equal_range.h
    M libcxx/include/__algorithm/inplace_merge.h
    M libcxx/include/__algorithm/lower_bound.h
    A libcxx/include/__algorithm/ranges_binary_search.h
    A libcxx/include/__algorithm/ranges_lower_bound.h
    A libcxx/include/__algorithm/ranges_upper_bound.h
    M libcxx/include/__iterator/advance.h
    M libcxx/include/__iterator/distance.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap
    A libcxx/test/libcxx/algorithms/callable.verify.cpp
    M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
    M libcxx/test/libcxx/private_headers.verify.cpp
    A libcxx/test/std/algorithms/alg.sorting/alg.binary.search/binary.search/ranges.binary_search.pass.cpp
    A libcxx/test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/ranges.lower_bound.pass.cpp
    A libcxx/test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/ranges.upper_bound.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_bound

Reviewed By: Mordante, var-const, ldionne, #libc

Spies: sstefan1, libcxx-commits, mgorny

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




More information about the All-commits mailing list