ClickHouse/base
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
..
bridge Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
common Replace !__clang__ with !defined(__clang) to fix gcc builds 2021-04-18 23:37:50 +03:00
daemon Fix vanilla GCC compilation in macOS 2021-04-09 04:28:24 +04:00
ext Block all memory tracking limits in SCOPE_EXIT_*SAFE 2021-04-14 23:38:41 +03:00
glibc-compatibility Add one more variant to memcpy benchmark 2021-03-16 00:04:03 +03:00
harmful fix 2021-01-20 14:12:33 +03:00
loggers Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00
mysqlxx Fix settings 2021-04-01 11:41:22 +00:00
pcg-random Fix codespell warnings. Split style checks. Update style checks docker 2020-12-24 13:17:52 +03:00
readpassphrase readpassphrase mute recursion in macro expansion 2021-03-10 18:05:24 +03:00
widechar_width Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00
CMakeLists.txt Fix split build finally 2021-03-12 21:12:34 +00:00
ya.make Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00