diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-20 20:35:10 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-20 20:48:47 +0300 |
commit | 894352059225553994695527eab3d7988cf59b34 (patch) | |
tree | e80a02ecf808eddc62f82461ee4ebceb96f42f63 /contrib/restricted | |
parent | a374554ce62bc38de69206883753aa7a27373926 (diff) | |
download | ydb-894352059225553994695527eab3d7988cf59b34.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted')
31 files changed, 62 insertions, 0 deletions
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/base/ya.make index ca91a4610e..982924e22c 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/base/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( library/cpp/sanitizer/include ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/container/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/container/ya.make index 55ba019df2..207a3b4c08 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/container/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/container/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp-tstring/y_absl/base contrib/restricted/abseil-cpp-tstring/y_absl/debugging diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/ya.make index d16ebf04dd..5616819583 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp-tstring/y_absl/base library/cpp/sanitizer/include diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/flags/ya.make index 8187762d93..ec2d473f44 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/flags/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/flags/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp-tstring/y_absl/base contrib/restricted/abseil-cpp-tstring/y_absl/container diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/ya.make index 96236c55a3..51dd805888 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp-tstring/y_absl/base contrib/restricted/abseil-cpp-tstring/y_absl/numeric diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/ya.make index e8aa89d47f..485df43c46 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + ADDINCL( GLOBAL contrib/restricted/abseil-cpp-tstring ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/ya.make index ec5add2f79..26aae13381 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + ADDINCL( GLOBAL contrib/restricted/abseil-cpp-tstring ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/random/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/random/ya.make index a997aed8e7..96fb5182f6 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/random/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/random/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp-tstring/y_absl/base contrib/restricted/abseil-cpp-tstring/y_absl/numeric diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/status/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/status/ya.make index 27096368a2..9ded9b244e 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/status/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/status/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp-tstring/y_absl/base contrib/restricted/abseil-cpp-tstring/y_absl/debugging diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/ya.make index 90edc2143b..26ff4370a6 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp-tstring/y_absl/base contrib/restricted/abseil-cpp-tstring/y_absl/numeric diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/ya.make index 692c6d2136..6957a5d181 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp-tstring/y_absl/base contrib/restricted/abseil-cpp-tstring/y_absl/debugging diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/time/ya.make index 6f692b22b5..2457448bc8 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/time/ya.make @@ -9,6 +9,8 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp-tstring/y_absl/base contrib/restricted/abseil-cpp-tstring/y_absl/numeric diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/types/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/types/ya.make index 81c2dbe076..5be5f4774c 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/types/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/types/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp-tstring/y_absl/base contrib/restricted/abseil-cpp-tstring/y_absl/memory diff --git a/contrib/restricted/abseil-cpp/absl/base/ya.make b/contrib/restricted/abseil-cpp/absl/base/ya.make index b19ed93c5d..6b61783f77 100644 --- a/contrib/restricted/abseil-cpp/absl/base/ya.make +++ b/contrib/restricted/abseil-cpp/absl/base/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( library/cpp/sanitizer/include ) diff --git a/contrib/restricted/abseil-cpp/absl/container/ya.make b/contrib/restricted/abseil-cpp/absl/container/ya.make index de6009bc47..5aa4185626 100644 --- a/contrib/restricted/abseil-cpp/absl/container/ya.make +++ b/contrib/restricted/abseil-cpp/absl/container/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp/absl/base contrib/restricted/abseil-cpp/absl/debugging diff --git a/contrib/restricted/abseil-cpp/absl/debugging/ya.make b/contrib/restricted/abseil-cpp/absl/debugging/ya.make index 4440433c50..5a4d9b23d2 100644 --- a/contrib/restricted/abseil-cpp/absl/debugging/ya.make +++ b/contrib/restricted/abseil-cpp/absl/debugging/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp/absl/base library/cpp/sanitizer/include diff --git a/contrib/restricted/abseil-cpp/absl/flags/ya.make b/contrib/restricted/abseil-cpp/absl/flags/ya.make index 7e6fae43d6..83d79b1499 100644 --- a/contrib/restricted/abseil-cpp/absl/flags/ya.make +++ b/contrib/restricted/abseil-cpp/absl/flags/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp/absl/base contrib/restricted/abseil-cpp/absl/container diff --git a/contrib/restricted/abseil-cpp/absl/hash/ya.make b/contrib/restricted/abseil-cpp/absl/hash/ya.make index 280fc5e6ef..7eda75b2d8 100644 --- a/contrib/restricted/abseil-cpp/absl/hash/ya.make +++ b/contrib/restricted/abseil-cpp/absl/hash/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp/absl/base contrib/restricted/abseil-cpp/absl/numeric diff --git a/contrib/restricted/abseil-cpp/absl/log/ya.make b/contrib/restricted/abseil-cpp/absl/log/ya.make index db610906ca..a598274295 100644 --- a/contrib/restricted/abseil-cpp/absl/log/ya.make +++ b/contrib/restricted/abseil-cpp/absl/log/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp/absl/base contrib/restricted/abseil-cpp/absl/container diff --git a/contrib/restricted/abseil-cpp/absl/numeric/ya.make b/contrib/restricted/abseil-cpp/absl/numeric/ya.make index 40980852ae..fa64b6de80 100644 --- a/contrib/restricted/abseil-cpp/absl/numeric/ya.make +++ b/contrib/restricted/abseil-cpp/absl/numeric/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + ADDINCL( GLOBAL contrib/restricted/abseil-cpp ) diff --git a/contrib/restricted/abseil-cpp/absl/profiling/ya.make b/contrib/restricted/abseil-cpp/absl/profiling/ya.make index 5d4fc42d77..cfa50e8396 100644 --- a/contrib/restricted/abseil-cpp/absl/profiling/ya.make +++ b/contrib/restricted/abseil-cpp/absl/profiling/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + ADDINCL( GLOBAL contrib/restricted/abseil-cpp ) diff --git a/contrib/restricted/abseil-cpp/absl/random/ya.make b/contrib/restricted/abseil-cpp/absl/random/ya.make index 9f282b40a2..10ab894e32 100644 --- a/contrib/restricted/abseil-cpp/absl/random/ya.make +++ b/contrib/restricted/abseil-cpp/absl/random/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp/absl/base contrib/restricted/abseil-cpp/absl/numeric diff --git a/contrib/restricted/abseil-cpp/absl/status/ya.make b/contrib/restricted/abseil-cpp/absl/status/ya.make index 48ab349f07..98cdb3ed00 100644 --- a/contrib/restricted/abseil-cpp/absl/status/ya.make +++ b/contrib/restricted/abseil-cpp/absl/status/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp/absl/base contrib/restricted/abseil-cpp/absl/debugging diff --git a/contrib/restricted/abseil-cpp/absl/strings/ya.make b/contrib/restricted/abseil-cpp/absl/strings/ya.make index dffec44d18..45e537293b 100644 --- a/contrib/restricted/abseil-cpp/absl/strings/ya.make +++ b/contrib/restricted/abseil-cpp/absl/strings/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp/absl/base contrib/restricted/abseil-cpp/absl/numeric diff --git a/contrib/restricted/abseil-cpp/absl/synchronization/ya.make b/contrib/restricted/abseil-cpp/absl/synchronization/ya.make index ba5e977d28..141cf4565f 100644 --- a/contrib/restricted/abseil-cpp/absl/synchronization/ya.make +++ b/contrib/restricted/abseil-cpp/absl/synchronization/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp/absl/base contrib/restricted/abseil-cpp/absl/debugging diff --git a/contrib/restricted/abseil-cpp/absl/time/ya.make b/contrib/restricted/abseil-cpp/absl/time/ya.make index 0e03979c06..5375353745 100644 --- a/contrib/restricted/abseil-cpp/absl/time/ya.make +++ b/contrib/restricted/abseil-cpp/absl/time/ya.make @@ -9,6 +9,8 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp/absl/base contrib/restricted/abseil-cpp/absl/numeric diff --git a/contrib/restricted/abseil-cpp/absl/types/ya.make b/contrib/restricted/abseil-cpp/absl/types/ya.make index b8b2f8b08c..1a5f164ac9 100644 --- a/contrib/restricted/abseil-cpp/absl/types/ya.make +++ b/contrib/restricted/abseil-cpp/absl/types/ya.make @@ -6,6 +6,8 @@ LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(20240722.0) + PEERDIR( contrib/restricted/abseil-cpp/absl/base contrib/restricted/abseil-cpp/absl/memory diff --git a/contrib/restricted/google/benchmark/test/ya.make b/contrib/restricted/google/benchmark/test/ya.make index 884724489e..1aa8acd78a 100644 --- a/contrib/restricted/google/benchmark/test/ya.make +++ b/contrib/restricted/google/benchmark/test/ya.make @@ -4,6 +4,8 @@ GTEST(benchmark_gtest) WITHOUT_LICENSE_TEXTS() +VERSION(1.8.5) + LICENSE(Apache-2.0) PEERDIR( diff --git a/contrib/restricted/google/benchmark/tools/ya.make b/contrib/restricted/google/benchmark/tools/ya.make index e72dd7f724..699754c6c2 100644 --- a/contrib/restricted/google/benchmark/tools/ya.make +++ b/contrib/restricted/google/benchmark/tools/ya.make @@ -1,5 +1,7 @@ # Generated by devtools/yamaker. +VERSION(1.8.5) + IF (NOT USE_STL_SYSTEM) IF (NOT USE_SYSTEM_PYTHON OR NOT _SYSTEM_PYTHON27) IF (OS_LINIX OR OS_DARWIN OR OS_WINDOWS) diff --git a/contrib/restricted/uriparser/test/ya.make b/contrib/restricted/uriparser/test/ya.make index 48a1dae162..18e450e1f9 100644 --- a/contrib/restricted/uriparser/test/ya.make +++ b/contrib/restricted/uriparser/test/ya.make @@ -9,6 +9,8 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(0.9.8) + PEERDIR( contrib/restricted/uriparser ) diff --git a/contrib/restricted/uriparser/tool/ya.make b/contrib/restricted/uriparser/tool/ya.make index 5f9024c70e..a57662d5c2 100644 --- a/contrib/restricted/uriparser/tool/ya.make +++ b/contrib/restricted/uriparser/tool/ya.make @@ -6,6 +6,8 @@ LICENSE(BSD-3-Clause) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(0.9.8) + PEERDIR( contrib/restricted/uriparser ) |