ClickHouse/programs/keeper
Benjamin Naecker c3506bf16d Adds a better way to include binary resources
- Uses a small assembly file to include binary resources, rather than
  objcopy
- Updates `base/common/getResource.cpp` for this new method of inclusion
- Removes linux-only guards in CMake files, as this solution is
  cross-platform.

The resulting binary resources are available in the ClickHouse server
binary on Linux, macOS, and illumos platforms. FreeBSD has not been
tested, but will likely work as well.
2021-06-09 14:03:30 -07:00
..
clickhouse-keeper.cpp Some copy-paste 2021-05-12 13:39:07 +03:00
CMakeLists.txt Adds a better way to include binary resources 2021-06-09 14:03:30 -07:00
keeper_config.xml Missed config file 2021-05-12 17:09:05 +03:00
keeper_embedded.xml Better cmake for keeper 2021-05-13 15:26:10 +03:00
Keeper.cpp Do not built clickhouse-keeper w/o NuRaft 2021-05-23 08:37:56 +03:00
Keeper.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00