Robert Schulze
|
a4e037c728
|
Remove unused M_LIBRARY link
|
2022-06-01 11:02:39 +02:00 |
|
Robert Schulze
|
12871a43e1
|
Cosmetics
|
2022-06-01 11:02:39 +02:00 |
|
Azat Khuzhin
|
53a9778fb7
|
contrib/h3: use hidden library
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-01-21 10:11:22 +03:00 |
|
Azat Khuzhin
|
3889f79a3d
|
Remove unbundled h3 support
|
2022-01-20 10:01:59 +03:00 |
|
Yatsishin Ilya
|
8a70a9ba7c
|
update cmake
|
2021-06-22 10:39:27 +03:00 |
|
Alexey Milovidov
|
2e0ac4b5ca
|
Somewhat better support for paths with whitespaces
|
2021-04-24 22:48:44 +03:00 |
|
Alexey Milovidov
|
4ff812db7f
|
Maybe better support for paths with whitespaces
|
2021-04-24 22:47:52 +03:00 |
|
Alexey Milovidov
|
bb56daf026
|
Fix build
|
2021-01-21 21:42:26 +03:00 |
|
proller
|
77bd2624ea
|
Build fixes (#6016)
* Fix building without submodules
* Fix more gcc9 warnings
* was wrong!
../dbms/src/IO/WriteBufferAIO.cpp:277:54: error: result of comparison 'ssize_t' (aka 'long') > 9223372036854775807 is always false [-Werror,-Wtautological-type-limit-compare]
if ((static_cast<ssize_t>(flush_buffer.offset()) > std::numeric_limits<off_t>::max()) ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* mimalloc off MI_OVERRIDE
* Fix freebsd build
* Fix shared build
* Fix build in gcc9
* Fix split build
* fix
* fix
* fix
* fix
* clean
* zstd
* Update CMakeLists.txt
* Update Defines.h
* Try fix -Wsign-compare
* Freebsd fix
* Add missing libs
* Fix double-conversion include for copy-headers
* Fix zlib link
* Fix includes for arcadia
* Fix includes for arcadia
* Fix includes for arcadia
* Freebsd fix
* Arcadia fixes
* Update QueryProfiler.cpp
* Freebsd fix
* clean
* 19.11: Fixes for arcadia porting (#6223)
* fix glibc-compatibility
* M_LIBRARY fix
* wip
* Fix
* Fix arm build
* unwind fix
* Update CMakeLists.txt
|
2019-08-04 03:19:03 +03:00 |
|
Alexey Milovidov
|
1777313821
|
Own CMakeLists for H3 because otherwise "m" library does not link correctly
|
2019-06-30 21:49:57 +03:00 |
|