Ivan
|
47ad338cb2
|
Refactor CMake build files (#11390)
* Get rid of lib_name.cmake
* Refactor Boost and HyperScan libraries
* Refactor lz4
* Fix build with xxHash
|
2020-06-09 13:54:49 +03:00 |
|
Ivan
|
85d783c247
|
Poco contrib refactoring (#10396)
* Remove config_common.h
* Refactor libcpuid contrib
* Remove support for libcpuinfo
* Define USE_CPUID in Arcadia
* Refactor Poco libraries
|
2020-05-08 17:11:19 +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 |
|
Vitaly Baranov
|
36add97932
|
Fix print_include_directories.cmake
|
2019-03-04 22:47:34 +03:00 |
|
proller
|
1d40c2c871
|
Better link and deps (#3631)
* try fix 1
* Better deps
* fix
* fix
* fix
* Update CMakeLists.txt
* Update CMakeLists.txt
* fix
* fix
* fix
* disable old
* Update find_odbc.cmake
|
2018-11-21 22:20:27 +03:00 |
|
proller
|
2778f35e48
|
Lib Parsers
|
2017-11-21 22:35:54 +03:00 |
|
proller
|
aa3dd03389
|
Split lib dbms to dbms + dbms_common_io
|
2017-11-17 22:19:49 +03:00 |
|
proller
|
64194c9b03
|
Updating poco and making submodule (#1263)
* Updating poco part 1: use submodule
* switch to tmp submodule
* update submodule
* wip
* wip
* wip
* wip
* wip
* fix
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* test
* wip
* wip
* wip
* wip
* wip
* wip
* Remove werror
* wip
* wip
* wip
* wip
* wip
* Block pipe signal
* Update poco
* Update and fix poco
* Better sigpipe handler
* Better block sigpipe
* Update BaseDaemon.cpp
|
2017-10-13 21:58:19 +03:00 |
|
proller
|
44f669c1ca
|
Cmake: fix USE_INTERNAL_BOOST_LIBRARY=0
|
2017-08-18 02:02:51 +03:00 |
|
proller
|
4988cb9f03
|
Issue #1110 : Fix build without installed boost (#1115)
|
2017-08-17 21:17:17 +03:00 |
|
proller
|
ac178bde1f
|
Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083)
* Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM
* Fix lib find order
* Allow define non-contrib cityhash farmhash metrohash
* Fix message
* Cmake: fixes
* clean
* Update CMakeLists.txt
|
2017-08-09 23:52:55 +03:00 |
|
proller
|
4db8d09de9
|
Reorganize includes. part 1 (#921)
* Make libunwind optional. Allow use custom libcctz
* fix
* Fix
* fix
* Update BaseDaemon.cpp
* Update CMakeLists.txt
* Reorganize includes. part 1
* Update dbms_include.cmake
* Reorganize includes. part 2
* Reorganize includes. part 3
* dbms/src/Common/ThreadPool -> libs/libcommon
* Reorganize includes. part 4
* Fix print_include_directories
* Update thread_creation_latency.cpp
* Update StringRef.h
|
2017-06-23 23:22:35 +03:00 |
|
Alexey Milovidov
|
137ad95929
|
Changed tabs to spaces in code [#CLICKHOUSE-3].
|
2017-04-01 11:35:09 +03:00 |
|
proller
|
5fdeebada7
|
Fix generate includes for clang (#348)
|
2017-01-17 17:11:55 +03:00 |
|
Vladimir Chebotarev
|
1d5607ca4a
|
cmake: Build was fixed. [#METR-21516]
|
2016-12-06 22:40:20 +03:00 |
|
Vladimir Chebotarev
|
eb552f2943
|
cmake: Improved copy_headers.sh script, minor fixes. [#METR-21516]
|
2016-12-06 21:04:10 +03:00 |
|