ClickHouse/dbms/src/Common/tests
proller d09c5c871b Build fixes (#6491)
* Fix build

* cmake: fix cpuinfo

* Fix includes after processors merge

Conflicts:
	dbms/src/Processors/Formats/Impl/CapnProtoRowInputFormat.cpp
	dbms/src/Processors/Formats/Impl/ParquetBlockOutputFormat.cpp
	dbms/src/Processors/Formats/Impl/ProtobufRowInputFormat.cpp
	dbms/src/Processors/Formats/Impl/ProtobufRowOutputFormat.cpp

* Fix build in gcc8

* fix test link

* fix test link

* Fix test link

* link fix

* Fix includes after processors merge 2

Conflicts:
	dbms/src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp

* Fix includes after processors merge 3

* link fix

* Fix likely/unlikely conflict with cython

* Fix conflict with protobuf/stubs/atomicops.h

* remove unlikely.h

* Fix macos build (do not use timer_t)
2019-08-18 01:53:46 +03:00
..
allocator.cpp Fix allocator test 2017-11-22 17:54:12 +03:00
arena_with_free_lists.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
array_cache.cpp Added some warnings from clang's -Weverything 2019-01-04 16:54:39 +03:00
auto_array.cpp A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
AvalancheTest.cpp Applied clang-format to some imported code [#CLICKHOUSE-2] 2018-05-07 05:06:00 +03:00
AvalancheTest.h Avoid temporary nullptr references [#CLICKHOUSE-2] 2018-09-02 06:00:04 +03:00
CMakeLists.txt Build fixes (#6491) 2019-08-18 01:53:46 +03:00
compact_array.cpp Changed boost::filesystem to std::filesystem 2019-08-01 01:37:41 +03:00
cow_columns.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
cow_compositions.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
gtest_rw_lock.cpp Better code in unit tests 2019-07-08 04:58:31 +03:00
gtest_shell_command.cpp Better code in unit tests 2019-07-08 04:58:31 +03:00
gtest_thread_pool_concurrent_wait.cpp Better code in unit tests 2019-07-08 04:58:31 +03:00
gtest_thread_pool_global_full.cpp Fixed tests 2019-08-03 04:10:13 +03:00
gtest_thread_pool_limit.cpp Better code in unit tests 2019-07-08 04:58:31 +03:00
gtest_thread_pool_loop.cpp Better code in unit tests 2019-07-08 04:58:31 +03:00
gtest_thread_pool_schedule_exception.cpp Better code in unit tests 2019-07-08 04:58:31 +03:00
gtest_unescapeForFileName.cpp Better code in unit tests 2019-07-08 04:58:31 +03:00
hash_table.cpp A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
hashes_test.cpp Split Common/config.h by libs (dbms) (#5715) 2019-06-24 14:17:15 +03:00
int_hashes_perf.cpp Avoid temporary nullptr references [#CLICKHOUSE-2] 2018-09-02 06:00:04 +03:00
integer_hash_tables_and_hashes.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
lru_cache.cpp Style #2913 2018-08-24 08:25:00 +03:00
mi_malloc_test.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
multi_version.cpp Attempt to implemnt global thread pool #4018 2019-01-14 22:22:09 +03:00
parallel_aggregation2.cpp A few fixes for PVS-Studio 2019-07-08 02:25:15 +03:00
parallel_aggregation.cpp A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
pod_array.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
radix_sort.cpp Fixes 2019-04-27 20:52:43 +03:00
Random.cpp CLICKHOUSE-3762 Build fixes (#2488) 2018-06-19 21:09:09 +03:00
Random.h Applied clang-format to some imported code [#CLICKHOUSE-2] 2018-05-07 05:06:00 +03:00
simple_cache.cpp introduce Backtrace class 2019-06-28 18:06:38 +00:00
sip_hash_perf.cpp Better [#CLICKHOUSE-2]. 2017-12-01 21:36:55 +03:00
sip_hash.cpp Style [#CLICKHOUSE-2] 2018-05-07 05:15:24 +03:00
small_table.cpp A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
space_saving.cpp Better [#CLICKHOUSE-2]. 2017-12-01 21:36:55 +03:00
stopwatch.cpp Miscellaneous [#CLICKHOUSE-2] 2018-02-25 05:43:27 +03:00
symbol_index.cpp Minor modifications 2019-07-30 19:18:06 +03:00
thread_creation_latency.cpp Various fixes for PVS-Studio 2019-06-16 21:13:39 +03:00