ClickHouse/src/Common/tests
Azat Khuzhin 2561a67fd8 Replace !__clang__ with !defined(__clang) to fix gcc builds
$ gg 'if !__clang__' | cut -d: -f1 | sort -u | xargs sed -i 's/#if !__clang__/#if !defined(__clang__)/g'
2021-04-18 23:37:50 +03:00
..
arena_with_free_lists.cpp Checkpoint 2020-04-22 10:03:43 +03:00
array_cache.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
auto_array.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
average.cpp Style 2020-10-20 04:29:34 +03:00
chaos_sanitizer.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
CMakeLists.txt Added LRUHashMap 2021-02-07 00:06:27 +03:00
compact_array.cpp Replace !__clang__ with !defined(__clang) to fix gcc builds 2021-04-18 23:37:50 +03:00
cow_columns.cpp Enable clang-tidy for programs and utils 2020-05-18 04:19:50 +03:00
cow_compositions.cpp Progress on task 2020-05-23 22:35:08 +03:00
gtest_DateLUTImpl.cpp More coarse test for DateLUT 2021-03-29 19:54:07 +03:00
gtest_find_symbols.cpp Move tests to appropriate place 2021-03-04 01:34:30 +03:00
gtest_getMultipleValuesFromConfig.cpp remove other stringstreams 2020-11-09 22:12:44 +03:00
gtest_global_context.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
gtest_global_register.h Fix unit tests 2020-11-04 13:14:23 +03:00
gtest_hash_table.cpp HashTable fix bug during resize with nonstandard grower 2021-02-15 22:23:10 +03:00
gtest_json_test.cpp Fix test 2021-03-04 01:55:56 +03:00
gtest_local_date_time_comparison.cpp Make some tests automated 2021-03-04 02:11:27 +03:00
gtest_log.cpp Remove namespace pollution 2020-05-31 00:57:37 +03:00
gtest_lru_hash_map.cpp Fixed unit tests 2021-02-08 11:44:32 +03:00
gtest_makeRegexpPatternFromGlobs.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_pod_array.cpp Updated tests and documentation 2021-03-26 18:42:32 +03:00
gtest_rw_lock.cpp fixes 2020-10-16 15:20:30 +03:00
gtest_sensitive_data_masker.cpp remove other stringstreams 2020-11-09 22:12:44 +03:00
gtest_shell_command.cpp Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
gtest_strong_typedef.cpp Move tests to appropriate place 2021-03-04 01:34:30 +03:00
gtest_thread_pool_concurrent_wait.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_thread_pool_global_full.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_thread_pool_limit.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_thread_pool_loop.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_thread_pool_schedule_exception.cpp Fix typos 2020-08-16 15:09:41 +03:00
gtest_unescapeForFileName.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
hashes_test.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
int_hashes_perf.cpp Fix build on Mac OS 2020-10-10 11:02:02 +03:00
integer_hash_tables_and_hashes.cpp Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
lru_hash_map_perf.cpp Fixed build issues 2021-02-07 16:45:29 +03:00
memory_statistics_os_perf.cpp ISSUES-4006 try fix build failure & fix float 32 parser 2020-08-04 10:31:27 +08:00
parallel_aggregation2.cpp Replace !__clang__ with !defined(__clang) to fix gcc builds 2021-04-18 23:37:50 +03:00
parallel_aggregation.cpp Replace !__clang__ with !defined(__clang) to fix gcc builds 2021-04-18 23:37:50 +03:00
pod_array.cpp Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
procfs_metrics_provider_perf.cpp Implementation of new system metrics provider (Procfs) (#10544) 2020-05-01 21:47:41 +03:00
radix_sort.cpp Various comments 2020-05-24 21:05:06 +03:00
shell_command_inout.cpp Fix error with executable dictionary source 2020-09-07 09:40:01 +03:00
simple_cache.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
sip_hash_perf.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
small_table.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
space_saving.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
stopwatch.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
symbol_index.cpp Print inline frames augmenting usual ones 2021-01-20 17:05:25 +03:00
thread_creation_latency.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00