You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2020/12/22 20:53:15 UTC

[arrow] branch master updated (0519c4c -> 081728f)

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

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


    from 0519c4c  ARROW-5950: [Rust][DataFusion] Add logger
     add 081728f  ARROW-10988: [C++] Require CMake 3.5 or later

No new revisions were added by this update.

Summary of changes:
 ci/docker/linux-apt-cmake.dockerfile               |  30 -----
 ci/docker/ubuntu-14.04-cpp.dockerfile              |  94 -------------
 cpp/CMakeLists.txt                                 |  63 ++++-----
 cpp/cmake_modules/DefineOptions.cmake              |  10 +-
 cpp/cmake_modules/FindGPerf.cmake                  |  83 ------------
 cpp/cmake_modules/FindLz4.cmake                    |   3 +-
 cpp/cmake_modules/FindSnappy.cmake                 |   3 +-
 cpp/cmake_modules/Findre2Alt.cmake                 |   3 +-
 cpp/cmake_modules/Findutf8proc.cmake               |   3 +-
 cpp/cmake_modules/Findzstd.cmake                   |   3 +-
 cpp/cmake_modules/SnappyCMakeLists.txt             |  85 ------------
 cpp/cmake_modules/SnappyConfig.h                   |  36 -----
 cpp/cmake_modules/ThirdpartyToolchain.cmake        |  31 +----
 cpp/examples/parquet/parquet-arrow/CMakeLists.txt  |   4 +-
 .../parquet-arrow/cmake_modules/FindArrow.cmake    |   1 -
 .../parquet-arrow/cmake_modules/FindParquet.cmake  | 145 ---------------------
 dev/tasks/tasks.yml                                |   6 -
 docker-compose.yml                                 |  27 ----
 docs/source/developers/cpp/building.rst            |   4 +-
 python/CMakeLists.txt                              |   8 +-
 20 files changed, 47 insertions(+), 595 deletions(-)
 delete mode 100644 ci/docker/linux-apt-cmake.dockerfile
 delete mode 100644 ci/docker/ubuntu-14.04-cpp.dockerfile
 delete mode 100644 cpp/cmake_modules/FindGPerf.cmake
 delete mode 100644 cpp/cmake_modules/SnappyCMakeLists.txt
 delete mode 100644 cpp/cmake_modules/SnappyConfig.h
 delete mode 120000 cpp/examples/parquet/parquet-arrow/cmake_modules/FindArrow.cmake
 delete mode 100644 cpp/examples/parquet/parquet-arrow/cmake_modules/FindParquet.cmake