Alexander Kuzmenkov
|
fe519cbea4
|
Pass const StringRef & to ZeroTraits::check
There is no reason to pass by value to this function, and this
is slower in debug builds, and leads to extra unexpected instrumentation
under asan.
|
2019-07-02 20:48:33 +03:00 |
|
proller
|
ff30a156c9
|
Fix compile on ARM
Freebsd fix
|
2019-01-31 18:38:21 +03:00 |
|
proller
|
5678d1ed98
|
Build fixes (#3545)
* StorageSystemContributors clean
* Fix
* ARM fixes
* Fix arm compile
* fix
* Fix macos?
* Fix includes
* fix
* fix
* Try fix apple build part 1
* Fix identation
* Fix static libc++ in clang
* fix arm build
* better
* fix
* fix
* better check-include
|
2018-11-10 23:09:07 +03:00 |
|
Alexey Milovidov
|
8cf76fb6a4
|
Fixed error in UBSan [#CLICKHOUSE-2]
|
2018-09-01 23:39:37 +03:00 |
|
Alexey Milovidov
|
36db216abf
|
Preparation for extra warnings [#CLICKHOUSE-2]
|
2018-08-10 07:02:56 +03:00 |
|
proller
|
7a813002aa
|
Build fixes
|
2017-12-28 15:58:39 +03:00 |
|
proller
|
68850012bd
|
Embedded compiler fixes
|
2017-12-27 23:07:16 +03:00 |
|
Alexey Milovidov
|
4488783072
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:01:41 +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 |
|