Pablo Marcos
e11220beb3
Merge branch 'master' into google-cloud-cpp
2024-11-20 13:05:30 +01:00
Pablo Marcos
a3c969b44d
Remove tests before merge
2024-11-20 09:33:48 +00:00
Pablo Marcos
170da747d5
Fix googleapis_download to always use the local tarball
2024-11-19 20:00:07 +00:00
Pablo Marcos
4563e79688
Enable jwt-cpp only for ClickHouse Cloud
2024-11-19 18:03:25 +00:00
Pablo Marcos
75f781c18e
Enable Google Cloud Cpp by default only for ClickHouse Cloud
2024-11-19 17:20:55 +00:00
Pablo Marcos
d35e230ef6
Add jwt-cpp submodule
2024-11-19 17:00:15 +00:00
Pablo Marcos
bf180940cd
Update google-cloud-cpp to v2.31.0
...
Also address some minor issues pointed in the review
2024-11-19 15:52:23 +00:00
Pablo Marcos
a44f877343
Ensure destination dir is empty to allow configuring more than once :)
...
CMake Error at contrib/google-cloud-cpp-cmake/CMakeLists.txt:47 (file):
file RENAME failed to rename
/home/ubuntu/ClickHouse/clickhouse-private/build/contrib/google-cloud-cpp-cmake/../../external/googleapis/src/googleapis-e60db19f11f94175ac682c5898cce0f77cc508ea
to
/home/ubuntu/ClickHouse/clickhouse-private/build/contrib/google-cloud-cpp-cmake/../../external/googleapis/src/googleapis_download
because: Directory not empty
2024-11-19 15:51:46 +00:00
Pablo Marcos
67d81a377e
Remove find_package calls
...
Even if the lines are commented out, the style check
complains about it, so we'd rather remove them entirely.
2024-11-19 15:51:46 +00:00
Pablo Marcos
adcee45ad2
Allow us to use google-cloud-cpp CMake files
2024-11-19 15:51:46 +00:00
Robert Schulze
bdb35d9b63
Don't downlaod from remote
2024-11-19 15:51:46 +00:00
Pablo Marcos
4db7468386
Add google-cloud-cpp
2024-11-19 15:51:43 +00:00
Robert Schulze
f2d6b1db7f
Better
2024-11-10 12:40:20 +00:00
Robert Schulze
ba20032987
Fix build
2024-11-08 14:08:36 +00:00
Robert Schulze
69ae052103
SimSIMD: Improve suppression for msan false positive
2024-11-08 14:07:53 +00:00
Robert Schulze
1de0d2f46c
Merge pull request #69387 from rschu1ze/enable-simsimd
...
USearch: Enable SimSIMD backend + enable dynamic dispatch
2024-11-05 14:30:32 +00:00
Robert Schulze
1abfa41b89
Update CMakeLists.txt
2024-11-05 11:18:11 +01:00
Robert Schulze
12c21dc7df
Minor fixups
2024-11-04 09:06:14 +00:00
Robert Schulze
7f1ccc30c9
Try to suppress msan warnings
2024-11-03 21:19:27 +00:00
Robert Schulze
6235cbdc96
Merge remote-tracking branch 'ClickHouse/master' into bump-krb5
2024-11-03 17:30:47 +00:00
Robert Schulze
27241b484f
Fix linker warning
2024-11-03 16:00:33 +00:00
Robert Schulze
3a042c0804
Enable dynamic dispatch in SimSIMD
2024-11-01 20:08:51 +00:00
Robert Schulze
9d0f256dfe
Enable SimSIMD backend in Usearch
2024-11-01 20:08:44 +00:00
Robert Schulze
df285a140e
Merge pull request #71344 from rschu1ze/usearch-2.16
...
Bump USearch to 2.16.0 and add more tests
2024-11-01 19:25:28 +00:00
Robert Schulze
3e2d5e508b
Add forked SimSIMD submodule
2024-11-01 12:22:51 +00:00
Robert Schulze
00cd068389
Remove upstream SimSIMD submodule
2024-11-01 12:22:22 +00:00
Nikita Mikhaylov
fe2514955c
Enable threading
2024-11-01 12:31:50 +01:00
Nikita Mikhaylov
c895e85585
Bump
2024-11-01 12:31:50 +01:00
Nikita Mikhaylov
6923b9ec3f
Update the submodule
2024-11-01 12:31:50 +01:00
Nikita Mikhaylov
f38e07a027
Fix build
2024-11-01 12:31:50 +01:00
Nikita Mikhaylov
c6f4ae696b
Sort lines in CMake
2024-11-01 12:31:50 +01:00
Nikita Mikhaylov
fad6e88691
Bump
2024-11-01 12:31:50 +01:00
Robert Schulze
4b04604f5b
Bump USearch to 2.16.0 and add more tests
2024-11-01 09:21:43 +00:00
Antonio Andelic
3e6b62f420
Merge pull request #70900 from filimonov/linux_capabilities
...
make numactl respect EPERM error, when get_mempolicy is is restricted by seccomp
2024-10-28 10:48:58 +00:00
Mikhail Filimonov
73193f4de5
shift to the master branch
2024-10-26 10:17:22 +02:00
Mikhail Filimonov
70e644ab5d
make numactl respect EPERM error, when get_mempolicy is is restricted by seccomp
2024-10-24 20:44:59 +02:00
Alexey Milovidov
10e0219250
Remove idxd-config library which has incompatible license
2024-10-23 21:45:39 +02:00
Nikita Taranov
bbea58e19b
upd to master
2024-10-21 18:35:41 +01:00
Nikita Taranov
224a2bfd05
Merge branch 'master' into upd_orc
2024-10-21 18:34:20 +01:00
Robert Schulze
d02a31da44
Merge pull request #70616 from rschu1ze/query-time-ef-search
...
Vector search: allow to specify HNSW parameter `ef_search` at query time
2024-10-21 06:47:46 +00:00
liuneng
da7995c967
update libhdfs3
2024-10-17 10:37:54 +08:00
Robert Schulze
4b6b152562
Merge remote-tracking branch 'ClickHouse/master' into query-time-ef-search
2024-10-16 09:43:28 +00:00
Nikita Mikhaylov
7c5374d7d7
Update contrib/grpc-cmake/CMakeLists.txt
...
Co-authored-by: Aris Tritas <113912678+aris-aiven@users.noreply.github.com>
2024-10-15 17:26:05 +02:00
Nikita Mikhaylov
fac2302d6d
CXX version for GRPC
2024-10-15 14:41:07 +02:00
Nikita Mikhaylov
09acc12ca9
Fix native MacOS build
2024-10-15 11:03:51 +02:00
Robert Schulze
d8ea2198b7
Better
2024-10-14 17:50:47 +00:00
Nikita Taranov
df2dcd206e
upd
2024-10-14 15:00:36 +01:00
Nikita Taranov
1babf5a844
Merge branch 'master' into upd_orc
2024-10-14 14:50:09 +01:00
Konstantin Bogdanov
47d52c780f
Use libdivide v5.1
2024-10-05 14:51:23 +02:00
Konstantin Bogdanov
f0ae77edb0
Fix build with clang-19
2024-10-05 14:47:23 +02:00