This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from c7baa7c ARROW-9029: [C++] Implement BitBlockCounter for much faster
block popcounts of bitmaps
add 43cb8d4 ARROW-8795: [C++] Limited iOS support
No new revisions were added by this update.
Summary of changes:
LICENSE.txt | 1 +
cpp/CMakeLists.txt | 5 +
cpp/cmake_modules/BuildUtils.cmake | 3 +-
cpp/src/arrow/CMakeLists.txt | 4 +
cpp/src/arrow/vendored/datetime/ios.mm | 340 +++++++++++++++++++++++++++++++++
5 files changed, 352 insertions(+), 1 deletion(-)
create mode 100644 cpp/src/arrow/vendored/datetime/ios.mm