This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 26d4e49 ARROW-1900: [C++] Add kernel for min / max
add bb90a63 ARROW-7158: [C++] Use compiler information provided by CMake
No new revisions were added by this update.
Summary of changes:
cpp/CMakeLists.txt | 3 -
cpp/cmake_modules/CompilerInfo.cmake | 106 --------------------------
cpp/cmake_modules/SetupCxxFlags.cmake | 113 +++++++++++++++-------------
cpp/cmake_modules/ThirdpartyToolchain.cmake | 48 ++++++++----
cpp/cmake_modules/san-config.cmake | 56 ++++++++------
cpp/src/arrow/CMakeLists.txt | 2 +-
cpp/src/arrow/python/CMakeLists.txt | 4 +-
cpp/src/parquet/CMakeLists.txt | 2 +-
cpp/src/plasma/CMakeLists.txt | 4 +-
python/CMakeLists.txt | 36 ++++-----
10 files changed, 150 insertions(+), 224 deletions(-)
delete mode 100644 cpp/cmake_modules/CompilerInfo.cmake