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

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


    from db4f8e291 [build] detect undefined but evaluated macros
     new 3c41631a0 KUDU-1261 introduce Flatbuffers into thirdparty
     new 015539147 KUDU-1261 add array.fbs into common/serdes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |  16 +-
 cmake_modules/FindFlatbuffers.cmake                | 140 +++++
 java/kudu-proto/build.gradle                       |   4 +-
 src/kudu/benchmarks/CMakeLists.txt                 |  26 +
 src/kudu/benchmarks/serdes/arrays.fbs              |  67 +++
 src/kudu/benchmarks/serdes/arrays.proto            |  87 +++
 src/kudu/benchmarks/serdes/serdes-test.cc          | 640 +++++++++++++++++++++
 src/kudu/common/CMakeLists.txt                     |   8 +-
 src/kudu/common/serdes/array1d.fbs                 |  65 +++
 thirdparty/build-definitions.sh                    |  22 +
 thirdparty/build-thirdparty.sh                     |   8 +
 thirdparty/download-thirdparty.sh                  |   7 +
 .../flatbuffers-length-to-size-uint8-ptr.patch     |  58 ++
 thirdparty/vars.sh                                 |   4 +
 14 files changed, 1149 insertions(+), 3 deletions(-)
 create mode 100644 cmake_modules/FindFlatbuffers.cmake
 create mode 100644 src/kudu/benchmarks/serdes/arrays.fbs
 create mode 100644 src/kudu/benchmarks/serdes/arrays.proto
 create mode 100644 src/kudu/benchmarks/serdes/serdes-test.cc
 create mode 100644 src/kudu/common/serdes/array1d.fbs
 create mode 100644 
thirdparty/patches/flatbuffers-length-to-size-uint8-ptr.patch

Reply via email to