ClickHouse/programs
Azat Khuzhin a10aa9ad50 Force libunwind usage (removes gcc_eh support)
libunwind is reentrant and signal safe, and works faster then then
gcc_eh (plus it has some custom patches for problems that have been
found during it's usage in ClickHouse).

gcc_eh may be missing in the system (if gcc was not installed), and
even if it exists clickhouse uses -nodefaultlibs, so some care should be
made to make it work.

Also this library is tiny and there shouln't be any problem to require
it always (there is already tendency to require some contrib libraries,
i.e. poco).

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-07-08 20:55:50 +02:00
..
bash-completion Update available formats for bash completion 2022-08-28 17:22:32 +02:00
benchmark Revert "Added tests for ClickHouse apps help and fixed help issues" 2023-04-21 01:54:34 +03:00
client add explicit finalize calls 2023-06-26 16:03:47 +02:00
compressor Revert "Added tests for ClickHouse apps help and fixed help issues" 2023-04-21 01:54:34 +03:00
copier Merge branch 'master' into zvonand-implicit-tz 2023-06-21 13:41:35 +02:00
diagnostics Update github.com/distribution/distribution 2023-05-22 23:36:39 +02:00
disks try to fix some trash in Disks 2023-06-18 14:59:10 +02:00
extract-from-config Revert "Added tests for ClickHouse apps help and fixed help issues" 2023-04-21 01:54:34 +03:00
format add missing finalize calls 2023-06-28 10:51:54 +02:00
git-import Revert "Added tests for ClickHouse apps help and fixed help issues" 2023-04-21 01:54:34 +03:00
install Revert "Added tests for ClickHouse apps help and fixed help issues" 2023-04-21 01:54:34 +03:00
keeper Merge branch 'master' into fix-shutdown-race 2023-07-03 11:15:34 +02:00
keeper-client Fix keeper-client help message 2023-06-13 21:09:30 -04:00
keeper-converter Fix build 2023-07-07 01:31:52 +02:00
library-bridge style 2023-04-20 12:04:12 +02:00
local Merge branch 'master' into clickhouse-local-default-settings 2023-07-06 03:30:11 +03:00
obfuscator Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-implicit-tz 2023-05-05 15:50:26 +02:00
odbc-bridge cleanup cmakelists 2023-04-20 11:58:51 +02:00
self-extracting Use PROJECT_*_DIR instead of CMAKE_*_DIR. 2023-05-18 23:23:39 +08:00
server Force libunwind usage (removes gcc_eh support) 2023-07-08 20:55:50 +02:00
static-files-disk-uploader Revert "Added tests for ClickHouse apps help and fixed help issues" 2023-04-21 01:54:34 +03:00
su Revert "Added tests for ClickHouse apps help and fixed help issues" 2023-04-21 01:54:34 +03:00
CMakeLists.txt Add embedded keeper-client to keeper standalone binary 2023-06-15 12:08:20 -04:00
config_tools.h.in Keeper Client MVP 2023-03-31 12:41:22 +00:00
embed_binary.S.in Adds a better way to include binary resources 2021-06-09 14:03:30 -07:00
main.cpp Revert "Added tests for ClickHouse apps help and fixed help issues" 2023-04-21 01:54:34 +03:00