summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common
diff options
context:
space:
mode:
authorvvvv <[email protected]>2025-10-10 16:31:33 +0300
committervvvv <[email protected]>2025-10-10 17:08:12 +0300
commit98f2ee1a36436bada54371eef656138d98dd40e0 (patch)
tree3bb7cf502482258623b4d94721714612bd16c4de /yql/essentials/udfs/common
parentc62509aef170f46a8d9464bafa8b83bc293ebb63 (diff)
YQL-20086 invert flag
commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
Diffstat (limited to 'yql/essentials/udfs/common')
-rw-r--r--yql/essentials/udfs/common/compress_base/lib/ya.make2
-rw-r--r--yql/essentials/udfs/common/compress_base/ya.make2
-rw-r--r--yql/essentials/udfs/common/datetime2/ya.make2
-rw-r--r--yql/essentials/udfs/common/digest/ya.make2
-rw-r--r--yql/essentials/udfs/common/file/ya.make2
-rw-r--r--yql/essentials/udfs/common/histogram/ya.make2
-rw-r--r--yql/essentials/udfs/common/hyperloglog/ya.make2
-rw-r--r--yql/essentials/udfs/common/hyperscan/ya.make2
-rw-r--r--yql/essentials/udfs/common/ip_base/lib/ya.make2
-rw-r--r--yql/essentials/udfs/common/ip_base/ya.make2
-rw-r--r--yql/essentials/udfs/common/json/ya.make2
-rw-r--r--yql/essentials/udfs/common/json2/ya.make2
-rw-r--r--yql/essentials/udfs/common/math/lib/ut/ya.make2
-rw-r--r--yql/essentials/udfs/common/math/lib/ya.make2
-rw-r--r--yql/essentials/udfs/common/math/ya.make2
-rw-r--r--yql/essentials/udfs/common/pire/ya.make2
-rw-r--r--yql/essentials/udfs/common/protobuf/ya.make2
-rw-r--r--yql/essentials/udfs/common/python/bindings/ya.make2
-rw-r--r--yql/essentials/udfs/common/python/bindings/ya.make.test.inc2
-rw-r--r--yql/essentials/udfs/common/python/main_py3/ya.make2
-rw-r--r--yql/essentials/udfs/common/python/python_udf/ya.make2
-rw-r--r--yql/essentials/udfs/common/re2/ya.make2
-rw-r--r--yql/essentials/udfs/common/set/ya.make2
-rw-r--r--yql/essentials/udfs/common/stat/static/ya.make2
-rw-r--r--yql/essentials/udfs/common/stat/ut/ya.make2
-rw-r--r--yql/essentials/udfs/common/stat/ya.make2
-rw-r--r--yql/essentials/udfs/common/streaming/ya.make2
-rw-r--r--yql/essentials/udfs/common/string/ya.make2
-rw-r--r--yql/essentials/udfs/common/top/ya.make2
-rw-r--r--yql/essentials/udfs/common/topfreq/static/ya.make2
-rw-r--r--yql/essentials/udfs/common/topfreq/ut/ya.make2
-rw-r--r--yql/essentials/udfs/common/topfreq/ya.make2
-rw-r--r--yql/essentials/udfs/common/unicode_base/lib/ya.make2
-rw-r--r--yql/essentials/udfs/common/unicode_base/ya.make2
-rw-r--r--yql/essentials/udfs/common/url_base/lib/ya.make2
-rw-r--r--yql/essentials/udfs/common/url_base/ya.make2
-rw-r--r--yql/essentials/udfs/common/vector/ya.make2
-rw-r--r--yql/essentials/udfs/common/yson2/ya.make2
38 files changed, 1 insertions, 75 deletions
diff --git a/yql/essentials/udfs/common/compress_base/lib/ya.make b/yql/essentials/udfs/common/compress_base/lib/ya.make
index 0d03f21c597..ca606d244a0 100644
--- a/yql/essentials/udfs/common/compress_base/lib/ya.make
+++ b/yql/essentials/udfs/common/compress_base/lib/ya.make
@@ -6,8 +6,6 @@ YQL_ABI_VERSION(
0
)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
compress_base_udf.cpp
)
diff --git a/yql/essentials/udfs/common/compress_base/ya.make b/yql/essentials/udfs/common/compress_base/ya.make
index 93861b3d98b..4859a4e53cd 100644
--- a/yql/essentials/udfs/common/compress_base/ya.make
+++ b/yql/essentials/udfs/common/compress_base/ya.make
@@ -6,8 +6,6 @@ YQL_ABI_VERSION(
0
)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
compress_udf.cpp
)
diff --git a/yql/essentials/udfs/common/datetime2/ya.make b/yql/essentials/udfs/common/datetime2/ya.make
index ca50b15e73f..0e0425d68c4 100644
--- a/yql/essentials/udfs/common/datetime2/ya.make
+++ b/yql/essentials/udfs/common/datetime2/ya.make
@@ -4,7 +4,7 @@ YQL_UDF_CONTRIB(datetime2_udf)
43
0
)
- ENABLE(YQL_STYLE_CPP)
+
SRCS(
datetime_udf.cpp
)
diff --git a/yql/essentials/udfs/common/digest/ya.make b/yql/essentials/udfs/common/digest/ya.make
index 9daa7f25318..565e77a3013 100644
--- a/yql/essentials/udfs/common/digest/ya.make
+++ b/yql/essentials/udfs/common/digest/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(digest_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
digest_udf.cpp
)
diff --git a/yql/essentials/udfs/common/file/ya.make b/yql/essentials/udfs/common/file/ya.make
index 9a4f1863132..250f0722d8e 100644
--- a/yql/essentials/udfs/common/file/ya.make
+++ b/yql/essentials/udfs/common/file/ya.make
@@ -6,8 +6,6 @@ YQL_ABI_VERSION(
0
)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
file_udf.cpp
)
diff --git a/yql/essentials/udfs/common/histogram/ya.make b/yql/essentials/udfs/common/histogram/ya.make
index 659a3ba4406..7f777cddea4 100644
--- a/yql/essentials/udfs/common/histogram/ya.make
+++ b/yql/essentials/udfs/common/histogram/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(histogram_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
histogram_udf.cpp
)
diff --git a/yql/essentials/udfs/common/hyperloglog/ya.make b/yql/essentials/udfs/common/hyperloglog/ya.make
index 4c295580a9f..979024891c2 100644
--- a/yql/essentials/udfs/common/hyperloglog/ya.make
+++ b/yql/essentials/udfs/common/hyperloglog/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(hyperloglog_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
hyperloglog_udf.cpp
)
diff --git a/yql/essentials/udfs/common/hyperscan/ya.make b/yql/essentials/udfs/common/hyperscan/ya.make
index 574458d246a..009d2a2792f 100644
--- a/yql/essentials/udfs/common/hyperscan/ya.make
+++ b/yql/essentials/udfs/common/hyperscan/ya.make
@@ -14,8 +14,6 @@ YQL_UDF_CONTRIB(hyperscan_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
hyperscan_udf.cpp
)
diff --git a/yql/essentials/udfs/common/ip_base/lib/ya.make b/yql/essentials/udfs/common/ip_base/lib/ya.make
index 3587d2b6192..ab9b2bce8e2 100644
--- a/yql/essentials/udfs/common/ip_base/lib/ya.make
+++ b/yql/essentials/udfs/common/ip_base/lib/ya.make
@@ -6,8 +6,6 @@ YQL_ABI_VERSION(
0
)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
ip_base_udf.cpp
)
diff --git a/yql/essentials/udfs/common/ip_base/ya.make b/yql/essentials/udfs/common/ip_base/ya.make
index 86c40dd2698..0a2859c0af2 100644
--- a/yql/essentials/udfs/common/ip_base/ya.make
+++ b/yql/essentials/udfs/common/ip_base/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(ip_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
ip_base.cpp
)
diff --git a/yql/essentials/udfs/common/json/ya.make b/yql/essentials/udfs/common/json/ya.make
index d45fe60e5f0..689714e306b 100644
--- a/yql/essentials/udfs/common/json/ya.make
+++ b/yql/essentials/udfs/common/json/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(json_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
json_udf.cpp
)
diff --git a/yql/essentials/udfs/common/json2/ya.make b/yql/essentials/udfs/common/json2/ya.make
index fa5e47018ce..5a0c14cfe2d 100644
--- a/yql/essentials/udfs/common/json2/ya.make
+++ b/yql/essentials/udfs/common/json2/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(json2_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
json2_udf.cpp
)
diff --git a/yql/essentials/udfs/common/math/lib/ut/ya.make b/yql/essentials/udfs/common/math/lib/ut/ya.make
index 2461b36ab3d..c1efcde3b47 100644
--- a/yql/essentials/udfs/common/math/lib/ut/ya.make
+++ b/yql/essentials/udfs/common/math/lib/ut/ya.make
@@ -2,8 +2,6 @@ IF (OS_LINUX)
IF (NOT WITH_VALGRIND)
UNITTEST_FOR(yql/essentials/udfs/common/math/lib)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
round_ut.cpp
)
diff --git a/yql/essentials/udfs/common/math/lib/ya.make b/yql/essentials/udfs/common/math/lib/ya.make
index 3c0faeb996a..54b882a8438 100644
--- a/yql/essentials/udfs/common/math/lib/ya.make
+++ b/yql/essentials/udfs/common/math/lib/ya.make
@@ -1,7 +1,5 @@
LIBRARY()
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
erfinv.cpp
)
diff --git a/yql/essentials/udfs/common/math/ya.make b/yql/essentials/udfs/common/math/ya.make
index b4dbbc6afd2..dfb5fa7c994 100644
--- a/yql/essentials/udfs/common/math/ya.make
+++ b/yql/essentials/udfs/common/math/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(math_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
math_udf.cpp
)
diff --git a/yql/essentials/udfs/common/pire/ya.make b/yql/essentials/udfs/common/pire/ya.make
index 21aef728426..010f5a19159 100644
--- a/yql/essentials/udfs/common/pire/ya.make
+++ b/yql/essentials/udfs/common/pire/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(pire_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
pire_udf.cpp
)
diff --git a/yql/essentials/udfs/common/protobuf/ya.make b/yql/essentials/udfs/common/protobuf/ya.make
index 007a5266671..714ad77137f 100644
--- a/yql/essentials/udfs/common/protobuf/ya.make
+++ b/yql/essentials/udfs/common/protobuf/ya.make
@@ -6,8 +6,6 @@ YQL_ABI_VERSION(
0
)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
protobuf_udf.cpp
)
diff --git a/yql/essentials/udfs/common/python/bindings/ya.make b/yql/essentials/udfs/common/python/bindings/ya.make
index 1e5eb4cd0b0..f122de06daf 100644
--- a/yql/essentials/udfs/common/python/bindings/ya.make
+++ b/yql/essentials/udfs/common/python/bindings/ya.make
@@ -2,8 +2,6 @@ PY23_NATIVE_LIBRARY()
YQL_ABI_VERSION(2 44 0)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
py_callable.cpp
py_cast.cpp
diff --git a/yql/essentials/udfs/common/python/bindings/ya.make.test.inc b/yql/essentials/udfs/common/python/bindings/ya.make.test.inc
index 036c72bc147..67803ad18f4 100644
--- a/yql/essentials/udfs/common/python/bindings/ya.make.test.inc
+++ b/yql/essentials/udfs/common/python/bindings/ya.make.test.inc
@@ -1,5 +1,3 @@
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
py_callable_ut.cpp
py_cast_ut.cpp
diff --git a/yql/essentials/udfs/common/python/main_py3/ya.make b/yql/essentials/udfs/common/python/main_py3/ya.make
index 1b2dc5b61bd..7bbb4d0f304 100644
--- a/yql/essentials/udfs/common/python/main_py3/ya.make
+++ b/yql/essentials/udfs/common/python/main_py3/ya.make
@@ -1,7 +1,5 @@
LIBRARY()
-ENABLE(YQL_STYLE_CPP)
-
USE_PYTHON3()
ADDINCL(
diff --git a/yql/essentials/udfs/common/python/python_udf/ya.make b/yql/essentials/udfs/common/python/python_udf/ya.make
index 41f4514dfd0..4617a997110 100644
--- a/yql/essentials/udfs/common/python/python_udf/ya.make
+++ b/yql/essentials/udfs/common/python/python_udf/ya.make
@@ -2,8 +2,6 @@ PY23_NATIVE_LIBRARY()
YQL_ABI_VERSION(2 44 0)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
python_udf.cpp
)
diff --git a/yql/essentials/udfs/common/re2/ya.make b/yql/essentials/udfs/common/re2/ya.make
index 895f75bd6cc..a6973064d07 100644
--- a/yql/essentials/udfs/common/re2/ya.make
+++ b/yql/essentials/udfs/common/re2/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(re2_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
re2_udf.cpp
)
diff --git a/yql/essentials/udfs/common/set/ya.make b/yql/essentials/udfs/common/set/ya.make
index 21a51dba968..40c65dde04b 100644
--- a/yql/essentials/udfs/common/set/ya.make
+++ b/yql/essentials/udfs/common/set/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(set_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
set_udf.cpp
)
diff --git a/yql/essentials/udfs/common/stat/static/ya.make b/yql/essentials/udfs/common/stat/static/ya.make
index 892e8a34e93..f3cc7842eea 100644
--- a/yql/essentials/udfs/common/stat/static/ya.make
+++ b/yql/essentials/udfs/common/stat/static/ya.make
@@ -6,8 +6,6 @@ YQL_ABI_VERSION(
0
)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
static_udf.cpp
stat_udf.h
diff --git a/yql/essentials/udfs/common/stat/ut/ya.make b/yql/essentials/udfs/common/stat/ut/ya.make
index 1ab9bbb1432..fdce51cbdfb 100644
--- a/yql/essentials/udfs/common/stat/ut/ya.make
+++ b/yql/essentials/udfs/common/stat/ut/ya.make
@@ -1,7 +1,5 @@
UNITTEST_FOR(yql/essentials/udfs/common/stat/static)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
../stat_udf_ut.cpp
)
diff --git a/yql/essentials/udfs/common/stat/ya.make b/yql/essentials/udfs/common/stat/ya.make
index 8d7535044aa..dae97548910 100644
--- a/yql/essentials/udfs/common/stat/ya.make
+++ b/yql/essentials/udfs/common/stat/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(stat_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
stat_udf.cpp
)
diff --git a/yql/essentials/udfs/common/streaming/ya.make b/yql/essentials/udfs/common/streaming/ya.make
index 320490adcd2..9b080a7f86f 100644
--- a/yql/essentials/udfs/common/streaming/ya.make
+++ b/yql/essentials/udfs/common/streaming/ya.make
@@ -6,8 +6,6 @@ YQL_ABI_VERSION(
0
)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
streaming_udf.cpp
)
diff --git a/yql/essentials/udfs/common/string/ya.make b/yql/essentials/udfs/common/string/ya.make
index 1f8c6d4926d..cfea8c71d15 100644
--- a/yql/essentials/udfs/common/string/ya.make
+++ b/yql/essentials/udfs/common/string/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(string_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
string_udf.cpp
)
diff --git a/yql/essentials/udfs/common/top/ya.make b/yql/essentials/udfs/common/top/ya.make
index f0818f2b34d..2b4439e0577 100644
--- a/yql/essentials/udfs/common/top/ya.make
+++ b/yql/essentials/udfs/common/top/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(top_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
top_udf.cpp
)
diff --git a/yql/essentials/udfs/common/topfreq/static/ya.make b/yql/essentials/udfs/common/topfreq/static/ya.make
index 94379d474a9..95838f33c49 100644
--- a/yql/essentials/udfs/common/topfreq/static/ya.make
+++ b/yql/essentials/udfs/common/topfreq/static/ya.make
@@ -6,8 +6,6 @@ YQL_ABI_VERSION(
0
)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
static_udf.cpp
topfreq.cpp
diff --git a/yql/essentials/udfs/common/topfreq/ut/ya.make b/yql/essentials/udfs/common/topfreq/ut/ya.make
index 3d0b1b859a8..142aea4ebfd 100644
--- a/yql/essentials/udfs/common/topfreq/ut/ya.make
+++ b/yql/essentials/udfs/common/topfreq/ut/ya.make
@@ -1,7 +1,5 @@
UNITTEST_FOR(yql/essentials/udfs/common/topfreq/static)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
../topfreq_udf_ut.cpp
)
diff --git a/yql/essentials/udfs/common/topfreq/ya.make b/yql/essentials/udfs/common/topfreq/ya.make
index 3871d8f13ad..2c91204fed6 100644
--- a/yql/essentials/udfs/common/topfreq/ya.make
+++ b/yql/essentials/udfs/common/topfreq/ya.make
@@ -5,8 +5,6 @@ YQL_UDF_CONTRIB(topfreq_udf)
28
0
)
-
- ENABLE(YQL_STYLE_CPP)
SRCS(
topfreq_udf.cpp
diff --git a/yql/essentials/udfs/common/unicode_base/lib/ya.make b/yql/essentials/udfs/common/unicode_base/lib/ya.make
index 7ca562aef02..2fda0829667 100644
--- a/yql/essentials/udfs/common/unicode_base/lib/ya.make
+++ b/yql/essentials/udfs/common/unicode_base/lib/ya.make
@@ -6,8 +6,6 @@ YQL_ABI_VERSION(
0
)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
unicode_base_udf.cpp
)
diff --git a/yql/essentials/udfs/common/unicode_base/ya.make b/yql/essentials/udfs/common/unicode_base/ya.make
index 0540c0593b5..271fdd46c7f 100644
--- a/yql/essentials/udfs/common/unicode_base/ya.make
+++ b/yql/essentials/udfs/common/unicode_base/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(unicode_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
unicode_base.cpp
)
diff --git a/yql/essentials/udfs/common/url_base/lib/ya.make b/yql/essentials/udfs/common/url_base/lib/ya.make
index 51a55865bd4..9887842303b 100644
--- a/yql/essentials/udfs/common/url_base/lib/ya.make
+++ b/yql/essentials/udfs/common/url_base/lib/ya.make
@@ -6,8 +6,6 @@ YQL_ABI_VERSION(
0
)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
url_base_udf.cpp
url_parse.cpp
diff --git a/yql/essentials/udfs/common/url_base/ya.make b/yql/essentials/udfs/common/url_base/ya.make
index 79c7c9bead6..dc1a65054c3 100644
--- a/yql/essentials/udfs/common/url_base/ya.make
+++ b/yql/essentials/udfs/common/url_base/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(url_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
url_base.cpp
)
diff --git a/yql/essentials/udfs/common/vector/ya.make b/yql/essentials/udfs/common/vector/ya.make
index 342065cbaff..a1403f62a61 100644
--- a/yql/essentials/udfs/common/vector/ya.make
+++ b/yql/essentials/udfs/common/vector/ya.make
@@ -6,8 +6,6 @@ YQL_ABI_VERSION(
0
)
-ENABLE(YQL_STYLE_CPP)
-
SRCS(
vector_udf.cpp
)
diff --git a/yql/essentials/udfs/common/yson2/ya.make b/yql/essentials/udfs/common/yson2/ya.make
index cfcb7334c29..b2e66fdaf2a 100644
--- a/yql/essentials/udfs/common/yson2/ya.make
+++ b/yql/essentials/udfs/common/yson2/ya.make
@@ -6,8 +6,6 @@ YQL_UDF_CONTRIB(yson2_udf)
0
)
- ENABLE(YQL_STYLE_CPP)
-
SRCS(
yson2_udf.cpp
)