This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from cdc3e5a652 MINOR: [C++][Dev] Remove obsolete clang-tidy option (#46213)
     add f8e0f30ccf GH-46196: [C++] Remove ARROW_USE_PRECOMPILED_HEADERS and 
related logic (#46200)

No new revisions were added by this update.

Summary of changes:
 ci/scripts/cpp_build.sh                   |  1 -
 cpp/cmake_modules/BuildUtils.cmake        | 47 +++--------------------------
 cpp/cmake_modules/DefineOptions.cmake     |  3 --
 cpp/src/arrow/CMakeLists.txt              | 49 +++++++------------------------
 cpp/src/arrow/acero/CMakeLists.txt        |  2 --
 cpp/src/arrow/acero/pch.h                 | 23 ---------------
 cpp/src/arrow/adapters/orc/CMakeLists.txt |  3 +-
 cpp/src/arrow/dataset/CMakeLists.txt      |  2 --
 cpp/src/arrow/dataset/pch.h               | 27 -----------------
 cpp/src/arrow/engine/CMakeLists.txt       |  2 --
 cpp/src/arrow/engine/pch.h                | 23 ---------------
 cpp/src/arrow/flight/CMakeLists.txt       |  2 --
 cpp/src/arrow/flight/pch.h                | 26 ----------------
 cpp/src/arrow/pch.h                       | 30 -------------------
 cpp/src/arrow/testing/meson.build         |  1 -
 cpp/src/arrow/testing/pch.h               | 25 ----------------
 cpp/src/gandiva/CMakeLists.txt            |  2 --
 cpp/src/gandiva/pch.h                     | 24 ---------------
 cpp/src/parquet/CMakeLists.txt            | 18 ++++--------
 cpp/src/parquet/pch.h                     | 28 ------------------
 python/CMakeLists.txt                     |  7 +----
 python/pyarrow/src/arrow/python/pch.h     | 24 ---------------
 22 files changed, 23 insertions(+), 346 deletions(-)
 delete mode 100644 cpp/src/arrow/acero/pch.h
 delete mode 100644 cpp/src/arrow/dataset/pch.h
 delete mode 100644 cpp/src/arrow/engine/pch.h
 delete mode 100644 cpp/src/arrow/flight/pch.h
 delete mode 100644 cpp/src/arrow/pch.h
 delete mode 100644 cpp/src/arrow/testing/pch.h
 delete mode 100644 cpp/src/gandiva/pch.h
 delete mode 100644 cpp/src/parquet/pch.h
 delete mode 100644 python/pyarrow/src/arrow/python/pch.h

Reply via email to