ClickHouse/contrib
Azat Khuzhin 3d3c25b52d Switch cppkafka to upstream and bump to upstream/master
All changes in ClickHouse-Extra has been merged into upstream no need in
using the fork.

There are not a lot of changes for now, and cppkafka does not looks like
in the active development stage, but just in case better to sync with
upstream.

FWIW cppkafka usage is pretty minimal and it's usage is questionable,
since librdkafka is under active development while cppkafka is not, and
later still does not support some features that is used in clickhouse:
- interceptors (for logging proxying)
2020-07-31 00:41:44 +03:00
..
AMQP-CPP@1c08399ab0 Add libevent & AMQP-CPP libraries 2020-05-20 09:08:27 +03:00
amqpcpp-cmake Fix trash from RabbitMQ 2020-07-13 04:11:48 +03:00
arrow@3cbcb7b62c Bump arrow to 0.17 (and flatbuffers to v1.12, required by arrow) 2020-07-07 23:54:32 +03:00
arrow-cmake Update config.h for arrow 2020-07-09 10:19:44 +03:00
avro@92caca2d42 Avro UUID support 2020-06-25 14:25:45 -05:00
avro-cmake Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
aws@17e10c0fc7 Avoid copying whole response stream into memory in S3 HTTP client. 2020-06-09 18:26:51 +03:00
aws-c-common@736a82d169
aws-c-event-stream@3bc33662f9
aws-checksums@519d6d9093
aws-s3-cmake Proper handling of CMAKE_BUILD_TYPE vs CMAKE_BUILD_TYPE_UC 2020-04-30 18:41:22 +04:00
base64@af9b331f2b Fix UBSan report in base64 2020-07-12 22:38:37 +03:00
base64-cmake Link an empty dummy.c into base64 target, for Xcode to generate a library 2020-04-27 21:48:01 +04:00
boost@a04e72c046 Update boost submodule. 2020-05-14 12:26:40 +03:00
boost-cmake Require less recent boost - 1.67 2020-06-10 23:57:54 +03:00
brotli@5805f99a53
brotli-cmake
capnproto@a00ccd91b3
capnproto-cmake c++20! 2019-12-29 03:08:25 +08:00
cassandra@a49b4e0e26 cleenup 2020-06-04 00:11:17 +03:00
cctz@7a2db4ece6 Update CCTZ 2020-04-26 19:27:34 +03:00
cctz-cmake Better path detection 2020-05-27 15:43:25 +03:00
cityhash102
consistent-hashing Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
consistent-hashing-sumbur Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
cppkafka@b06e64ef5b Switch cppkafka to upstream and bump to upstream/master 2020-07-31 00:41:44 +03:00
cppkafka-cmake Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
croaring Including Roaring Bitmap with -isystem 2019-12-18 22:41:08 +03:00
curl@3b8bbbbd16
curl-cmake Fail if curl library was enabled and was not found in case of unbundled build 2020-07-04 16:48:25 +03:00
double-conversion@cf2f0f3d54
double-conversion-cmake
FastMemcpy fix ubsan final 2020-07-06 12:29:22 +03:00
fastops@88752a5e03
fastops-cmake
flatbuffers@6df40a2471 Bump arrow to 0.17 (and flatbuffers to v1.12, required by arrow) 2020-07-07 23:54:32 +03:00
fmtlib@c108ee1d59 Update fmtlib to master 2020-07-13 03:46:57 +03:00
fmtlib-cmake fmt-style logging, part 1 2020-05-23 19:33:07 +03:00
gcem@8d4f1b5d76 Add bayesAB function for bayesian_ab_testing 2020-07-09 22:11:40 +09:00
googletest@356f2d264a Bump googletest to master (to fix gcc10 builds) 2020-07-06 23:34:40 +03:00
grpc@8aea4e168e try to fix merge issues 2020-05-29 23:20:28 +03:00
grpc-cmake Improve build scripts related to protobuf and gRPC. 2020-05-25 18:46:57 +03:00
h3@6cfd649e8c
h3-cmake
hyperscan@3907fd00ee Update submodule 2020-06-17 10:12:24 +03:00
hyperscan-cmake Give up on UBSan for Hyperscan 2020-06-19 21:45:09 +03:00
icu@faa2f9f9e1
icu-cmake Merge remote-tracking branch 'upstream/master' into fix27 2020-01-02 14:29:48 +03:00
icudata@f020820388
jemalloc@ea6b3e973b try to fix merge issues 2020-05-29 23:20:28 +03:00
jemalloc-cmake Update contrib/jemalloc-cmake/CMakeLists.txt 2020-06-29 15:01:29 +03:00
libbtrie Treat libbtrie as system library 2019-12-18 19:42:38 +03:00
libc-headers@92c74f938c Update submodule libc-headers to a new version. 2020-04-11 00:07:08 +03:00
libcpuid@8db3b8d2d3 Revert "DOCS-628: Stable versions of statistical functions (#10848)" 2020-05-13 16:32:36 +03:00
libcpuid-cmake Remove unnecessary warning suppressions #10396 2020-05-09 23:30:28 +03:00
libcxx@9f71e12253 Update libcxx 2020-02-23 01:47:04 +03:00
libcxx-cmake Fixed bad code 2020-02-22 22:47:32 +03:00
libcxxabi@1ebc83af4c Update libcxx and libcxxabi 2020-02-22 17:53:21 +03:00
libcxxabi-cmake Fixed bad code 2020-02-22 22:49:05 +03:00
libdivide Replace exit to abort in libdivide 2020-07-05 03:02:50 +03:00
libfarmhash
libgsasl@140fb58250 Remove duplicate symbols 2020-04-22 11:59:49 +03:00
libhdfs3@1b666578c8 Fix UBSan report in HDFS 2020-07-13 08:46:51 +03:00
libhdfs3-cmake Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
libmetrohash Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
librdkafka@b0d91bd74a Update librdkafka to version 1.4.2 2020-05-28 16:52:03 +02:00
librdkafka-cmake Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
libunwind@27026ef4a9 Fix libunwind 2020-05-09 05:44:57 +08:00
libunwind-cmake Fixed warning while building libunwind 2019-12-20 05:02:11 +03:00
libuv@84438304f4 cleenup 2020-06-04 00:11:17 +03:00
libxml2@18890f471c
libxml2-cmake Merge pull request #9433 from amosbird/cleanbuild 2020-02-28 23:59:55 +03:00
llvm@3d6c7e9167 Remove accidential dependency on Z3 2020-04-22 06:54:11 +03:00
lz4@f39b79fb02 Update LZ4 to the latest dev 2020-05-03 00:07:18 +03:00
lz4-cmake Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
mariadb-connector-c@3f512fedf0 cleaning duplicate linker flags 2020-02-28 18:56:33 +08:00
msgpack-c@46684265d5 Add MsgPackRowInputFormat, msgpack-c contrib and tests. 2020-03-26 19:46:13 +03:00
murmurhash Add extern "C" for cgo in arcadia to link [STRM-1049] 2020-01-23 12:22:00 +03:00
openldap@34b9ba94b3 Added contrib/openldap submodule 2020-05-12 23:19:15 +04:00
openldap-cmake Allow Linux aarch64 2020-05-15 15:15:13 +04:00
openssl@07e9623064 Fix stateless tests with msan (#9531) 2020-03-08 12:32:22 +03:00
openssl-cmake Update configuration of OpenSSL, enable getrandom 2020-02-26 18:15:00 +03:00
orc@5981208e39
pdqsort Update pdqsort to recent version (#10171) 2020-04-11 14:16:14 +03:00
poco@74c9344334 Update contrib/poco to ClickHouse-Extras/poco #22 (#12037) 2020-06-30 14:27:40 +03:00
poco-cmake poco-cmake: Fix Poco::Data::ODBC target when UNBUNDLED 2020-07-04 13:58:53 +03:00
protobuf@d6a10dd3db
protobuf-cmake Improve build scripts related to protobuf and gRPC. 2020-05-25 18:46:57 +03:00
rapidjson@8f4c021fa2 clang-10 fix 2020-04-20 15:45:37 +08:00
re2@7cf8b88e8f
re2_st
replxx@94b1f568d1 Update replxx submodule 2020-06-26 13:14:31 -05:00
replxx-cmake Enable extra warnings for base, utils, programs 2020-05-10 01:59:34 +03:00
ryu@5b4a853534 Slightly more compatible 2020-01-06 16:41:08 +03:00
ryu-cmake Using "ryu" library to format floats 2020-01-06 06:22:11 +03:00
sentry-native@f91ed3f95b back to upstream 2020-06-11 12:21:23 +03:00
simdjson@1e4aa116e5 Update SIMDJSON to the latest master 2020-07-17 10:30:08 +03:00
simdjson-cmake Fix build scripts. 2020-07-17 10:30:13 +03:00
snappy@3f194acb57
sparsehash-c11@cf0bffaa45
stats@b6dd459c10 Add bayesAB function for bayesian_ab_testing 2020-07-09 22:11:40 +09:00
stats-cmake Fix abtesting build 2020-07-29 14:00:04 +03:00
thrift@010ccf0a0c
unixodbc@b0ad30f7f6
unixodbc-cmake contrib/unixodbc-cmake: Fix build when UNBUNDLED 2020-07-04 10:21:56 +03:00
zlib-ng@bba56a73be Revert "Performance comparison improvements." 2020-01-10 17:08:40 +03:00
zstd@10f0e6993f Update zstd to 1.4.4 2020-05-09 21:31:01 +03:00
zstd-cmake Update zstd to 1.4.4 2020-05-09 21:31:01 +03:00
CMakeLists.txt Fix abtesting build 2020-07-29 14:00:04 +03:00