This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 200f167 ARROW-14714: [C++][Doc] Rework CMake presets and add
documentation
add bca0681 ARROW-12671: [C++] Add OpenTelemetry to ThirdpartyToolchain
No new revisions were added by this update.
Summary of changes:
cpp/CMakeLists.txt | 7 +
cpp/cmake_modules/DefineOptions.cmake | 3 +
cpp/cmake_modules/ThirdpartyToolchain.cmake | 278 +++++++++++++++++++++++++---
cpp/src/arrow/CMakeLists.txt | 4 +
cpp/src/arrow/public_api_test.cc | 4 +
cpp/src/arrow/symbols.map | 5 +
cpp/src/arrow/util/config.h.cmake | 1 +
cpp/src/arrow/util/tracing_internal.cc | 139 ++++++++++++++
cpp/src/arrow/util/tracing_internal.h | 104 +++++++++++
cpp/thirdparty/versions.txt | 7 +
10 files changed, 526 insertions(+), 26 deletions(-)
create mode 100644 cpp/src/arrow/util/tracing_internal.cc
create mode 100644 cpp/src/arrow/util/tracing_internal.h