diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-25 11:28:36 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-25 11:28:36 +0300 |
commit | 840813e444ead1827cba829e6ec0fb9739e03c4a (patch) | |
tree | d02d3fc3388eb180ec62d570cc94920df0282938 | |
parent | 66834feb30614a28410b37b4be1842f6eb9fc7ed (diff) | |
download | ydb-840813e444ead1827cba829e6ec0fb9739e03c4a.tar.gz |
intermediate changes
ref:e3f00ef4e6dea6578b7e9ead4e6c020e1e259495
78 files changed, 142 insertions, 216 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7695ea3b6b0..1bc9ace0e79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -244,6 +244,10 @@ add_subdirectory(library/cpp/string_utils/levenshtein_diff) add_subdirectory(util/draft) add_subdirectory(library/cpp/yson) add_subdirectory(library/cpp/yt/misc) +add_subdirectory(contrib/libs/farmhash) +add_subdirectory(contrib/libs/farmhash/arch/sse41) +add_subdirectory(contrib/libs/farmhash/arch/sse42) +add_subdirectory(contrib/libs/farmhash/arch/sse42_aesni) add_subdirectory(library/cpp/yt/exception) add_subdirectory(library/cpp/yt/yson) add_subdirectory(library/cpp/yt/yson_string) @@ -260,10 +264,10 @@ add_subdirectory(contrib/libs/zstd) add_subdirectory(contrib/libs/xxhash) add_subdirectory(ydb/library/yql/public/decimal) add_subdirectory(ydb/library/yql/public/types) -add_subdirectory(contrib/tools/protoc/plugins/cpp_styleguide) -add_subdirectory(contrib/libs/protoc) add_subdirectory(contrib/libs/protobuf) add_subdirectory(contrib/tools/protoc/bin) +add_subdirectory(contrib/libs/protoc) +add_subdirectory(contrib/tools/protoc/plugins/cpp_styleguide) add_subdirectory(ydb/library/yql/utils) add_subdirectory(library/cpp/digest/md5) add_subdirectory(contrib/libs/nayuki_md5) @@ -1071,10 +1075,6 @@ add_subdirectory(ydb/library/yql/udfs/common/datetime) add_subdirectory(library/cpp/timezone_conversion) add_subdirectory(ydb/library/yql/udfs/common/datetime2) add_subdirectory(ydb/library/yql/udfs/common/digest) -add_subdirectory(contrib/libs/farmhash) -add_subdirectory(contrib/libs/farmhash/arch/sse41) -add_subdirectory(contrib/libs/farmhash/arch/sse42) -add_subdirectory(contrib/libs/farmhash/arch/sse42_aesni) add_subdirectory(contrib/libs/highwayhash) add_subdirectory(contrib/libs/highwayhash/arch/avx2) add_subdirectory(contrib/libs/highwayhash/arch/sse41) diff --git a/build/ya.conf.json b/build/ya.conf.json index a8e378f7a75..1f3e8d09242 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -7449,7 +7449,7 @@ }, "horadric": { "formula": { - "sandbox_id": 1225176308, + "sandbox_id": 1226278037, "match": "horadric" }, "executable": { @@ -7592,7 +7592,7 @@ }, "apphost": { "formula": { - "sandbox_id": 1225176116, + "sandbox_id": 1226278001, "match": "app_host_launcher" }, "executable": { @@ -8244,7 +8244,7 @@ }, "bigb_request": { "formula": { - "sandbox_id": 1225176234, + "sandbox_id": 1226279272, "match": "bb_requester" }, "executable": { @@ -8255,7 +8255,7 @@ }, "bigb_hitlog_analyser": { "formula": { - "sandbox_id": 1225175680, + "sandbox_id": 1226278641, "match": "hitlog_analyser" }, "executable": { @@ -8277,7 +8277,7 @@ }, "bigb_bb_cluster_analyzer": { "formula": { - "sandbox_id": 1225175409, + "sandbox_id": 1226278941, "match": "bb_cluster_analyzer" }, "executable": { @@ -8288,7 +8288,7 @@ }, "bigb_yt_profiles_dumper": { "formula": { - "sandbox_id": 1225175321, + "sandbox_id": 1226277852, "match": "yt_profiles_dumper" }, "executable": { @@ -8299,7 +8299,7 @@ }, "bigb_ab": { "formula": { - "sandbox_id": 1225175350, + "sandbox_id": 1226280514, "match": "ab" }, "executable": { @@ -8323,7 +8323,7 @@ }, "caesar_yt_sync": { "formula": { - "sandbox_id": 1225175813, + "sandbox_id": 1226279126, "match": "yt_sync" }, "executable": { @@ -8334,7 +8334,7 @@ }, "caesar_lookup_profile": { "formula": { - "sandbox_id": 1225176078, + "sandbox_id": 1226278651, "match": "lookup_profile" }, "executable": { @@ -8345,7 +8345,7 @@ }, "exp_stats": { "formula": { - "sandbox_id": 1225177637, + "sandbox_id": 1226279195, "match": "exp_stats" }, "executable": { @@ -8356,7 +8356,7 @@ }, "caesar_profile_size_analyzer": { "formula": { - "sandbox_id": 1225175980, + "sandbox_id": 1226278665, "match": "profile_size_analyzer" }, "executable": { diff --git a/build/ymake.core.conf b/build/ymake.core.conf index d65f1c84cc7..38fd3073483 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -866,7 +866,7 @@ macro YP_PROTO_YSON(OUT_OPTS[], Files...) { # tag:proto macro _CPP_PROTO_CMD(File) { .CMD=$CPP_PROTO_CMDLINE $CPP_PROTO_OPTS $CPP_PROTO_OUTS ${kv;hide:"p PB"} ${kv;hide:"pc yellow"} - .SEM=target_proto_messages PRIVATE ${input:File} $CPP_PROTO_OUTS_SEM ${output;hide;suf=${OBJ_SUF}.pb.o:File} ${hide;tool:"contrib/tools/protoc/bin"} && set_global_flags COMMON_PROTOC_FLAGS -I=$ARCADIA_ROOT -I=$ARCADIA_BUILD_ROOT + .SEM=target_proto_messages PRIVATE ${input:File} $CPP_PROTO_OUTS_SEM ${output;hide;suf=${OBJ_SUF}.pb.o:File} ${hide;tool:"contrib/tools/protoc/bin"} ${hide;tool:"contrib/tools/protoc/plugins/cpp_styleguide"} && set_global_flags COMMON_PROTOC_FLAGS -I=$ARCADIA_ROOT -I=$ARCADIA_BUILD_ROOT .PEERDIR=contrib/libs/protobuf } @@ -2621,7 +2621,7 @@ module RECURSIVE_LIBRARY: LIBRARY { _SONAME= macro _ADD_DYNLYB_SEM(Libname) { - .SEM=add_library ${MODDIR} ${Libname} SHARED ${hide:TARGET} ${hide:AUTO_INPUT} && target_include_directories PUBLIC $_C__INCLUDE_GLOBAL && target_include_directories PRIVATE $_C__INCLUDE_OWNED && target_compile_options PRIVATE $USER_CFLAGS $USER_CXXFLAGS && target_compile_options PUBLIC $USER_CFLAGS_GLOBAL_RAW $USER_CXXFLAGS_GLOBAL_RAW + .SEM=add_library ${MODDIR} ${Libname} SHARED ${hide:TARGET} ${hide:AUTO_INPUT} && target_include_directories PUBLIC $_C__INCLUDE_GLOBAL && target_include_directories PRIVATE $_C__INCLUDE_OWNED && target_compile_options PRIVATE $USER_CFLAGS $USER_CXXFLAGS && target_compile_options PUBLIC $USER_CFLAGS_GLOBAL_RAW $USER_CXXFLAGS_GLOBAL_RAW && vcs_info } CPP_DYN_LIBRARY_SEM=$_ADD_DYNLYB_SEM($REALPRJNAME) @@ -7118,7 +7118,7 @@ macro _SET_ENV_FOR_CUSTOM_COMMAND(Args...) { .SEM=$_SET_ENV_FOR_CUSTOM_COMMAND_IMPL(${pre=GENERATE :Args}) } -### @usage: RUN_PROGRAM(tool_path args... [CWD dir] [ENV key=value...] [TOOL tools...] [IN inputs...] [OUT[_NOAUTO] outputs...] [STDOUT[_NOAUTO] output] [OUTPUT_INCLUDES output_includes...] [REQUIREMENTS reqs]) +### @usage: RUN_PROGRAM(tool_path args... [CWD dir] [ENV key=value...] [TOOL tools...] [IN inputs...] [IN_NOPARSE inputs...] [OUT[_NOAUTO] outputs...] [STDOUT[_NOAUTO] output] [OUTPUT_INCLUDES output_includes...] [REQUIREMENTS reqs]) ### ### Run a program from arcadia. ### These macros are similar: RUN_PROGRAM, LUA, PYTHON. @@ -7129,7 +7129,7 @@ macro _SET_ENV_FOR_CUSTOM_COMMAND(Args...) { ### - CWD dir - Absolute path of the working directory. ### - ENV key=value... - Environment variables. ### - TOOL tools... - Auxiliary tool directories. -### - IN inputs... - Input files +### - IN[_NOPARSE] inputs... - Input files. NOPARSE inputs are treated as textual and not parsed for dependencies regardless of file extensions. ### - OUT[_NOAUTO] outputs... - Output files. NOAUTO outputs are not automatically added to the build process. ### - STDOUT[_NOAUTO] output - Redirect the standard output to the output file. ### - OUTPUT_INCLUDES output_includes... - Includes of the output files that are needed to build them. @@ -7138,8 +7138,8 @@ macro _SET_ENV_FOR_CUSTOM_COMMAND(Args...) { ### For absolute paths use ${ARCADIA_ROOT} and ${ARCADIA_BUILD_ROOT}, or ### ${CURDIR} and ${BINDIR} which are expanded where the outputs are used. ### Note that Tool is always built for the host platform, so be careful to provide that tool can be built for all Arcadia major host platforms (Linux, MacOS and Windows). -macro RUN_PROGRAM(Tool, IN{input}[], OUT{output}[], OUT_NOAUTO{output}[], TOOL{tool}[], OUTPUT_INCLUDES[], IN_DEPS[], STDOUT="", STDOUT_NOAUTO="", CWD="", ENV[], REQUIREMENTS[], Args...) { - .CMD=${cwd:CWD} ${env:ENV} ${tool:Tool} $Args ${input;hide:IN} ${input;hide:IN_DEPS} ${output_include;hide:OUTPUT_INCLUDES} ${tool;hide:TOOL} ${output;hide:OUT} ${output;noauto;hide:OUT_NOAUTO} ${output;stdout:STDOUT} ${output;stdout;noauto:STDOUT_NOAUTO} ${requirements;hide:REQUIREMENTS} ${requirements;hide:"network:restricted"} ${kv;hide:"p PR"} ${kv;hide:"pc yellow"} ${kv;hide:"show_out"} +macro RUN_PROGRAM(Tool, IN{input}[], IN_NOPARSE{input}[], OUT{output}[], OUT_NOAUTO{output}[], TOOL{tool}[], OUTPUT_INCLUDES[], IN_DEPS[], STDOUT="", STDOUT_NOAUTO="", CWD="", ENV[], REQUIREMENTS[], Args...) { + .CMD=${cwd:CWD} ${env:ENV} ${tool:Tool} $Args ${input;hide:IN} ${input;context=TEXT;hide:IN_NOPARSE} ${input;hide:IN_DEPS} ${output_include;hide:OUTPUT_INCLUDES} ${tool;hide:TOOL} ${output;hide:OUT} ${output;noauto;hide:OUT_NOAUTO} ${output;stdout:STDOUT} ${output;stdout;noauto:STDOUT_NOAUTO} ${requirements;hide:REQUIREMENTS} ${requirements;hide:"network:restricted"} ${kv;hide:"p PR"} ${kv;hide:"pc yellow"} ${kv;hide:"show_out"} .SEM=add_custom_command $_SET_ENV_FOR_CUSTOM_COMMAND($ENV) OUTPUT ${output:OUT} ${output;noauto:OUT_NOAUTO} ${output:STDOUT} ${output;noauto:STDOUT_NOAUTO} DEPENDS ${input:IN} ${tool:Tool} ${tool:TOOL} ${pre=WORKING_DIRECTORY :CWD} COMMAND ${tool:Tool} $Args ${pre=> :STDOUT} ${pre=> :STDOUT_NOAUTO} $_TARGET_SOURCES_FOR_HEADERS($OUT $OUT_NOAUTO $STDOUT $STDOUT_NOAUTO) } @@ -7636,7 +7636,7 @@ _PROTO_DESC_MERGE_PEERS_CMD=$YMAKE_PYTHON ${input:"build/scripts/merge_files.py" NEED_GOOGLE_PROTO_PEERDIRS=yes -PROTO_LIBRARY_SEM=$CPP_LIBRARY_SEM && target_proto_plugin cpp_styleguide ${tool:"contrib/tools/protoc/plugins/cpp_styleguide"} +PROTO_LIBRARY_SEM=$CPP_LIBRARY_SEM # tag:proto ### @usage: PROTO_LIBRARY() diff --git a/library/cpp/actors/protos/CMakeLists.txt b/library/cpp/actors/protos/CMakeLists.txt index 4fc386c54c5..12369cde0eb 100644 --- a/library/cpp/actors/protos/CMakeLists.txt +++ b/library/cpp/actors/protos/CMakeLists.txt @@ -10,7 +10,3 @@ target_proto_messages(cpp-actors-protos PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/actors/protos/services_common.proto ${CMAKE_SOURCE_DIR}/library/cpp/actors/protos/unittests.proto ) -target_proto_plugin(cpp-actors-protos - cpp_styleguide - cpp_styleguide -) diff --git a/library/cpp/histogram/adaptive/protos/CMakeLists.txt b/library/cpp/histogram/adaptive/protos/CMakeLists.txt index 272f39ddcef..0ad780d702f 100644 --- a/library/cpp/histogram/adaptive/protos/CMakeLists.txt +++ b/library/cpp/histogram/adaptive/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(histogram-adaptive-protos PUBLIC target_proto_messages(histogram-adaptive-protos PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/histogram/adaptive/protos/histo.proto ) -target_proto_plugin(histogram-adaptive-protos - cpp_styleguide - cpp_styleguide -) diff --git a/library/cpp/lwtrace/protos/CMakeLists.txt b/library/cpp/lwtrace/protos/CMakeLists.txt index 6cceb38524a..909a9a2191f 100644 --- a/library/cpp/lwtrace/protos/CMakeLists.txt +++ b/library/cpp/lwtrace/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(cpp-lwtrace-protos PUBLIC target_proto_messages(cpp-lwtrace-protos PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/lwtrace/protos/lwtrace.proto ) -target_proto_plugin(cpp-lwtrace-protos - cpp_styleguide - cpp_styleguide -) diff --git a/library/cpp/messagebus/monitoring/CMakeLists.txt b/library/cpp/messagebus/monitoring/CMakeLists.txt index ec708863aa3..f31ba077684 100644 --- a/library/cpp/messagebus/monitoring/CMakeLists.txt +++ b/library/cpp/messagebus/monitoring/CMakeLists.txt @@ -8,7 +8,3 @@ target_link_libraries(cpp-messagebus-monitoring PUBLIC target_proto_messages(cpp-messagebus-monitoring PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/messagebus/monitoring/mon_proto.proto ) -target_proto_plugin(cpp-messagebus-monitoring - cpp_styleguide - cpp_styleguide -) diff --git a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt index ea9bd6c6d9a..92064d13870 100644 --- a/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt +++ b/library/cpp/monlib/encode/legacy_protobuf/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(encode-legacy_protobuf-protos PUBLIC target_proto_messages(encode-legacy_protobuf-protos PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto ) -target_proto_plugin(encode-legacy_protobuf-protos - cpp_styleguide - cpp_styleguide -) diff --git a/library/cpp/protobuf/util/proto/CMakeLists.txt b/library/cpp/protobuf/util/proto/CMakeLists.txt index 7c3a7683550..572a1ef66c9 100644 --- a/library/cpp/protobuf/util/proto/CMakeLists.txt +++ b/library/cpp/protobuf/util/proto/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(protobuf-util-proto PUBLIC target_proto_messages(protobuf-util-proto PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/protobuf/util/proto/merge.proto ) -target_proto_plugin(protobuf-util-proto - cpp_styleguide - cpp_styleguide -) diff --git a/library/cpp/retry/protos/CMakeLists.txt b/library/cpp/retry/protos/CMakeLists.txt index 3331178ecc4..c8c8a852085 100644 --- a/library/cpp/retry/protos/CMakeLists.txt +++ b/library/cpp/retry/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(cpp-retry-protos PUBLIC target_proto_messages(cpp-retry-protos PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/retry/protos/retry_options.proto ) -target_proto_plugin(cpp-retry-protos - cpp_styleguide - cpp_styleguide -) diff --git a/library/cpp/yt/misc/CMakeLists.txt b/library/cpp/yt/misc/CMakeLists.txt index c9ac50fd711..cccaef7540c 100644 --- a/library/cpp/yt/misc/CMakeLists.txt +++ b/library/cpp/yt/misc/CMakeLists.txt @@ -2,6 +2,7 @@ add_library(cpp-yt-misc) target_link_libraries(cpp-yt-misc PUBLIC contrib-libs-cxxsupp yutil + contrib-libs-farmhash cpp-yt-exception ) target_sources(cpp-yt-misc PRIVATE diff --git a/library/cpp/yt/misc/farm_hash.h b/library/cpp/yt/misc/farm_hash.h new file mode 100644 index 00000000000..be18b3bfc26 --- /dev/null +++ b/library/cpp/yt/misc/farm_hash.h @@ -0,0 +1,54 @@ +#pragma once + +#include <contrib/libs/farmhash/farmhash.h> + +namespace NYT { + +using TFingerprint = ui64; + +//////////////////////////////////////////////////////////////////////////////// + +static inline TFingerprint FarmHash(ui64 value) +{ + return ::util::Fingerprint(value); +} + +static inline TFingerprint FarmHash(const void* buf, size_t len) +{ + return ::util::Hash64(static_cast<const char*>(buf), len); +} + +static inline TFingerprint FarmHash(const void* buf, size_t len, ui64 seed) +{ + return ::util::Hash64WithSeed(static_cast<const char*>(buf), len, seed); +} + +static inline TFingerprint FarmFingerprint(ui64 value) +{ + return ::util::Fingerprint(value); +} + +static inline TFingerprint FarmFingerprint(const void* buf, size_t len) +{ + return ::util::Fingerprint64(static_cast<const char*>(buf), len); +} + +static inline TFingerprint FarmFingerprint(ui64 first, ui64 second) +{ + return ::util::Fingerprint(::util::Uint128(first, second)); +} + +// Forever-fixed Google FarmHash fingerprint. +template <class T> +TFingerprint FarmFingerprint(const T* begin, const T* end) +{ + ui64 result = 0xdeadc0de; + for (const auto* value = begin; value < end; ++value) { + result = FarmFingerprint(result, FarmFingerprint(*value)); + } + return result ^ (end - begin); +} + +//////////////////////////////////////////////////////////////////////////////// + +} // namespace NYT diff --git a/library/cpp/yt/misc/unittests/farm_fingerprint_stability_ut.cpp b/library/cpp/yt/misc/unittests/farm_fingerprint_stability_ut.cpp new file mode 100644 index 00000000000..77726661ee9 --- /dev/null +++ b/library/cpp/yt/misc/unittests/farm_fingerprint_stability_ut.cpp @@ -0,0 +1,39 @@ +#include <yt/yt/core/test_framework/framework.h> + +#include <yt/yt/core/misc/farm_hash.h> + +namespace NYT { +namespace { + +///////////////////////////////////////////////////////////////////////////// +/* + * NB: This provides a sanity check for stability + * of FarmHash and FarmFingerprint functions. + */ + +TEST(TFarmHashTest, Test) +{ + // NB: At the time of creation of this test, FarmHash function relied on + // FarmFingerprint, however we do not require it, so this test is more or less a sanity check. + static_assert(std::is_same<ui64, decltype(FarmHash(42ULL))>::value); + EXPECT_EQ(17355217915646310598ULL, FarmHash(42ULL)); +} + +TEST(TFarmFingerprintTest, Test) +{ + static_assert(std::is_same<ui64, decltype(FarmFingerprint(42ULL))>::value); + EXPECT_EQ(17355217915646310598ULL, FarmFingerprint(42ULL)); + + TString buf = "MDwhat?"; + + static_assert(std::is_same<ui64, decltype(FarmFingerprint(buf.Data(), buf.Size()))>::value); + EXPECT_EQ(10997514911242581312ULL, FarmFingerprint(buf.Data(), buf.Size())); + + static_assert(std::is_same<ui64, decltype(FarmFingerprint(1234ULL, 5678ULL))>::value); + EXPECT_EQ(16769064555670434975ULL, FarmFingerprint(1234ULL, 5678ULL)); +} + +///////////////////////////////////////////////////////////////////////////// + +} // namespace +} // namespace NYT diff --git a/library/cpp/yt/misc/unittests/ya.make b/library/cpp/yt/misc/unittests/ya.make index 690082ca597..0a4ebd56414 100644 --- a/library/cpp/yt/misc/unittests/ya.make +++ b/library/cpp/yt/misc/unittests/ya.make @@ -5,6 +5,7 @@ OWNER(g:yt) SRCS( enum_ut.cpp guid_ut.cpp + farm_fingerprint_stability_ut.cpp preprocessor_ut.cpp ) diff --git a/library/cpp/yt/misc/ya.make b/library/cpp/yt/misc/ya.make index bb76711ddd3..76c75b00349 100644 --- a/library/cpp/yt/misc/ya.make +++ b/library/cpp/yt/misc/ya.make @@ -8,6 +8,7 @@ SRCS( ) PEERDIR( + contrib/libs/farmhash library/cpp/yt/exception ) diff --git a/ydb/core/grpc_services/validation/ut/protos/CMakeLists.txt b/ydb/core/grpc_services/validation/ut/protos/CMakeLists.txt index f1d1ec547bb..97b10a28422 100644 --- a/ydb/core/grpc_services/validation/ut/protos/CMakeLists.txt +++ b/ydb/core/grpc_services/validation/ut/protos/CMakeLists.txt @@ -9,10 +9,6 @@ target_proto_messages(validation-ut-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/grpc_services/validation/ut/protos/validation_test.proto ) target_proto_plugin(validation-ut-protos - cpp_styleguide - cpp_styleguide -) -target_proto_plugin(validation-ut-protos validation validation ) diff --git a/ydb/core/keyvalue/protos/CMakeLists.txt b/ydb/core/keyvalue/protos/CMakeLists.txt index b6e197cffde..945b87710a2 100644 --- a/ydb/core/keyvalue/protos/CMakeLists.txt +++ b/ydb/core/keyvalue/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(core-keyvalue-protos PUBLIC target_proto_messages(core-keyvalue-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/keyvalue/protos/events.proto ) -target_proto_plugin(core-keyvalue-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/core/protos/CMakeLists.txt b/ydb/core/protos/CMakeLists.txt index 0d85f8bbce1..b5ed1533b6f 100644 --- a/ydb/core/protos/CMakeLists.txt +++ b/ydb/core/protos/CMakeLists.txt @@ -143,10 +143,6 @@ generate_enum_serilization(ydb-core-protos ydb/core/protos/blobstorage_pdisk_config.pb.h ) target_proto_plugin(ydb-core-protos - cpp_styleguide - cpp_styleguide -) -target_proto_plugin(ydb-core-protos grpc_cpp grpc_cpp ) diff --git a/ydb/core/viewer/protos/CMakeLists.txt b/ydb/core/viewer/protos/CMakeLists.txt index 190e4a69e78..203f5f14cc1 100644 --- a/ydb/core/viewer/protos/CMakeLists.txt +++ b/ydb/core/viewer/protos/CMakeLists.txt @@ -8,7 +8,3 @@ target_link_libraries(core-viewer-protos PUBLIC target_proto_messages(core-viewer-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/viewer/protos/viewer.proto ) -target_proto_plugin(core-viewer-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/core/ymq/proto/CMakeLists.txt b/ydb/core/ymq/proto/CMakeLists.txt index c62d9d2abe2..994340587c5 100644 --- a/ydb/core/ymq/proto/CMakeLists.txt +++ b/ydb/core/ymq/proto/CMakeLists.txt @@ -8,7 +8,3 @@ target_link_libraries(core-ymq-proto PUBLIC target_proto_messages(core-ymq-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/ymq/proto/records.proto ) -target_proto_plugin(core-ymq-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/core/yq/libs/checkpoint_storage/proto/CMakeLists.txt b/ydb/core/yq/libs/checkpoint_storage/proto/CMakeLists.txt index 30242dd4e6b..062b97013d7 100644 --- a/ydb/core/yq/libs/checkpoint_storage/proto/CMakeLists.txt +++ b/ydb/core/yq/libs/checkpoint_storage/proto/CMakeLists.txt @@ -8,7 +8,3 @@ target_link_libraries(libs-checkpoint_storage-proto PUBLIC target_proto_messages(libs-checkpoint_storage-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/yq/libs/checkpoint_storage/proto/graph_description.proto ) -target_proto_plugin(libs-checkpoint_storage-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/core/yq/libs/config/protos/CMakeLists.txt b/ydb/core/yq/libs/config/protos/CMakeLists.txt index 828e69df3ab..1ed4816a1d6 100644 --- a/ydb/core/yq/libs/config/protos/CMakeLists.txt +++ b/ydb/core/yq/libs/config/protos/CMakeLists.txt @@ -28,7 +28,3 @@ target_proto_messages(libs-config-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/yq/libs/config/protos/token_accessor.proto ${CMAKE_SOURCE_DIR}/ydb/core/yq/libs/config/protos/yq_config.proto ) -target_proto_plugin(libs-config-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/core/yq/libs/control_plane_storage/proto/CMakeLists.txt b/ydb/core/yq/libs/control_plane_storage/proto/CMakeLists.txt index 7155c5f45dd..39be6419937 100644 --- a/ydb/core/yq/libs/control_plane_storage/proto/CMakeLists.txt +++ b/ydb/core/yq/libs/control_plane_storage/proto/CMakeLists.txt @@ -10,7 +10,3 @@ target_link_libraries(libs-control_plane_storage-proto PUBLIC target_proto_messages(libs-control_plane_storage-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/yq/libs/control_plane_storage/proto/yq_internal.proto ) -target_proto_plugin(libs-control_plane_storage-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/core/yq/libs/graph_params/proto/CMakeLists.txt b/ydb/core/yq/libs/graph_params/proto/CMakeLists.txt index ed470b89acc..c5120372594 100644 --- a/ydb/core/yq/libs/graph_params/proto/CMakeLists.txt +++ b/ydb/core/yq/libs/graph_params/proto/CMakeLists.txt @@ -9,7 +9,3 @@ target_link_libraries(libs-graph_params-proto PUBLIC target_proto_messages(libs-graph_params-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/core/yq/libs/graph_params/proto/graph_params.proto ) -target_proto_plugin(libs-graph_params-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/aclib/protos/CMakeLists.txt b/ydb/library/aclib/protos/CMakeLists.txt index 6222d598111..fa652864f45 100644 --- a/ydb/library/aclib/protos/CMakeLists.txt +++ b/ydb/library/aclib/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(library-aclib-protos PUBLIC target_proto_messages(library-aclib-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/aclib/protos/aclib.proto ) -target_proto_plugin(library-aclib-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/folder_service/proto/CMakeLists.txt b/ydb/library/folder_service/proto/CMakeLists.txt index fc14e822d21..7da0c11a935 100644 --- a/ydb/library/folder_service/proto/CMakeLists.txt +++ b/ydb/library/folder_service/proto/CMakeLists.txt @@ -8,7 +8,3 @@ target_proto_messages(library-folder_service-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/folder_service/proto/config.proto ${CMAKE_SOURCE_DIR}/ydb/library/folder_service/proto/folder_service.proto ) -target_proto_plugin(library-folder_service-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/login/protos/CMakeLists.txt b/ydb/library/login/protos/CMakeLists.txt index 2699069677b..f0991309376 100644 --- a/ydb/library/login/protos/CMakeLists.txt +++ b/ydb/library/login/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(library-login-protos PUBLIC target_proto_messages(library-login-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/login/protos/login.proto ) -target_proto_plugin(library-login-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/mkql_proto/protos/CMakeLists.txt b/ydb/library/mkql_proto/protos/CMakeLists.txt index dafedc6cf90..9b666ce49ea 100644 --- a/ydb/library/mkql_proto/protos/CMakeLists.txt +++ b/ydb/library/mkql_proto/protos/CMakeLists.txt @@ -12,10 +12,6 @@ target_proto_messages(library-mkql_proto-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/mkql_proto/protos/minikql.proto ) target_proto_plugin(library-mkql_proto-protos - cpp_styleguide - cpp_styleguide -) -target_proto_plugin(library-mkql_proto-protos grpc_cpp grpc_cpp ) diff --git a/ydb/library/pdisk_io/protos/CMakeLists.txt b/ydb/library/pdisk_io/protos/CMakeLists.txt index 0d910136bb2..b56cb0e5be6 100644 --- a/ydb/library/pdisk_io/protos/CMakeLists.txt +++ b/ydb/library/pdisk_io/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(library-pdisk_io-protos PUBLIC target_proto_messages(library-pdisk_io-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/pdisk_io/protos/sector_map.proto ) -target_proto_plugin(library-pdisk_io-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/schlab/protos/CMakeLists.txt b/ydb/library/schlab/protos/CMakeLists.txt index 4fe75584234..76e30b5610f 100644 --- a/ydb/library/schlab/protos/CMakeLists.txt +++ b/ydb/library/schlab/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(library-schlab-protos PUBLIC target_proto_messages(library-schlab-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/schlab/protos/schlab.proto ) -target_proto_plugin(library-schlab-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/core/file_storage/proto/CMakeLists.txt b/ydb/library/yql/core/file_storage/proto/CMakeLists.txt index 9d86bf666b6..6669e447571 100644 --- a/ydb/library/yql/core/file_storage/proto/CMakeLists.txt +++ b/ydb/library/yql/core/file_storage/proto/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(core-file_storage-proto PUBLIC target_proto_messages(core-file_storage-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/core/file_storage/proto/file_storage.proto ) -target_proto_plugin(core-file_storage-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/core/issue/protos/CMakeLists.txt b/ydb/library/yql/core/issue/protos/CMakeLists.txt index c1a7d75ec1b..41cb79ac526 100644 --- a/ydb/library/yql/core/issue/protos/CMakeLists.txt +++ b/ydb/library/yql/core/issue/protos/CMakeLists.txt @@ -8,7 +8,3 @@ target_link_libraries(core-issue-protos PUBLIC target_proto_messages(core-issue-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/core/issue/protos/issue_id.proto ) -target_proto_plugin(core-issue-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/dq/actors/protos/CMakeLists.txt b/ydb/library/yql/dq/actors/protos/CMakeLists.txt index ff51dbffeba..a93a392f2b9 100644 --- a/ydb/library/yql/dq/actors/protos/CMakeLists.txt +++ b/ydb/library/yql/dq/actors/protos/CMakeLists.txt @@ -14,7 +14,3 @@ target_proto_messages(dq-actors-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/dq/actors/protos/dq_events.proto ${CMAKE_SOURCE_DIR}/ydb/library/yql/dq/actors/protos/dq_stats.proto ) -target_proto_plugin(dq-actors-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/dq/proto/CMakeLists.txt b/ydb/library/yql/dq/proto/CMakeLists.txt index 665ed8ae3e1..2448c15c045 100644 --- a/ydb/library/yql/dq/proto/CMakeLists.txt +++ b/ydb/library/yql/dq/proto/CMakeLists.txt @@ -11,7 +11,3 @@ target_proto_messages(yql-dq-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/dq/proto/dq_tasks.proto ${CMAKE_SOURCE_DIR}/ydb/library/yql/dq/proto/dq_transport.proto ) -target_proto_plugin(yql-dq-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.txt b/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.txt index eda315573c2..a2337e2ae33 100644 --- a/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.txt +++ b/ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.txt @@ -70,7 +70,3 @@ run_antlr( -fo ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath ) -target_proto_plugin(proto_ast-gen-jsonpath - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.txt b/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.txt index 52ac301670a..ef0d89440d9 100644 --- a/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.txt +++ b/ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.txt @@ -70,7 +70,3 @@ run_antlr( -fo ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/v0 ) -target_proto_plugin(proto_ast-gen-v0 - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.txt b/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.txt index e9c20f157e7..960fc230879 100644 --- a/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.txt +++ b/ydb/library/yql/parser/proto_ast/gen/v1_proto/CMakeLists.txt @@ -48,10 +48,6 @@ configure_file( ${CMAKE_SOURCE_DIR}/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/v1_proto/org/antlr/codegen/templates/protobuf/protobuf.stg ) -target_proto_plugin(proto_ast-gen-v1_proto - cpp_styleguide - cpp_styleguide -) set(GRAMMAR_STRING_CORE_SINGLE "~(QUOTE_SINGLE | BACKSLASH) | (BACKSLASH .)") set(GRAMMAR_STRING_CORE_DOUBLE "~(QUOTE_DOUBLE | BACKSLASH) | (BACKSLASH .)") set(GRAMMAR_MULTILINE_COMMENT_CORE ".") diff --git a/ydb/library/yql/protos/CMakeLists.txt b/ydb/library/yql/protos/CMakeLists.txt index 82e6c43fef9..93eb8c38d14 100644 --- a/ydb/library/yql/protos/CMakeLists.txt +++ b/ydb/library/yql/protos/CMakeLists.txt @@ -9,7 +9,3 @@ target_proto_messages(library-yql-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/protos/yql_mount.proto ${CMAKE_SOURCE_DIR}/ydb/library/yql/protos/clickhouse.proto ) -target_proto_plugin(library-yql-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/providers/clickhouse/proto/CMakeLists.txt b/ydb/library/yql/providers/clickhouse/proto/CMakeLists.txt index 8f730ac60d3..f1957c98934 100644 --- a/ydb/library/yql/providers/clickhouse/proto/CMakeLists.txt +++ b/ydb/library/yql/providers/clickhouse/proto/CMakeLists.txt @@ -8,7 +8,3 @@ target_proto_messages(providers-clickhouse-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/clickhouse/proto/source.proto ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/clickhouse/proto/range.proto ) -target_proto_plugin(providers-clickhouse-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/providers/common/metrics/protos/CMakeLists.txt b/ydb/library/yql/providers/common/metrics/protos/CMakeLists.txt index 8cac0c86ca7..8cce90003ec 100644 --- a/ydb/library/yql/providers/common/metrics/protos/CMakeLists.txt +++ b/ydb/library/yql/providers/common/metrics/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(common-metrics-protos PUBLIC target_proto_messages(common-metrics-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/common/metrics/protos/metrics_registry.proto ) -target_proto_plugin(common-metrics-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/providers/common/proto/CMakeLists.txt b/ydb/library/yql/providers/common/proto/CMakeLists.txt index ea5a1ea4df8..ecc13f43b5a 100644 --- a/ydb/library/yql/providers/common/proto/CMakeLists.txt +++ b/ydb/library/yql/providers/common/proto/CMakeLists.txt @@ -9,7 +9,3 @@ target_proto_messages(providers-common-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/common/proto/gateways_config.proto ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/common/proto/udf_resolver.proto ) -target_proto_plugin(providers-common-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.txt b/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.txt index d89bb7f7380..b82f686753f 100644 --- a/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.txt +++ b/ydb/library/yql/providers/common/token_accessor/grpc/CMakeLists.txt @@ -12,10 +12,6 @@ target_proto_messages(common-token_accessor-grpc PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/common/token_accessor/grpc/token_accessor_pb.proto ) target_proto_plugin(common-token_accessor-grpc - cpp_styleguide - cpp_styleguide -) -target_proto_plugin(common-token_accessor-grpc grpc_cpp grpc_cpp ) diff --git a/ydb/library/yql/providers/dq/api/grpc/CMakeLists.txt b/ydb/library/yql/providers/dq/api/grpc/CMakeLists.txt index 135aa761776..8915efe8e3a 100644 --- a/ydb/library/yql/providers/dq/api/grpc/CMakeLists.txt +++ b/ydb/library/yql/providers/dq/api/grpc/CMakeLists.txt @@ -13,10 +13,6 @@ target_proto_messages(dq-api-grpc PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/dq/api/grpc/api.proto ) target_proto_plugin(dq-api-grpc - cpp_styleguide - cpp_styleguide -) -target_proto_plugin(dq-api-grpc grpc_cpp grpc_cpp ) diff --git a/ydb/library/yql/providers/dq/api/protos/CMakeLists.txt b/ydb/library/yql/providers/dq/api/protos/CMakeLists.txt index 8fa808cfe22..2185acec9ff 100644 --- a/ydb/library/yql/providers/dq/api/protos/CMakeLists.txt +++ b/ydb/library/yql/providers/dq/api/protos/CMakeLists.txt @@ -14,7 +14,3 @@ target_proto_messages(dq-api-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/dq/api/protos/dqs.proto ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/dq/api/protos/task_command_executor.proto ) -target_proto_plugin(dq-api-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/providers/dq/config/CMakeLists.txt b/ydb/library/yql/providers/dq/config/CMakeLists.txt index 586626f0076..869c53a1edd 100644 --- a/ydb/library/yql/providers/dq/config/CMakeLists.txt +++ b/ydb/library/yql/providers/dq/config/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(providers-dq-config PUBLIC target_proto_messages(providers-dq-config PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/dq/config/config.proto ) -target_proto_plugin(providers-dq-config - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/providers/pq/proto/CMakeLists.txt b/ydb/library/yql/providers/pq/proto/CMakeLists.txt index bf19e141229..76d5550c956 100644 --- a/ydb/library/yql/providers/pq/proto/CMakeLists.txt +++ b/ydb/library/yql/providers/pq/proto/CMakeLists.txt @@ -9,7 +9,3 @@ target_proto_messages(providers-pq-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/pq/proto/dq_io_state.proto ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/pq/proto/dq_task_params.proto ) -target_proto_plugin(providers-pq-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/providers/s3/proto/CMakeLists.txt b/ydb/library/yql/providers/s3/proto/CMakeLists.txt index 83abc0c6e6e..4aed9aac4e7 100644 --- a/ydb/library/yql/providers/s3/proto/CMakeLists.txt +++ b/ydb/library/yql/providers/s3/proto/CMakeLists.txt @@ -9,7 +9,3 @@ target_proto_messages(providers-s3-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/s3/proto/retry_config.proto ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/s3/proto/source.proto ) -target_proto_plugin(providers-s3-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/providers/solomon/proto/CMakeLists.txt b/ydb/library/yql/providers/solomon/proto/CMakeLists.txt index ead529c236e..88dc6cf1875 100644 --- a/ydb/library/yql/providers/solomon/proto/CMakeLists.txt +++ b/ydb/library/yql/providers/solomon/proto/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(providers-solomon-proto PUBLIC target_proto_messages(providers-solomon-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/solomon/proto/dq_solomon_shard.proto ) -target_proto_plugin(providers-solomon-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/providers/ydb/proto/CMakeLists.txt b/ydb/library/yql/providers/ydb/proto/CMakeLists.txt index 0e0a741e69d..ad02c51d645 100644 --- a/ydb/library/yql/providers/ydb/proto/CMakeLists.txt +++ b/ydb/library/yql/providers/ydb/proto/CMakeLists.txt @@ -8,7 +8,3 @@ target_proto_messages(providers-ydb-proto PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/ydb/proto/range.proto ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/ydb/proto/source.proto ) -target_proto_plugin(providers-ydb-proto - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/public/issue/protos/CMakeLists.txt b/ydb/library/yql/public/issue/protos/CMakeLists.txt index 1bbe5cc4142..7933e8541b3 100644 --- a/ydb/library/yql/public/issue/protos/CMakeLists.txt +++ b/ydb/library/yql/public/issue/protos/CMakeLists.txt @@ -8,7 +8,3 @@ target_proto_messages(public-issue-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/public/issue/protos/issue_message.proto ${CMAKE_SOURCE_DIR}/ydb/library/yql/public/issue/protos/issue_severity.proto ) -target_proto_plugin(public-issue-protos - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/public/types/CMakeLists.txt b/ydb/library/yql/public/types/CMakeLists.txt index 8b0e40e4158..8af4305a60e 100644 --- a/ydb/library/yql/public/types/CMakeLists.txt +++ b/ydb/library/yql/public/types/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(yql-public-types PUBLIC target_proto_messages(yql-public-types PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/public/types/yql_types.proto ) -target_proto_plugin(yql-public-types - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.txt b/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.txt index 68abca0a01f..747c7cad5f1 100644 --- a/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.txt @@ -842,3 +842,4 @@ target_sources(clickhouse_client_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TabSeparatedRowInputFormat.cpp ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/TSKVRowInputFormat.cpp ) +vcs_info(clickhouse_client_udf.udf) diff --git a/ydb/library/yql/udfs/common/datetime/CMakeLists.txt b/ydb/library/yql/udfs/common/datetime/CMakeLists.txt index a988e2a25a9..d9e8ab8c46c 100644 --- a/ydb/library/yql/udfs/common/datetime/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/datetime/CMakeLists.txt @@ -44,3 +44,4 @@ target_link_libraries(datetime_udf.udf PUBLIC target_sources(datetime_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/datetime/datetime_udf.cpp ) +vcs_info(datetime_udf.udf) diff --git a/ydb/library/yql/udfs/common/datetime2/CMakeLists.txt b/ydb/library/yql/udfs/common/datetime2/CMakeLists.txt index 1d5baec9919..2ed8e6459ca 100644 --- a/ydb/library/yql/udfs/common/datetime2/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/datetime2/CMakeLists.txt @@ -47,3 +47,4 @@ target_link_libraries(datetime2_udf.udf PUBLIC target_sources(datetime2_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/datetime2/datetime_udf.cpp ) +vcs_info(datetime2_udf.udf) diff --git a/ydb/library/yql/udfs/common/digest/CMakeLists.txt b/ydb/library/yql/udfs/common/digest/CMakeLists.txt index a47a7e53458..99d72fb86d5 100644 --- a/ydb/library/yql/udfs/common/digest/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/digest/CMakeLists.txt @@ -73,3 +73,4 @@ target_link_libraries(digest_udf.udf PUBLIC target_sources(digest_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/digest/digest_udf.cpp ) +vcs_info(digest_udf.udf) diff --git a/ydb/library/yql/udfs/common/histogram/CMakeLists.txt b/ydb/library/yql/udfs/common/histogram/CMakeLists.txt index bf584cf2167..e455b207ec5 100644 --- a/ydb/library/yql/udfs/common/histogram/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/histogram/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(histogram_udf.udf PUBLIC target_sources(histogram_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/histogram/histogram_udf.cpp ) +vcs_info(histogram_udf.udf) diff --git a/ydb/library/yql/udfs/common/hyperloglog/CMakeLists.txt b/ydb/library/yql/udfs/common/hyperloglog/CMakeLists.txt index 67f5ffe262f..caeaee8f0e4 100644 --- a/ydb/library/yql/udfs/common/hyperloglog/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/hyperloglog/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(hyperloglog_udf.udf PUBLIC target_sources(hyperloglog_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/hyperloglog/hyperloglog_udf.cpp ) +vcs_info(hyperloglog_udf.udf) diff --git a/ydb/library/yql/udfs/common/hyperscan/CMakeLists.txt b/ydb/library/yql/udfs/common/hyperscan/CMakeLists.txt index 64bb2a1c004..0adce690488 100644 --- a/ydb/library/yql/udfs/common/hyperscan/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/hyperscan/CMakeLists.txt @@ -44,3 +44,4 @@ target_link_libraries(hyperscan_udf.udf PUBLIC target_sources(hyperscan_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/hyperscan/hyperscan_udf.cpp ) +vcs_info(hyperscan_udf.udf) diff --git a/ydb/library/yql/udfs/common/ip_base/CMakeLists.txt b/ydb/library/yql/udfs/common/ip_base/CMakeLists.txt index 19eadc719b8..5fbafb6e9ef 100644 --- a/ydb/library/yql/udfs/common/ip_base/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/ip_base/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(ip_udf.udf PUBLIC target_sources(ip_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/ip_base/ip_base.cpp ) +vcs_info(ip_udf.udf) diff --git a/ydb/library/yql/udfs/common/json/CMakeLists.txt b/ydb/library/yql/udfs/common/json/CMakeLists.txt index 5ed406a02bf..dd853faf7f5 100644 --- a/ydb/library/yql/udfs/common/json/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/json/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(json_udf.udf PUBLIC target_sources(json_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/json/json_udf.cpp ) +vcs_info(json_udf.udf) diff --git a/ydb/library/yql/udfs/common/json2/CMakeLists.txt b/ydb/library/yql/udfs/common/json2/CMakeLists.txt index 3e4267756f6..d7b9a9324ff 100644 --- a/ydb/library/yql/udfs/common/json2/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/json2/CMakeLists.txt @@ -47,3 +47,4 @@ target_link_libraries(json2_udf.udf PUBLIC target_sources(json2_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/json2/json2_udf.cpp ) +vcs_info(json2_udf.udf) diff --git a/ydb/library/yql/udfs/common/math/CMakeLists.txt b/ydb/library/yql/udfs/common/math/CMakeLists.txt index 10931885fd9..c4798325ee2 100644 --- a/ydb/library/yql/udfs/common/math/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/math/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(math_udf.udf PUBLIC target_sources(math_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/math/math_udf.cpp ) +vcs_info(math_udf.udf) diff --git a/ydb/library/yql/udfs/common/pire/CMakeLists.txt b/ydb/library/yql/udfs/common/pire/CMakeLists.txt index 098ce70050a..a988832fbf0 100644 --- a/ydb/library/yql/udfs/common/pire/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/pire/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(pire_udf.udf PUBLIC target_sources(pire_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/pire/pire_udf.cpp ) +vcs_info(pire_udf.udf) diff --git a/ydb/library/yql/udfs/common/re2/CMakeLists.txt b/ydb/library/yql/udfs/common/re2/CMakeLists.txt index 103914f07fb..b529f153529 100644 --- a/ydb/library/yql/udfs/common/re2/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/re2/CMakeLists.txt @@ -44,3 +44,4 @@ target_link_libraries(re2_udf.udf PUBLIC target_sources(re2_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/re2/re2_udf.cpp ) +vcs_info(re2_udf.udf) diff --git a/ydb/library/yql/udfs/common/set/CMakeLists.txt b/ydb/library/yql/udfs/common/set/CMakeLists.txt index 5720655420e..b7855911a98 100644 --- a/ydb/library/yql/udfs/common/set/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/set/CMakeLists.txt @@ -38,3 +38,4 @@ target_link_libraries(set_udf.udf PUBLIC target_sources(set_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/set/set_udf.cpp ) +vcs_info(set_udf.udf) diff --git a/ydb/library/yql/udfs/common/stat/CMakeLists.txt b/ydb/library/yql/udfs/common/stat/CMakeLists.txt index e334b85c949..b43de6217c7 100644 --- a/ydb/library/yql/udfs/common/stat/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/stat/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(stat_udf.udf PUBLIC target_sources(stat_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/stat/stat_udf.cpp ) +vcs_info(stat_udf.udf) diff --git a/ydb/library/yql/udfs/common/string/CMakeLists.txt b/ydb/library/yql/udfs/common/string/CMakeLists.txt index bda4f876e4c..202c51399b7 100644 --- a/ydb/library/yql/udfs/common/string/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/string/CMakeLists.txt @@ -56,3 +56,4 @@ target_link_libraries(string_udf.udf PUBLIC target_sources(string_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/string/string_udf.cpp ) +vcs_info(string_udf.udf) diff --git a/ydb/library/yql/udfs/common/top/CMakeLists.txt b/ydb/library/yql/udfs/common/top/CMakeLists.txt index 917260f808c..af456de265f 100644 --- a/ydb/library/yql/udfs/common/top/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/top/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(top_udf.udf PUBLIC target_sources(top_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/top/top_udf.cpp ) +vcs_info(top_udf.udf) diff --git a/ydb/library/yql/udfs/common/topfreq/CMakeLists.txt b/ydb/library/yql/udfs/common/topfreq/CMakeLists.txt index 2d690fcbf35..8554949c5f8 100644 --- a/ydb/library/yql/udfs/common/topfreq/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/topfreq/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(topfreq_udf.udf PUBLIC target_sources(topfreq_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/topfreq/topfreq_udf.cpp ) +vcs_info(topfreq_udf.udf) diff --git a/ydb/library/yql/udfs/common/unicode_base/CMakeLists.txt b/ydb/library/yql/udfs/common/unicode_base/CMakeLists.txt index 146fc24c105..4b7410d4138 100644 --- a/ydb/library/yql/udfs/common/unicode_base/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/unicode_base/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(unicode_udf.udf PUBLIC target_sources(unicode_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/unicode_base/unicode_base.cpp ) +vcs_info(unicode_udf.udf) diff --git a/ydb/library/yql/udfs/common/url_base/CMakeLists.txt b/ydb/library/yql/udfs/common/url_base/CMakeLists.txt index 0f3b3b38056..5f632f81995 100644 --- a/ydb/library/yql/udfs/common/url_base/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/url_base/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(url_udf.udf PUBLIC target_sources(url_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/url_base/url_base.cpp ) +vcs_info(url_udf.udf) diff --git a/ydb/library/yql/udfs/common/yson2/CMakeLists.txt b/ydb/library/yql/udfs/common/yson2/CMakeLists.txt index 3f6f70133b1..0da3ed02793 100644 --- a/ydb/library/yql/udfs/common/yson2/CMakeLists.txt +++ b/ydb/library/yql/udfs/common/yson2/CMakeLists.txt @@ -47,3 +47,4 @@ target_link_libraries(yson2_udf.udf PUBLIC target_sources(yson2_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/common/yson2/yson2_udf.cpp ) +vcs_info(yson2_udf.udf) diff --git a/ydb/library/yql/udfs/logs/dsv/CMakeLists.txt b/ydb/library/yql/udfs/logs/dsv/CMakeLists.txt index 685ca3f9745..863a09be84b 100644 --- a/ydb/library/yql/udfs/logs/dsv/CMakeLists.txt +++ b/ydb/library/yql/udfs/logs/dsv/CMakeLists.txt @@ -41,3 +41,4 @@ target_link_libraries(dsv_udf.udf PUBLIC target_sources(dsv_udf.udf PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/udfs/logs/dsv/dsv_udf.cpp ) +vcs_info(dsv_udf.udf) diff --git a/ydb/public/api/grpc/CMakeLists.txt b/ydb/public/api/grpc/CMakeLists.txt index d2e384eeea3..5c0d632a511 100644 --- a/ydb/public/api/grpc/CMakeLists.txt +++ b/ydb/public/api/grpc/CMakeLists.txt @@ -25,10 +25,6 @@ target_proto_messages(api-grpc PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/api/grpc/yq_v1.proto ) target_proto_plugin(api-grpc - cpp_styleguide - cpp_styleguide -) -target_proto_plugin(api-grpc grpc_cpp grpc_cpp ) diff --git a/ydb/public/api/grpc/draft/CMakeLists.txt b/ydb/public/api/grpc/draft/CMakeLists.txt index 691ad614e87..24d66c1edf0 100644 --- a/ydb/public/api/grpc/draft/CMakeLists.txt +++ b/ydb/public/api/grpc/draft/CMakeLists.txt @@ -21,10 +21,6 @@ target_proto_messages(api-grpc-draft PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/api/grpc/draft/yql_db_v1.proto ) target_proto_plugin(api-grpc-draft - cpp_styleguide - cpp_styleguide -) -target_proto_plugin(api-grpc-draft grpc_cpp grpc_cpp ) diff --git a/ydb/public/api/protos/CMakeLists.txt b/ydb/public/api/protos/CMakeLists.txt index 8ae4f84efca..37356b2fdfa 100644 --- a/ydb/public/api/protos/CMakeLists.txt +++ b/ydb/public/api/protos/CMakeLists.txt @@ -55,10 +55,6 @@ generate_enum_serilization(api-protos ydb/public/api/protos/draft/datastreams.pb.h ) target_proto_plugin(api-protos - cpp_styleguide - cpp_styleguide -) -target_proto_plugin(api-protos validation validation ) diff --git a/ydb/public/api/protos/annotations/CMakeLists.txt b/ydb/public/api/protos/annotations/CMakeLists.txt index 7e0047f5059..12662881289 100644 --- a/ydb/public/api/protos/annotations/CMakeLists.txt +++ b/ydb/public/api/protos/annotations/CMakeLists.txt @@ -8,7 +8,3 @@ target_proto_messages(api-protos-annotations PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/api/protos/annotations/sensitive.proto ${CMAKE_SOURCE_DIR}/ydb/public/api/protos/annotations/validation.proto ) -target_proto_plugin(api-protos-annotations - cpp_styleguide - cpp_styleguide -) diff --git a/ydb/public/lib/operation_id/protos/CMakeLists.txt b/ydb/public/lib/operation_id/protos/CMakeLists.txt index fede6368dce..90269f6a860 100644 --- a/ydb/public/lib/operation_id/protos/CMakeLists.txt +++ b/ydb/public/lib/operation_id/protos/CMakeLists.txt @@ -7,7 +7,3 @@ target_link_libraries(lib-operation_id-protos PUBLIC target_proto_messages(lib-operation_id-protos PRIVATE ${CMAKE_SOURCE_DIR}/ydb/public/lib/operation_id/protos/operation_id.proto ) -target_proto_plugin(lib-operation_id-protos - cpp_styleguide - cpp_styleguide -) |