ClickHouse/src/Common/examples
Robert Schulze 1a0b5f33b3
More consistent use of platform macros
cmake/target.cmake defines macros for the supported platforms, this
commit changes predefined system macros to our own macros.

__linux__ --> OS_LINUX
__APPLE__ --> OS_DARWIN
__FreeBSD__ --> OS_FREEBSD
2022-06-10 10:22:31 +02:00
..
arena_with_free_lists.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
array_cache.cpp move to examples everywhere 2021-04-27 01:51:42 +03:00
average.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
chaos_sanitizer.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CMakeLists.txt Merge pull request #33842 from azat/cmake-contrib-fixes 2022-01-22 10:34:54 +03:00
compact_array.cpp move to examples everywhere 2021-04-27 01:51:42 +03:00
cow_columns.cpp move to examples everywhere 2021-04-27 01:51:42 +03:00
cow_compositions.cpp fixed the cow_compositions.cpp clone inner column when there is no need 2022-04-23 18:42:04 +08:00
executable_udf.cpp Fix style check 2021-10-20 15:33:20 +03:00
hashes_test.cpp move to examples everywhere 2021-04-27 01:51:42 +03:00
hive_metastore_client.cpp implement hive table engine 2021-11-05 19:55:30 +08:00
int_hashes_perf.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
integer_hash_tables_and_hashes.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
integer_hash_tables_benchmark.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
interval_tree.cpp Added IntervalTree documentation 2022-01-18 13:20:43 +00:00
lru_hash_map_perf.cpp better 2021-05-27 23:43:00 +03:00
memory_statistics_os_perf.cpp move to examples everywhere 2021-04-27 01:51:42 +03:00
parallel_aggregation2.cpp better 2021-05-27 23:43:00 +03:00
parallel_aggregation.cpp move to examples everywhere 2021-04-27 01:51:42 +03:00
procfs_metrics_provider_perf.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
radix_sort.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
shell_command_inout.cpp move to examples everywhere 2021-04-27 01:51:42 +03:00
sip_hash_perf.cpp move to examples everywhere 2021-04-27 01:51:42 +03:00
small_table.cpp move to examples everywhere 2021-04-27 01:51:42 +03:00
space_saving.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
stopwatch.cpp move to examples everywhere 2021-04-27 01:51:42 +03:00
symbol_index.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
thread_creation_latency.cpp move to examples everywhere 2021-04-27 01:51:42 +03:00