[all-commits] [llvm/llvm-project] 655360: [libc++] Granulaize math.h and move the functions ...

philnik777 via All-commits all-commits at lists.llvm.org
Mon Jul 31 17:20:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6553608acac4e54bdbeae2eeacc5ba6bcefec05b
      https://github.com/llvm/llvm-project/commit/6553608acac4e54bdbeae2eeacc5ba6bcefec05b
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-07-31 (Mon, 31 Jul 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__math/abs.h
    A libcxx/include/__math/copysign.h
    A libcxx/include/__math/error_functions.h
    A libcxx/include/__math/exponential_functions.h
    A libcxx/include/__math/fdim.h
    A libcxx/include/__math/fma.h
    A libcxx/include/__math/gamma.h
    A libcxx/include/__math/hyperbolic_functions.h
    A libcxx/include/__math/hypot.h
    A libcxx/include/__math/inverse_hyperbolic_functions.h
    A libcxx/include/__math/inverse_trigonometric_functions.h
    A libcxx/include/__math/logarithms.h
    A libcxx/include/__math/min_max.h
    A libcxx/include/__math/modulo.h
    A libcxx/include/__math/remainder.h
    A libcxx/include/__math/roots.h
    A libcxx/include/__math/rounding_functions.h
    A libcxx/include/__math/traits.h
    A libcxx/include/__math/trigonometric_functions.h
    M libcxx/include/cmath
    M libcxx/include/libcxx.imp
    M libcxx/include/math.h
    M libcxx/include/module.modulemap.in
    M libcxx/test/libcxx/transitive_includes/cxx03.csv
    M libcxx/test/libcxx/transitive_includes/cxx11.csv
    M libcxx/test/libcxx/transitive_includes/cxx14.csv
    M libcxx/test/libcxx/transitive_includes/cxx17.csv
    M libcxx/test/libcxx/transitive_includes/cxx20.csv
    M libcxx/test/libcxx/transitive_includes/cxx23.csv
    M libcxx/test/libcxx/transitive_includes/cxx26.csv
    M libcxx/utils/data/ignore_format.txt

  Log Message:
  -----------
  [libc++] Granulaize math.h and move the functions to std::__math

Reviewed By: #libc, Mordante

Spies: Mordante, arichardson, libcxx-commits

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


  Commit: 404d31196fce815cd1b230f86a59f522f2f4a598
      https://github.com/llvm/llvm-project/commit/404d31196fce815cd1b230f86a59f522f2f4a598
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-07-31 (Mon, 31 Jul 2023)

  Changed paths:
    M libcxx/include/__math/abs.h
    M libcxx/include/__math/copysign.h
    M libcxx/include/__math/error_functions.h
    M libcxx/include/__math/exponential_functions.h
    M libcxx/include/__math/fdim.h
    M libcxx/include/__math/fma.h
    M libcxx/include/__math/gamma.h
    M libcxx/include/__math/hyperbolic_functions.h
    M libcxx/include/__math/hypot.h
    M libcxx/include/__math/inverse_hyperbolic_functions.h
    M libcxx/include/__math/inverse_trigonometric_functions.h
    M libcxx/include/__math/logarithms.h
    M libcxx/include/__math/min_max.h
    M libcxx/include/__math/modulo.h
    M libcxx/include/__math/remainder.h
    M libcxx/include/__math/roots.h
    M libcxx/include/__math/rounding_functions.h
    M libcxx/include/__math/traits.h
    M libcxx/include/__math/trigonometric_functions.h

  Log Message:
  -----------
  [libc++][NFC] Remove std:: qualifications from math headers

Reviewed By: #libc, Mordante

Spies: Mordante, libcxx-commits

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


  Commit: 0e4d812f3e9875c835d932c04a3b30d2d5426ce0
      https://github.com/llvm/llvm-project/commit/0e4d812f3e9875c835d932c04a3b30d2d5426ce0
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-07-31 (Mon, 31 Jul 2023)

  Changed paths:
    M libcxx/include/__math/abs.h
    M libcxx/include/__math/copysign.h
    M libcxx/include/__math/error_functions.h
    M libcxx/include/__math/exponential_functions.h
    M libcxx/include/__math/fdim.h
    M libcxx/include/__math/fma.h
    M libcxx/include/__math/gamma.h
    M libcxx/include/__math/hyperbolic_functions.h
    M libcxx/include/__math/hypot.h
    M libcxx/include/__math/inverse_hyperbolic_functions.h
    M libcxx/include/__math/inverse_trigonometric_functions.h
    M libcxx/include/__math/logarithms.h
    M libcxx/include/__math/min_max.h
    M libcxx/include/__math/modulo.h
    M libcxx/include/__math/remainder.h
    M libcxx/include/__math/roots.h
    M libcxx/include/__math/rounding_functions.h
    M libcxx/include/__math/traits.h
    M libcxx/include/__math/trigonometric_functions.h
    M libcxx/utils/data/ignore_format.txt

  Log Message:
  -----------
  [libc++][NFC] Format math headers

Reviewed By: #libc, Mordante

Spies: arichardson, Mordante, libcxx-commits

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


Compare: https://github.com/llvm/llvm-project/compare/4d42e8b5d1fa...0e4d812f3e98


More information about the All-commits mailing list