You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/09/10 02:06:59 UTC

[arrow] branch master updated (165b02d -> a32112f)

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

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


    from 165b02d  ARROW-5471: [C++][Gandiva] Array offset is ignored in Gandiva projector
     add a32112f  ARROW-6292: [C++] Add option to use the mimalloc allocator

No new revisions were added by this update.

Summary of changes:
 ci/cpp-msvc-build-main.bat                  |   1 +
 ci/docker_build_cpp.sh                      |   2 +
 ci/travis_before_script_cpp.sh              |   2 +
 cpp/CMakeLists.txt                          |   8 +-
 cpp/cmake_modules/DefineOptions.cmake       |   2 +
 cpp/cmake_modules/ThirdpartyToolchain.cmake |  59 +++++
 cpp/src/arrow/CMakeLists.txt                |  20 +-
 cpp/src/arrow/allocator.h                   |   3 +
 cpp/src/arrow/csv/converter_benchmark.cc    |  12 +
 cpp/src/arrow/io/file_test.cc               |   2 +
 cpp/src/arrow/memory_pool.cc                | 337 ++++++++++++++++++++--------
 cpp/src/arrow/memory_pool.h                 |  21 ++
 cpp/src/arrow/memory_pool_test.cc           |  54 ++++-
 cpp/thirdparty/versions.txt                 |   5 +
 14 files changed, 429 insertions(+), 99 deletions(-)