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 |
|
proller
|
c800913e5a
|
Fix build clickhouse as submodule (#5574)
|
2019-06-10 21:50:46 +03:00 |
|
proller
|
f69f03c96f
|
Try fix shared libxml2 build (#5123)
|
2019-04-26 18:37:22 +03:00 |
|
proller
|
97c532c0f0
|
Build fixes (#5114)
Need to push builder docker image
|
2019-04-26 02:21:59 +03:00 |
|
proller
|
ba4687e110
|
Cmake: dont use LINK_MODE (but use BUILD_SHARED_LIBS) (#5091)
|
2019-04-24 12:06:28 +03:00 |
|
Alexey Milovidov
|
8a033d4a9c
|
Fixed error in build of libxml2 #3617
|
2018-12-08 04:41:00 +03:00 |
|
alesapin
|
80b49e4c0a
|
Add integration test, put dependent libs to contrib, slightly refine
code.
|
2018-12-07 14:41:24 +03:00 |
|