ClickHouse/src/Common/Config
Robert Schulze 118e94523c
Activate clang-tidy warning "readability-container-contains"
This check suggests replacing <Container>.count() by
<Container>.contains() which is more speaking and in case of
multimaps/multisets also faster.
2022-04-18 23:53:11 +02:00
..
AbstractConfigurationComparison.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
AbstractConfigurationComparison.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CMakeLists.txt Remove unbundled yaml-cpp support 2022-01-20 10:01:59 +03:00
ConfigHelper.cpp use .empty() instead of .size() == 0 2021-12-31 08:30:21 +08:00
ConfigHelper.h Build improvement 2022-01-17 22:36:27 +08:00
ConfigProcessor.cpp Delete nodes with attributes remove or replace if they didn't merge (#35141) 2022-03-10 23:40:55 +01:00
ConfigProcessor.h Remove Arcadia 2022-04-16 00:20:47 +02:00
configReadClient.cpp Remove misleading stderr 2021-07-10 00:00:13 +03:00
configReadClient.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ConfigReloader.cpp Stop all periodic reloading of all the configuration files on shutdown earlier. 2021-11-22 12:26:05 +03:00
ConfigReloader.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
YAMLParser.cpp Parsing YAML config to XML leads to incorrect structures (#35135) 2022-03-10 13:09:48 +01:00
YAMLParser.h Remove cruft 2021-10-28 02:10:39 +03:00