2023-10-26 20:19:10 +00:00
|
|
|
# Please do not use 'branch = ...' tags with submodule entries. Such tags make updating submodules a
|
|
|
|
# little bit more convenient but they do *not* specify the tracked submodule branch. Thus, they are
|
|
|
|
# more confusing than useful.
|
2017-10-13 18:52:23 +00:00
|
|
|
[submodule "contrib/zstd"]
|
|
|
|
path = contrib/zstd
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/facebook/zstd
|
2017-10-13 18:52:23 +00:00
|
|
|
[submodule "contrib/lz4"]
|
|
|
|
path = contrib/lz4
|
2023-08-24 20:55:13 +00:00
|
|
|
url = https://github.com/ClickHouse/lz4
|
2017-10-19 08:35:52 +00:00
|
|
|
[submodule "contrib/librdkafka"]
|
|
|
|
path = contrib/librdkafka
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/librdkafka
|
2017-11-02 18:55:52 +00:00
|
|
|
[submodule "contrib/cctz"]
|
|
|
|
path = contrib/cctz
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/cctz
|
2017-11-21 17:46:28 +00:00
|
|
|
[submodule "contrib/zlib-ng"]
|
|
|
|
path = contrib/zlib-ng
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/zlib-ng
|
2017-11-24 21:15:24 +00:00
|
|
|
[submodule "contrib/googletest"]
|
|
|
|
path = contrib/googletest
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/google/googletest
|
2018-01-11 18:39:52 +00:00
|
|
|
[submodule "contrib/capnproto"]
|
|
|
|
path = contrib/capnproto
|
2023-06-14 12:55:11 +00:00
|
|
|
url = https://github.com/ClickHouse/capnproto
|
2018-01-22 13:47:00 +00:00
|
|
|
[submodule "contrib/re2"]
|
|
|
|
path = contrib/re2
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/google/re2
|
2018-08-02 00:49:31 +00:00
|
|
|
[submodule "contrib/mariadb-connector-c"]
|
|
|
|
path = contrib/mariadb-connector-c
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/mariadb-connector-c
|
2018-08-02 00:20:20 +00:00
|
|
|
[submodule "contrib/jemalloc"]
|
|
|
|
path = contrib/jemalloc
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/jemalloc/jemalloc
|
2018-08-02 08:18:15 +00:00
|
|
|
[submodule "contrib/unixodbc"]
|
|
|
|
path = contrib/unixodbc
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/UnixODBC
|
2023-05-31 16:43:36 +00:00
|
|
|
[submodule "contrib/google-protobuf"]
|
|
|
|
path = contrib/google-protobuf
|
|
|
|
url = https://github.com/ClickHouse/google-protobuf.git
|
2018-11-19 08:17:09 +00:00
|
|
|
[submodule "contrib/boost"]
|
|
|
|
path = contrib/boost
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/boost
|
2019-02-19 20:51:44 +00:00
|
|
|
[submodule "contrib/arrow"]
|
|
|
|
path = contrib/arrow
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/arrow
|
2019-02-19 20:51:44 +00:00
|
|
|
[submodule "contrib/thrift"]
|
|
|
|
path = contrib/thrift
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/apache/thrift
|
2018-12-04 13:19:00 +00:00
|
|
|
[submodule "contrib/libhdfs3"]
|
|
|
|
path = contrib/libhdfs3
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/libhdfs3
|
2018-12-05 13:24:45 +00:00
|
|
|
[submodule "contrib/libxml2"]
|
|
|
|
path = contrib/libxml2
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/GNOME/libxml2
|
2018-12-05 13:24:45 +00:00
|
|
|
[submodule "contrib/libgsasl"]
|
|
|
|
path = contrib/libgsasl
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/libgsasl
|
2019-02-19 20:51:44 +00:00
|
|
|
[submodule "contrib/snappy"]
|
|
|
|
path = contrib/snappy
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/snappy
|
2018-12-27 13:27:01 +00:00
|
|
|
[submodule "contrib/cppkafka"]
|
|
|
|
path = contrib/cppkafka
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/mfontanini/cppkafka
|
2019-02-02 13:33:50 +00:00
|
|
|
[submodule "contrib/brotli"]
|
|
|
|
path = contrib/brotli
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/google/brotli
|
2019-03-25 14:34:52 +00:00
|
|
|
[submodule "contrib/h3"]
|
|
|
|
path = contrib/h3
|
2022-03-12 01:11:07 +00:00
|
|
|
url = https://github.com/ClickHouse/h3
|
2019-04-06 17:52:14 +00:00
|
|
|
[submodule "contrib/libunwind"]
|
|
|
|
path = contrib/libunwind
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/libunwind
|
2019-03-14 03:21:46 +00:00
|
|
|
[submodule "contrib/simdjson"]
|
|
|
|
path = contrib/simdjson
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/simdjson/simdjson
|
2019-05-16 17:40:24 +00:00
|
|
|
[submodule "contrib/rapidjson"]
|
|
|
|
path = contrib/rapidjson
|
2022-03-12 01:11:07 +00:00
|
|
|
url = https://github.com/ClickHouse/rapidjson
|
2019-07-22 23:41:06 +00:00
|
|
|
[submodule "contrib/fastops"]
|
|
|
|
path = contrib/fastops
|
2022-03-12 01:11:07 +00:00
|
|
|
url = https://github.com/ClickHouse/fastops
|
2019-08-21 14:19:47 +00:00
|
|
|
[submodule "contrib/orc"]
|
|
|
|
path = contrib/orc
|
2022-03-12 01:11:07 +00:00
|
|
|
url = https://github.com/ClickHouse/orc
|
2019-09-17 21:08:20 +00:00
|
|
|
[submodule "contrib/sparsehash-c11"]
|
|
|
|
path = contrib/sparsehash-c11
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/sparsehash/sparsehash-c11
|
2019-12-27 13:33:08 +00:00
|
|
|
[submodule "contrib/grpc"]
|
|
|
|
path = contrib/grpc
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/grpc
|
2019-12-03 16:23:24 +00:00
|
|
|
[submodule "contrib/aws"]
|
|
|
|
path = contrib/aws
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/aws-sdk-cpp
|
2019-12-03 16:23:24 +00:00
|
|
|
[submodule "aws-c-event-stream"]
|
|
|
|
path = contrib/aws-c-event-stream
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/awslabs/aws-c-event-stream
|
2019-12-03 16:23:24 +00:00
|
|
|
[submodule "aws-c-common"]
|
|
|
|
path = contrib/aws-c-common
|
2024-01-27 22:45:14 +00:00
|
|
|
url = https://github.com/awslabs/aws-c-common.git
|
2019-12-03 16:23:24 +00:00
|
|
|
[submodule "aws-checksums"]
|
|
|
|
path = contrib/aws-checksums
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/awslabs/aws-checksums
|
2019-12-06 14:37:21 +00:00
|
|
|
[submodule "contrib/curl"]
|
|
|
|
path = contrib/curl
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/curl/curl
|
2019-12-15 03:00:53 +00:00
|
|
|
[submodule "contrib/icudata"]
|
|
|
|
path = contrib/icudata
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/icudata
|
2019-12-15 03:00:53 +00:00
|
|
|
[submodule "contrib/icu"]
|
|
|
|
path = contrib/icu
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/unicode-org/icu
|
2019-12-22 12:24:23 +00:00
|
|
|
[submodule "contrib/flatbuffers"]
|
|
|
|
path = contrib/flatbuffers
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/flatbuffers
|
2019-11-01 13:01:52 +00:00
|
|
|
[submodule "contrib/replxx"]
|
|
|
|
path = contrib/replxx
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/replxx
|
2020-01-08 09:13:12 +00:00
|
|
|
[submodule "contrib/avro"]
|
|
|
|
path = contrib/avro
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/avro
|
2020-01-08 09:13:12 +00:00
|
|
|
ignore = untracked
|
2020-03-26 16:33:00 +00:00
|
|
|
[submodule "contrib/msgpack-c"]
|
|
|
|
path = contrib/msgpack-c
|
|
|
|
url = https://github.com/msgpack/msgpack-c
|
2020-05-08 14:11:19 +00:00
|
|
|
[submodule "contrib/libcpuid"]
|
|
|
|
path = contrib/libcpuid
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/libcpuid
|
2020-05-12 20:37:48 +00:00
|
|
|
[submodule "contrib/openldap"]
|
|
|
|
path = contrib/openldap
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/openldap
|
2020-05-20 04:28:55 +00:00
|
|
|
[submodule "contrib/AMQP-CPP"]
|
|
|
|
path = contrib/AMQP-CPP
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/AMQP-CPP
|
2020-05-19 17:48:28 +00:00
|
|
|
[submodule "contrib/cassandra"]
|
|
|
|
path = contrib/cassandra
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/cpp-driver
|
2020-05-19 17:48:28 +00:00
|
|
|
[submodule "contrib/libuv"]
|
|
|
|
path = contrib/libuv
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/libuv
|
2020-05-22 10:58:29 +00:00
|
|
|
[submodule "contrib/fmtlib"]
|
|
|
|
path = contrib/fmtlib
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/fmtlib/fmt
|
2020-05-27 19:11:04 +00:00
|
|
|
[submodule "contrib/sentry-native"]
|
|
|
|
path = contrib/sentry-native
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/sentry-native
|
2020-07-22 22:04:33 +00:00
|
|
|
[submodule "contrib/krb5"]
|
|
|
|
path = contrib/krb5
|
2022-03-12 01:11:07 +00:00
|
|
|
url = https://github.com/ClickHouse/krb5
|
2020-07-22 22:04:33 +00:00
|
|
|
[submodule "contrib/cyrus-sasl"]
|
|
|
|
path = contrib/cyrus-sasl
|
2022-03-12 01:11:07 +00:00
|
|
|
url = https://github.com/ClickHouse/cyrus-sasl
|
2020-10-23 11:42:21 +00:00
|
|
|
[submodule "contrib/croaring"]
|
|
|
|
path = contrib/croaring
|
|
|
|
url = https://github.com/RoaringBitmap/CRoaring
|
2020-11-09 21:53:43 +00:00
|
|
|
[submodule "contrib/miniselect"]
|
|
|
|
path = contrib/miniselect
|
|
|
|
url = https://github.com/danlark1/miniselect
|
2020-09-02 09:13:59 +00:00
|
|
|
[submodule "contrib/rocksdb"]
|
|
|
|
path = contrib/rocksdb
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/rocksdb
|
2020-10-31 23:56:41 +00:00
|
|
|
[submodule "contrib/xz"]
|
2020-11-22 21:29:44 +00:00
|
|
|
path = contrib/xz
|
|
|
|
url = https://github.com/xz-mirror/xz
|
2020-11-16 09:45:59 +00:00
|
|
|
[submodule "contrib/abseil-cpp"]
|
|
|
|
path = contrib/abseil-cpp
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/abseil/abseil-cpp
|
2020-12-05 21:32:03 +00:00
|
|
|
[submodule "contrib/dragonbox"]
|
|
|
|
path = contrib/dragonbox
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/dragonbox
|
2020-11-07 16:48:58 +00:00
|
|
|
[submodule "contrib/fast_float"]
|
|
|
|
path = contrib/fast_float
|
2020-12-05 16:45:22 +00:00
|
|
|
url = https://github.com/fastfloat/fast_float
|
2020-12-27 14:17:15 +00:00
|
|
|
[submodule "contrib/libpq"]
|
|
|
|
path = contrib/libpq
|
2022-03-12 01:11:07 +00:00
|
|
|
url = https://github.com/ClickHouse/libpq
|
2020-10-14 20:45:32 +00:00
|
|
|
[submodule "contrib/boringssl"]
|
|
|
|
path = contrib/boringssl
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/boringssl
|
2020-12-24 15:47:38 +00:00
|
|
|
[submodule "contrib/NuRaft"]
|
|
|
|
path = contrib/NuRaft
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/NuRaft
|
2021-03-22 11:40:29 +00:00
|
|
|
[submodule "contrib/nanodbc"]
|
|
|
|
path = contrib/nanodbc
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/nanodbc
|
2021-02-25 16:44:01 +00:00
|
|
|
[submodule "contrib/datasketches-cpp"]
|
|
|
|
path = contrib/datasketches-cpp
|
2023-10-23 18:50:40 +00:00
|
|
|
url = https://github.com/apache/datasketches-cpp
|
2021-05-21 18:56:22 +00:00
|
|
|
[submodule "contrib/yaml-cpp"]
|
|
|
|
path = contrib/yaml-cpp
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/yaml-cpp
|
2021-05-28 08:38:20 +00:00
|
|
|
[submodule "contrib/cld2"]
|
2021-05-28 11:19:44 +00:00
|
|
|
path = contrib/cld2
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/cld2
|
2021-06-03 15:03:56 +00:00
|
|
|
[submodule "contrib/libstemmer_c"]
|
|
|
|
path = contrib/libstemmer_c
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/libstemmer_c
|
2021-06-03 19:53:09 +00:00
|
|
|
[submodule "contrib/wordnet-blast"]
|
|
|
|
path = contrib/wordnet-blast
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/wordnet-blast
|
2021-06-05 00:49:13 +00:00
|
|
|
[submodule "contrib/lemmagen-c"]
|
|
|
|
path = contrib/lemmagen-c
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/lemmagen-c
|
2021-06-09 07:46:49 +00:00
|
|
|
[submodule "contrib/libpqxx"]
|
|
|
|
path = contrib/libpqxx
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/libpqxx
|
2021-07-07 20:06:35 +00:00
|
|
|
[submodule "contrib/sqlite-amalgamation"]
|
|
|
|
path = contrib/sqlite-amalgamation
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/sqlite-amalgamation
|
2021-04-28 22:16:45 +00:00
|
|
|
[submodule "contrib/s2geometry"]
|
|
|
|
path = contrib/s2geometry
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/s2geometry
|
2021-08-06 23:55:04 +00:00
|
|
|
[submodule "contrib/bzip2"]
|
|
|
|
path = contrib/bzip2
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/bzip2
|
2021-09-06 14:24:03 +00:00
|
|
|
[submodule "contrib/magic_enum"]
|
|
|
|
path = contrib/magic_enum
|
|
|
|
url = https://github.com/Neargye/magic_enum
|
2021-10-12 00:21:31 +00:00
|
|
|
[submodule "contrib/libprotobuf-mutator"]
|
|
|
|
path = contrib/libprotobuf-mutator
|
|
|
|
url = https://github.com/google/libprotobuf-mutator
|
2021-10-11 01:37:04 +00:00
|
|
|
[submodule "contrib/sysroot"]
|
|
|
|
path = contrib/sysroot
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/sysroot
|
2021-12-22 21:03:42 +00:00
|
|
|
[submodule "contrib/nlp-data"]
|
|
|
|
path = contrib/nlp-data
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/nlp-data
|
2021-11-16 03:38:24 +00:00
|
|
|
[submodule "contrib/hive-metastore"]
|
|
|
|
path = contrib/hive-metastore
|
2022-03-12 01:11:07 +00:00
|
|
|
url = https://github.com/ClickHouse/hive-metastore
|
2021-10-04 14:37:19 +00:00
|
|
|
[submodule "contrib/azure"]
|
|
|
|
path = contrib/azure
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/azure-sdk-for-cpp
|
2022-01-28 17:31:50 +00:00
|
|
|
[submodule "contrib/minizip-ng"]
|
|
|
|
path = contrib/minizip-ng
|
|
|
|
url = https://github.com/zlib-ng/minizip-ng
|
2022-08-30 15:26:56 +00:00
|
|
|
[submodule "contrib/annoy"]
|
|
|
|
path = contrib/annoy
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/annoy
|
2022-04-26 17:52:35 +00:00
|
|
|
[submodule "contrib/qpl"]
|
|
|
|
path = contrib/qpl
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/intel/qpl
|
2023-02-01 14:45:06 +00:00
|
|
|
[submodule "contrib/idxd-config"]
|
|
|
|
path = contrib/idxd-config
|
|
|
|
url = https://github.com/intel/idxd-config
|
2023-12-12 16:15:11 +00:00
|
|
|
[submodule "contrib/QAT-ZSTD-Plugin"]
|
|
|
|
path = contrib/QAT-ZSTD-Plugin
|
|
|
|
url = https://github.com/intel/QAT-ZSTD-Plugin
|
|
|
|
[submodule "contrib/qatlib"]
|
|
|
|
path = contrib/qatlib
|
|
|
|
url = https://github.com/intel/qatlib
|
2022-04-20 23:26:37 +00:00
|
|
|
[submodule "contrib/wyhash"]
|
|
|
|
path = contrib/wyhash
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/wangyi-fudan/wyhash
|
2022-05-08 12:12:15 +00:00
|
|
|
[submodule "contrib/nats-io"]
|
|
|
|
path = contrib/nats-io
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/nats.c
|
2022-06-17 10:15:19 +00:00
|
|
|
[submodule "contrib/vectorscan"]
|
|
|
|
path = contrib/vectorscan
|
2023-05-23 20:13:14 +00:00
|
|
|
url = https://github.com/VectorCamp/vectorscan.git
|
2022-09-26 05:43:14 +00:00
|
|
|
[submodule "contrib/llvm-project"]
|
|
|
|
path = contrib/llvm-project
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/llvm-project
|
2022-09-12 19:51:43 +00:00
|
|
|
[submodule "contrib/corrosion"]
|
|
|
|
path = contrib/corrosion
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/corrosion-rs/corrosion
|
2023-09-26 15:50:19 +00:00
|
|
|
[submodule "contrib/libssh"]
|
|
|
|
path = contrib/libssh
|
|
|
|
url = https://github.com/ClickHouse/libssh.git
|
2022-09-25 17:58:00 +00:00
|
|
|
[submodule "contrib/morton-nd"]
|
|
|
|
path = contrib/morton-nd
|
|
|
|
url = https://github.com/morton-nd/morton-nd
|
2022-11-25 23:14:08 +00:00
|
|
|
[submodule "contrib/xxHash"]
|
|
|
|
path = contrib/xxHash
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/Cyan4973/xxHash
|
2022-12-01 15:43:32 +00:00
|
|
|
[submodule "contrib/crc32-s390x"]
|
|
|
|
path = contrib/crc32-s390x
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/linux-on-ibm-z/crc32-s390x
|
2022-12-06 20:59:54 +00:00
|
|
|
[submodule "contrib/openssl"]
|
|
|
|
path = contrib/openssl
|
|
|
|
url = https://github.com/openssl/openssl
|
2022-12-08 12:38:08 +00:00
|
|
|
[submodule "contrib/google-benchmark"]
|
|
|
|
path = contrib/google-benchmark
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/google/benchmark
|
2022-12-11 18:57:30 +00:00
|
|
|
[submodule "contrib/libdivide"]
|
|
|
|
path = contrib/libdivide
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ridiculousfish/libdivide
|
2023-01-04 14:22:39 +00:00
|
|
|
[submodule "contrib/libbcrypt"]
|
|
|
|
path = contrib/libbcrypt
|
|
|
|
url = https://github.com/rg3/libbcrypt.git
|
2022-12-28 00:54:50 +00:00
|
|
|
[submodule "contrib/ulid-c"]
|
|
|
|
path = contrib/ulid-c
|
2023-02-14 16:45:46 +00:00
|
|
|
url = https://github.com/ClickHouse/ulid-c.git
|
2022-11-21 21:29:40 +00:00
|
|
|
[submodule "contrib/aws-crt-cpp"]
|
|
|
|
path = contrib/aws-crt-cpp
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/aws-crt-cpp
|
2022-11-21 21:29:40 +00:00
|
|
|
[submodule "contrib/aws-c-io"]
|
|
|
|
path = contrib/aws-c-io
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/aws-c-io
|
2022-11-21 21:29:40 +00:00
|
|
|
[submodule "contrib/aws-c-mqtt"]
|
|
|
|
path = contrib/aws-c-mqtt
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/awslabs/aws-c-mqtt
|
2022-11-21 21:29:40 +00:00
|
|
|
[submodule "contrib/aws-c-auth"]
|
|
|
|
path = contrib/aws-c-auth
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/awslabs/aws-c-auth
|
2022-11-21 21:29:40 +00:00
|
|
|
[submodule "contrib/aws-c-cal"]
|
|
|
|
path = contrib/aws-c-cal
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/aws-c-cal
|
2022-11-21 21:29:40 +00:00
|
|
|
[submodule "contrib/aws-c-sdkutils"]
|
|
|
|
path = contrib/aws-c-sdkutils
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/awslabs/aws-c-sdkutils
|
2022-11-21 21:29:40 +00:00
|
|
|
[submodule "contrib/aws-c-http"]
|
|
|
|
path = contrib/aws-c-http
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/awslabs/aws-c-http
|
2022-11-21 21:29:40 +00:00
|
|
|
[submodule "contrib/aws-c-s3"]
|
|
|
|
path = contrib/aws-c-s3
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/awslabs/aws-c-s3
|
2022-11-21 21:29:40 +00:00
|
|
|
[submodule "contrib/aws-c-compression"]
|
|
|
|
path = contrib/aws-c-compression
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/awslabs/aws-c-compression
|
2022-11-21 21:29:40 +00:00
|
|
|
[submodule "contrib/aws-s2n-tls"]
|
|
|
|
path = contrib/aws-s2n-tls
|
2023-01-08 04:40:48 +00:00
|
|
|
url = https://github.com/ClickHouse/s2n-tls
|
2023-01-11 04:56:16 +00:00
|
|
|
[submodule "contrib/crc32-vpmsum"]
|
|
|
|
path = contrib/crc32-vpmsum
|
|
|
|
url = https://github.com/antonblanchard/crc32-vpmsum.git
|
2022-06-27 08:38:00 +00:00
|
|
|
[submodule "contrib/liburing"]
|
|
|
|
path = contrib/liburing
|
|
|
|
url = https://github.com/axboe/liburing
|
2023-05-29 17:00:38 +00:00
|
|
|
[submodule "contrib/libarchive"]
|
|
|
|
path = contrib/libarchive
|
|
|
|
url = https://github.com/libarchive/libarchive.git
|
|
|
|
ignore = dirty
|
2023-04-25 20:07:04 +00:00
|
|
|
[submodule "contrib/libfiu"]
|
|
|
|
path = contrib/libfiu
|
2023-05-10 13:18:02 +00:00
|
|
|
url = https://github.com/ClickHouse/libfiu.git
|
2023-04-17 04:33:39 +00:00
|
|
|
[submodule "contrib/isa-l"]
|
|
|
|
path = contrib/isa-l
|
|
|
|
url = https://github.com/ClickHouse/isa-l.git
|
2023-05-31 17:54:47 +00:00
|
|
|
[submodule "contrib/c-ares"]
|
|
|
|
path = contrib/c-ares
|
|
|
|
url = https://github.com/c-ares/c-ares.git
|
2023-07-23 02:56:47 +00:00
|
|
|
[submodule "contrib/incbin"]
|
|
|
|
path = contrib/incbin
|
|
|
|
url = https://github.com/graphitemaster/incbin.git
|
2023-08-15 12:00:27 +00:00
|
|
|
[submodule "contrib/usearch"]
|
|
|
|
path = contrib/usearch
|
|
|
|
url = https://github.com/unum-cloud/usearch.git
|
2023-08-17 12:20:45 +00:00
|
|
|
[submodule "contrib/SimSIMD"]
|
|
|
|
path = contrib/SimSIMD
|
|
|
|
url = https://github.com/ashvardanian/SimSIMD.git
|
|
|
|
[submodule "contrib/FP16"]
|
|
|
|
path = contrib/FP16
|
|
|
|
url = https://github.com/Maratyszcza/FP16.git
|
|
|
|
[submodule "contrib/robin-map"]
|
|
|
|
path = contrib/robin-map
|
|
|
|
url = https://github.com/Tessil/robin-map.git
|
2023-09-07 08:08:02 +00:00
|
|
|
[submodule "contrib/aklomp-base64"]
|
|
|
|
path = contrib/aklomp-base64
|
|
|
|
url = https://github.com/aklomp/base64.git
|
2023-10-30 18:08:23 +00:00
|
|
|
[submodule "contrib/pocketfft"]
|
|
|
|
path = contrib/pocketfft
|
2023-11-07 19:56:34 +00:00
|
|
|
url = https://github.com/mreineck/pocketfft.git
|
2023-12-02 11:27:55 +00:00
|
|
|
[submodule "contrib/sqids-cpp"]
|
|
|
|
path = contrib/sqids-cpp
|
|
|
|
url = https://github.com/sqids/sqids-cpp.git
|
2024-01-03 08:03:01 +00:00
|
|
|
[submodule "contrib/idna"]
|
|
|
|
path = contrib/idna
|
|
|
|
url = https://github.com/ada-url/idna.git
|
2024-04-02 13:40:40 +00:00
|
|
|
[submodule "contrib/double-conversion"]
|
|
|
|
path = contrib/double-conversion
|
|
|
|
url = https://github.com/ClickHouse/double-conversion.git
|
2024-04-12 14:10:06 +00:00
|
|
|
[submodule "contrib/expected"]
|
|
|
|
path = contrib/expected
|
|
|
|
url = https://github.com/TartanLlama/expected
|