diff options
author | armenqa <armenqa@yandex-team.com> | 2024-01-19 12:23:50 +0300 |
---|---|---|
committer | armenqa <armenqa@yandex-team.com> | 2024-01-19 13:10:03 +0300 |
commit | 2de0149d0151c514b22bca0760b95b26c9b0b578 (patch) | |
tree | 2bfed9f3bce7e643ddf048bb61ce3dc0a714bcc2 /library/cpp/containers | |
parent | a8c06d218f12b2406fbce24d194885c5d7b68503 (diff) | |
download | ydb-2de0149d0151c514b22bca0760b95b26c9b0b578.tar.gz |
feat contrib: aiogram 3
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
Diffstat (limited to 'library/cpp/containers')
97 files changed, 0 insertions, 1840 deletions
diff --git a/library/cpp/containers/2d_array/CMakeLists.darwin-arm64.txt b/library/cpp/containers/2d_array/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c1371c0defe..00000000000 --- a/library/cpp/containers/2d_array/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-2d_array) -target_link_libraries(cpp-containers-2d_array PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-2d_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp -) diff --git a/library/cpp/containers/2d_array/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/2d_array/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c1371c0defe..00000000000 --- a/library/cpp/containers/2d_array/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-2d_array) -target_link_libraries(cpp-containers-2d_array PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-2d_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp -) diff --git a/library/cpp/containers/2d_array/CMakeLists.linux-aarch64.txt b/library/cpp/containers/2d_array/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 25140f3dc92..00000000000 --- a/library/cpp/containers/2d_array/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-2d_array) -target_link_libraries(cpp-containers-2d_array PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-2d_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp -) diff --git a/library/cpp/containers/2d_array/CMakeLists.linux-x86_64.txt b/library/cpp/containers/2d_array/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 25140f3dc92..00000000000 --- a/library/cpp/containers/2d_array/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-2d_array) -target_link_libraries(cpp-containers-2d_array PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-2d_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp -) diff --git a/library/cpp/containers/2d_array/CMakeLists.txt b/library/cpp/containers/2d_array/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/2d_array/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/2d_array/CMakeLists.windows-x86_64.txt b/library/cpp/containers/2d_array/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c1371c0defe..00000000000 --- a/library/cpp/containers/2d_array/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-2d_array) -target_link_libraries(cpp-containers-2d_array PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-2d_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/2d_array/2d_array.cpp -) diff --git a/library/cpp/containers/CMakeLists.txt b/library/cpp/containers/CMakeLists.txt deleted file mode 100644 index 43fcbe83466..00000000000 --- a/library/cpp/containers/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -add_subdirectory(2d_array) -add_subdirectory(absl_flat_hash) -add_subdirectory(atomizer) -add_subdirectory(bitseq) -add_subdirectory(compact_vector) -add_subdirectory(comptrie) -add_subdirectory(disjoint_interval_tree) -add_subdirectory(intrusive_avl_tree) -add_subdirectory(intrusive_rb_tree) -add_subdirectory(paged_vector) -add_subdirectory(ring_buffer) -add_subdirectory(sorted_vector) -add_subdirectory(stack_array) -add_subdirectory(stack_vector) -add_subdirectory(str_map) -add_subdirectory(top_keeper) diff --git a/library/cpp/containers/absl_flat_hash/CMakeLists.darwin-arm64.txt b/library/cpp/containers/absl_flat_hash/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 4ab79d02db6..00000000000 --- a/library/cpp/containers/absl_flat_hash/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,22 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-absl_flat_hash) -target_include_directories(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(cpp-containers-absl_flat_hash PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-container -) -target_sources(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_map.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_set.cpp -) diff --git a/library/cpp/containers/absl_flat_hash/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/absl_flat_hash/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 4ab79d02db6..00000000000 --- a/library/cpp/containers/absl_flat_hash/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,22 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-absl_flat_hash) -target_include_directories(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(cpp-containers-absl_flat_hash PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-container -) -target_sources(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_map.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_set.cpp -) diff --git a/library/cpp/containers/absl_flat_hash/CMakeLists.linux-aarch64.txt b/library/cpp/containers/absl_flat_hash/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 379fc48361c..00000000000 --- a/library/cpp/containers/absl_flat_hash/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,23 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-absl_flat_hash) -target_include_directories(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(cpp-containers-absl_flat_hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-container -) -target_sources(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_map.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_set.cpp -) diff --git a/library/cpp/containers/absl_flat_hash/CMakeLists.linux-x86_64.txt b/library/cpp/containers/absl_flat_hash/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 379fc48361c..00000000000 --- a/library/cpp/containers/absl_flat_hash/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,23 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-absl_flat_hash) -target_include_directories(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(cpp-containers-absl_flat_hash PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-container -) -target_sources(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_map.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_set.cpp -) diff --git a/library/cpp/containers/absl_flat_hash/CMakeLists.txt b/library/cpp/containers/absl_flat_hash/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/absl_flat_hash/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/absl_flat_hash/CMakeLists.windows-x86_64.txt b/library/cpp/containers/absl_flat_hash/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 4ab79d02db6..00000000000 --- a/library/cpp/containers/absl_flat_hash/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,22 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-absl_flat_hash) -target_include_directories(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp -) -target_link_libraries(cpp-containers-absl_flat_hash PUBLIC - contrib-libs-cxxsupp - yutil - abseil-cpp-absl-container -) -target_sources(cpp-containers-absl_flat_hash PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_map.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/absl_flat_hash/flat_hash_set.cpp -) diff --git a/library/cpp/containers/atomizer/CMakeLists.darwin-arm64.txt b/library/cpp/containers/atomizer/CMakeLists.darwin-arm64.txt deleted file mode 100644 index d0486e1c368..00000000000 --- a/library/cpp/containers/atomizer/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-atomizer) -target_link_libraries(cpp-containers-atomizer PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-str_map -) -target_sources(cpp-containers-atomizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/atomizer/atomizer.cpp -) diff --git a/library/cpp/containers/atomizer/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/atomizer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d0486e1c368..00000000000 --- a/library/cpp/containers/atomizer/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-atomizer) -target_link_libraries(cpp-containers-atomizer PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-str_map -) -target_sources(cpp-containers-atomizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/atomizer/atomizer.cpp -) diff --git a/library/cpp/containers/atomizer/CMakeLists.linux-aarch64.txt b/library/cpp/containers/atomizer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2db431da3fc..00000000000 --- a/library/cpp/containers/atomizer/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-atomizer) -target_link_libraries(cpp-containers-atomizer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-str_map -) -target_sources(cpp-containers-atomizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/atomizer/atomizer.cpp -) diff --git a/library/cpp/containers/atomizer/CMakeLists.linux-x86_64.txt b/library/cpp/containers/atomizer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2db431da3fc..00000000000 --- a/library/cpp/containers/atomizer/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-atomizer) -target_link_libraries(cpp-containers-atomizer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-containers-str_map -) -target_sources(cpp-containers-atomizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/atomizer/atomizer.cpp -) diff --git a/library/cpp/containers/atomizer/CMakeLists.txt b/library/cpp/containers/atomizer/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/atomizer/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/atomizer/CMakeLists.windows-x86_64.txt b/library/cpp/containers/atomizer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d0486e1c368..00000000000 --- a/library/cpp/containers/atomizer/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-atomizer) -target_link_libraries(cpp-containers-atomizer PUBLIC - contrib-libs-cxxsupp - yutil - cpp-containers-str_map -) -target_sources(cpp-containers-atomizer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/atomizer/atomizer.cpp -) diff --git a/library/cpp/containers/bitseq/CMakeLists.darwin-arm64.txt b/library/cpp/containers/bitseq/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 97b139a7fac..00000000000 --- a/library/cpp/containers/bitseq/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-bitseq) -target_link_libraries(cpp-containers-bitseq PUBLIC - contrib-libs-cxxsupp - yutil - util-draft - library-cpp-pop_count -) -target_sources(cpp-containers-bitseq PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/bitvector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/readonly_bitvector.cpp -) diff --git a/library/cpp/containers/bitseq/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/bitseq/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 97b139a7fac..00000000000 --- a/library/cpp/containers/bitseq/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-bitseq) -target_link_libraries(cpp-containers-bitseq PUBLIC - contrib-libs-cxxsupp - yutil - util-draft - library-cpp-pop_count -) -target_sources(cpp-containers-bitseq PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/bitvector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/readonly_bitvector.cpp -) diff --git a/library/cpp/containers/bitseq/CMakeLists.linux-aarch64.txt b/library/cpp/containers/bitseq/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 758be4fd4c0..00000000000 --- a/library/cpp/containers/bitseq/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,21 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-bitseq) -target_link_libraries(cpp-containers-bitseq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - util-draft - library-cpp-pop_count -) -target_sources(cpp-containers-bitseq PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/bitvector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/readonly_bitvector.cpp -) diff --git a/library/cpp/containers/bitseq/CMakeLists.linux-x86_64.txt b/library/cpp/containers/bitseq/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 758be4fd4c0..00000000000 --- a/library/cpp/containers/bitseq/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,21 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-bitseq) -target_link_libraries(cpp-containers-bitseq PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - util-draft - library-cpp-pop_count -) -target_sources(cpp-containers-bitseq PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/bitvector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/readonly_bitvector.cpp -) diff --git a/library/cpp/containers/bitseq/CMakeLists.txt b/library/cpp/containers/bitseq/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/bitseq/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/bitseq/CMakeLists.windows-x86_64.txt b/library/cpp/containers/bitseq/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 97b139a7fac..00000000000 --- a/library/cpp/containers/bitseq/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-bitseq) -target_link_libraries(cpp-containers-bitseq PUBLIC - contrib-libs-cxxsupp - yutil - util-draft - library-cpp-pop_count -) -target_sources(cpp-containers-bitseq PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/bitvector.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/bitseq/readonly_bitvector.cpp -) diff --git a/library/cpp/containers/compact_vector/CMakeLists.darwin-arm64.txt b/library/cpp/containers/compact_vector/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 57d3af0a1be..00000000000 --- a/library/cpp/containers/compact_vector/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-compact_vector) -target_link_libraries(cpp-containers-compact_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-compact_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/compact_vector/compact_vector.cpp -) diff --git a/library/cpp/containers/compact_vector/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/compact_vector/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 57d3af0a1be..00000000000 --- a/library/cpp/containers/compact_vector/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-compact_vector) -target_link_libraries(cpp-containers-compact_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-compact_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/compact_vector/compact_vector.cpp -) diff --git a/library/cpp/containers/compact_vector/CMakeLists.linux-aarch64.txt b/library/cpp/containers/compact_vector/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a2171479e99..00000000000 --- a/library/cpp/containers/compact_vector/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-compact_vector) -target_link_libraries(cpp-containers-compact_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-compact_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/compact_vector/compact_vector.cpp -) diff --git a/library/cpp/containers/compact_vector/CMakeLists.linux-x86_64.txt b/library/cpp/containers/compact_vector/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a2171479e99..00000000000 --- a/library/cpp/containers/compact_vector/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-compact_vector) -target_link_libraries(cpp-containers-compact_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-compact_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/compact_vector/compact_vector.cpp -) diff --git a/library/cpp/containers/compact_vector/CMakeLists.txt b/library/cpp/containers/compact_vector/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/compact_vector/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/compact_vector/CMakeLists.windows-x86_64.txt b/library/cpp/containers/compact_vector/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 57d3af0a1be..00000000000 --- a/library/cpp/containers/compact_vector/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-compact_vector) -target_link_libraries(cpp-containers-compact_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-compact_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/compact_vector/compact_vector.cpp -) diff --git a/library/cpp/containers/comptrie/CMakeLists.darwin-arm64.txt b/library/cpp/containers/comptrie/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 3a3d86aed70..00000000000 --- a/library/cpp/containers/comptrie/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-comptrie) -target_link_libraries(cpp-containers-comptrie PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-packers - cpp-containers-compact_vector - cpp-on_disk-chunks - util-draft -) -target_sources(cpp-containers-comptrie PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp -) diff --git a/library/cpp/containers/comptrie/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/comptrie/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3a3d86aed70..00000000000 --- a/library/cpp/containers/comptrie/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-comptrie) -target_link_libraries(cpp-containers-comptrie PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-packers - cpp-containers-compact_vector - cpp-on_disk-chunks - util-draft -) -target_sources(cpp-containers-comptrie PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp -) diff --git a/library/cpp/containers/comptrie/CMakeLists.linux-aarch64.txt b/library/cpp/containers/comptrie/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 599cc37088e..00000000000 --- a/library/cpp/containers/comptrie/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,32 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-comptrie) -target_link_libraries(cpp-containers-comptrie PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-packers - cpp-containers-compact_vector - cpp-on_disk-chunks - util-draft -) -target_sources(cpp-containers-comptrie PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp -) diff --git a/library/cpp/containers/comptrie/CMakeLists.linux-x86_64.txt b/library/cpp/containers/comptrie/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 599cc37088e..00000000000 --- a/library/cpp/containers/comptrie/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,32 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-comptrie) -target_link_libraries(cpp-containers-comptrie PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - library-cpp-packers - cpp-containers-compact_vector - cpp-on_disk-chunks - util-draft -) -target_sources(cpp-containers-comptrie PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp -) diff --git a/library/cpp/containers/comptrie/CMakeLists.txt b/library/cpp/containers/comptrie/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/comptrie/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/comptrie/CMakeLists.windows-x86_64.txt b/library/cpp/containers/comptrie/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 3a3d86aed70..00000000000 --- a/library/cpp/containers/comptrie/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-comptrie) -target_link_libraries(cpp-containers-comptrie PUBLIC - contrib-libs-cxxsupp - yutil - library-cpp-packers - cpp-containers-compact_vector - cpp-on_disk-chunks - util-draft -) -target_sources(cpp-containers-comptrie PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_builder.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/comptrie_impl.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/make_fast_layout.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/minimize.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/node.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/opaque_trie_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/prefix_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/search_iterator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/write_trie_backwards.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/comptrie/writeable_node.cpp -) diff --git a/library/cpp/containers/disjoint_interval_tree/CMakeLists.darwin-arm64.txt b/library/cpp/containers/disjoint_interval_tree/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 1fd4597d59a..00000000000 --- a/library/cpp/containers/disjoint_interval_tree/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-disjoint_interval_tree) -target_link_libraries(cpp-containers-disjoint_interval_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-disjoint_interval_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/disjoint_interval_tree/disjoint_interval_tree.cpp -) diff --git a/library/cpp/containers/disjoint_interval_tree/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/disjoint_interval_tree/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1fd4597d59a..00000000000 --- a/library/cpp/containers/disjoint_interval_tree/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-disjoint_interval_tree) -target_link_libraries(cpp-containers-disjoint_interval_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-disjoint_interval_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/disjoint_interval_tree/disjoint_interval_tree.cpp -) diff --git a/library/cpp/containers/disjoint_interval_tree/CMakeLists.linux-aarch64.txt b/library/cpp/containers/disjoint_interval_tree/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c62ad5f23cd..00000000000 --- a/library/cpp/containers/disjoint_interval_tree/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-disjoint_interval_tree) -target_link_libraries(cpp-containers-disjoint_interval_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-disjoint_interval_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/disjoint_interval_tree/disjoint_interval_tree.cpp -) diff --git a/library/cpp/containers/disjoint_interval_tree/CMakeLists.linux-x86_64.txt b/library/cpp/containers/disjoint_interval_tree/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c62ad5f23cd..00000000000 --- a/library/cpp/containers/disjoint_interval_tree/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-disjoint_interval_tree) -target_link_libraries(cpp-containers-disjoint_interval_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-disjoint_interval_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/disjoint_interval_tree/disjoint_interval_tree.cpp -) diff --git a/library/cpp/containers/disjoint_interval_tree/CMakeLists.txt b/library/cpp/containers/disjoint_interval_tree/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/disjoint_interval_tree/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/disjoint_interval_tree/CMakeLists.windows-x86_64.txt b/library/cpp/containers/disjoint_interval_tree/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1fd4597d59a..00000000000 --- a/library/cpp/containers/disjoint_interval_tree/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-disjoint_interval_tree) -target_link_libraries(cpp-containers-disjoint_interval_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-disjoint_interval_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/disjoint_interval_tree/disjoint_interval_tree.cpp -) diff --git a/library/cpp/containers/intrusive_avl_tree/CMakeLists.darwin-arm64.txt b/library/cpp/containers/intrusive_avl_tree/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 651df561c1d..00000000000 --- a/library/cpp/containers/intrusive_avl_tree/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-intrusive_avl_tree) -target_link_libraries(cpp-containers-intrusive_avl_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_avl_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_avl_tree/avltree.cpp -) diff --git a/library/cpp/containers/intrusive_avl_tree/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/intrusive_avl_tree/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 651df561c1d..00000000000 --- a/library/cpp/containers/intrusive_avl_tree/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-intrusive_avl_tree) -target_link_libraries(cpp-containers-intrusive_avl_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_avl_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_avl_tree/avltree.cpp -) diff --git a/library/cpp/containers/intrusive_avl_tree/CMakeLists.linux-aarch64.txt b/library/cpp/containers/intrusive_avl_tree/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b558f155bc7..00000000000 --- a/library/cpp/containers/intrusive_avl_tree/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-intrusive_avl_tree) -target_link_libraries(cpp-containers-intrusive_avl_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_avl_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_avl_tree/avltree.cpp -) diff --git a/library/cpp/containers/intrusive_avl_tree/CMakeLists.linux-x86_64.txt b/library/cpp/containers/intrusive_avl_tree/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b558f155bc7..00000000000 --- a/library/cpp/containers/intrusive_avl_tree/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-intrusive_avl_tree) -target_link_libraries(cpp-containers-intrusive_avl_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_avl_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_avl_tree/avltree.cpp -) diff --git a/library/cpp/containers/intrusive_avl_tree/CMakeLists.txt b/library/cpp/containers/intrusive_avl_tree/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/intrusive_avl_tree/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/intrusive_avl_tree/CMakeLists.windows-x86_64.txt b/library/cpp/containers/intrusive_avl_tree/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 651df561c1d..00000000000 --- a/library/cpp/containers/intrusive_avl_tree/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-intrusive_avl_tree) -target_link_libraries(cpp-containers-intrusive_avl_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_avl_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_avl_tree/avltree.cpp -) diff --git a/library/cpp/containers/intrusive_rb_tree/CMakeLists.darwin-arm64.txt b/library/cpp/containers/intrusive_rb_tree/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 45d7acb8388..00000000000 --- a/library/cpp/containers/intrusive_rb_tree/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-intrusive_rb_tree) -target_link_libraries(cpp-containers-intrusive_rb_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_rb_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_rb_tree/rb_tree.cpp -) diff --git a/library/cpp/containers/intrusive_rb_tree/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/intrusive_rb_tree/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 45d7acb8388..00000000000 --- a/library/cpp/containers/intrusive_rb_tree/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-intrusive_rb_tree) -target_link_libraries(cpp-containers-intrusive_rb_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_rb_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_rb_tree/rb_tree.cpp -) diff --git a/library/cpp/containers/intrusive_rb_tree/CMakeLists.linux-aarch64.txt b/library/cpp/containers/intrusive_rb_tree/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 82927607d1c..00000000000 --- a/library/cpp/containers/intrusive_rb_tree/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-intrusive_rb_tree) -target_link_libraries(cpp-containers-intrusive_rb_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_rb_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_rb_tree/rb_tree.cpp -) diff --git a/library/cpp/containers/intrusive_rb_tree/CMakeLists.linux-x86_64.txt b/library/cpp/containers/intrusive_rb_tree/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 82927607d1c..00000000000 --- a/library/cpp/containers/intrusive_rb_tree/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-intrusive_rb_tree) -target_link_libraries(cpp-containers-intrusive_rb_tree PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_rb_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_rb_tree/rb_tree.cpp -) diff --git a/library/cpp/containers/intrusive_rb_tree/CMakeLists.txt b/library/cpp/containers/intrusive_rb_tree/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/intrusive_rb_tree/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/intrusive_rb_tree/CMakeLists.windows-x86_64.txt b/library/cpp/containers/intrusive_rb_tree/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 45d7acb8388..00000000000 --- a/library/cpp/containers/intrusive_rb_tree/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-intrusive_rb_tree) -target_link_libraries(cpp-containers-intrusive_rb_tree PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-intrusive_rb_tree PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/intrusive_rb_tree/rb_tree.cpp -) diff --git a/library/cpp/containers/paged_vector/CMakeLists.darwin-arm64.txt b/library/cpp/containers/paged_vector/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c44af664bcc..00000000000 --- a/library/cpp/containers/paged_vector/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-paged_vector) -target_link_libraries(cpp-containers-paged_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-paged_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/paged_vector/paged_vector.cpp -) diff --git a/library/cpp/containers/paged_vector/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/paged_vector/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c44af664bcc..00000000000 --- a/library/cpp/containers/paged_vector/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-paged_vector) -target_link_libraries(cpp-containers-paged_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-paged_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/paged_vector/paged_vector.cpp -) diff --git a/library/cpp/containers/paged_vector/CMakeLists.linux-aarch64.txt b/library/cpp/containers/paged_vector/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b1f740cc454..00000000000 --- a/library/cpp/containers/paged_vector/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-paged_vector) -target_link_libraries(cpp-containers-paged_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-paged_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/paged_vector/paged_vector.cpp -) diff --git a/library/cpp/containers/paged_vector/CMakeLists.linux-x86_64.txt b/library/cpp/containers/paged_vector/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b1f740cc454..00000000000 --- a/library/cpp/containers/paged_vector/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-paged_vector) -target_link_libraries(cpp-containers-paged_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-paged_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/paged_vector/paged_vector.cpp -) diff --git a/library/cpp/containers/paged_vector/CMakeLists.txt b/library/cpp/containers/paged_vector/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/paged_vector/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/paged_vector/CMakeLists.windows-x86_64.txt b/library/cpp/containers/paged_vector/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c44af664bcc..00000000000 --- a/library/cpp/containers/paged_vector/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-paged_vector) -target_link_libraries(cpp-containers-paged_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-paged_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/paged_vector/paged_vector.cpp -) diff --git a/library/cpp/containers/ring_buffer/CMakeLists.darwin-arm64.txt b/library/cpp/containers/ring_buffer/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 490e1427d4c..00000000000 --- a/library/cpp/containers/ring_buffer/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-ring_buffer) -target_link_libraries(cpp-containers-ring_buffer PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-ring_buffer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/ring_buffer/ring_buffer.cpp -) diff --git a/library/cpp/containers/ring_buffer/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/ring_buffer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 490e1427d4c..00000000000 --- a/library/cpp/containers/ring_buffer/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-ring_buffer) -target_link_libraries(cpp-containers-ring_buffer PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-ring_buffer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/ring_buffer/ring_buffer.cpp -) diff --git a/library/cpp/containers/ring_buffer/CMakeLists.linux-aarch64.txt b/library/cpp/containers/ring_buffer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 59e7ab09286..00000000000 --- a/library/cpp/containers/ring_buffer/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-ring_buffer) -target_link_libraries(cpp-containers-ring_buffer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-ring_buffer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/ring_buffer/ring_buffer.cpp -) diff --git a/library/cpp/containers/ring_buffer/CMakeLists.linux-x86_64.txt b/library/cpp/containers/ring_buffer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 59e7ab09286..00000000000 --- a/library/cpp/containers/ring_buffer/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-ring_buffer) -target_link_libraries(cpp-containers-ring_buffer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-ring_buffer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/ring_buffer/ring_buffer.cpp -) diff --git a/library/cpp/containers/ring_buffer/CMakeLists.txt b/library/cpp/containers/ring_buffer/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/ring_buffer/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/ring_buffer/CMakeLists.windows-x86_64.txt b/library/cpp/containers/ring_buffer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 490e1427d4c..00000000000 --- a/library/cpp/containers/ring_buffer/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-ring_buffer) -target_link_libraries(cpp-containers-ring_buffer PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-ring_buffer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/ring_buffer/ring_buffer.cpp -) diff --git a/library/cpp/containers/sorted_vector/CMakeLists.darwin-arm64.txt b/library/cpp/containers/sorted_vector/CMakeLists.darwin-arm64.txt deleted file mode 100644 index e1438df9747..00000000000 --- a/library/cpp/containers/sorted_vector/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-sorted_vector) -target_link_libraries(cpp-containers-sorted_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-sorted_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/sorted_vector/sorted_vector.cpp -) diff --git a/library/cpp/containers/sorted_vector/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/sorted_vector/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e1438df9747..00000000000 --- a/library/cpp/containers/sorted_vector/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-sorted_vector) -target_link_libraries(cpp-containers-sorted_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-sorted_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/sorted_vector/sorted_vector.cpp -) diff --git a/library/cpp/containers/sorted_vector/CMakeLists.linux-aarch64.txt b/library/cpp/containers/sorted_vector/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8af3de1300f..00000000000 --- a/library/cpp/containers/sorted_vector/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-sorted_vector) -target_link_libraries(cpp-containers-sorted_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-sorted_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/sorted_vector/sorted_vector.cpp -) diff --git a/library/cpp/containers/sorted_vector/CMakeLists.linux-x86_64.txt b/library/cpp/containers/sorted_vector/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 8af3de1300f..00000000000 --- a/library/cpp/containers/sorted_vector/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-sorted_vector) -target_link_libraries(cpp-containers-sorted_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-sorted_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/sorted_vector/sorted_vector.cpp -) diff --git a/library/cpp/containers/sorted_vector/CMakeLists.txt b/library/cpp/containers/sorted_vector/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/sorted_vector/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/sorted_vector/CMakeLists.windows-x86_64.txt b/library/cpp/containers/sorted_vector/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e1438df9747..00000000000 --- a/library/cpp/containers/sorted_vector/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-sorted_vector) -target_link_libraries(cpp-containers-sorted_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-sorted_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/sorted_vector/sorted_vector.cpp -) diff --git a/library/cpp/containers/stack_array/CMakeLists.darwin-arm64.txt b/library/cpp/containers/stack_array/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 83fde56a05a..00000000000 --- a/library/cpp/containers/stack_array/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-stack_array) -target_link_libraries(cpp-containers-stack_array PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/range_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/stack_array.cpp -) diff --git a/library/cpp/containers/stack_array/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/stack_array/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 83fde56a05a..00000000000 --- a/library/cpp/containers/stack_array/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-stack_array) -target_link_libraries(cpp-containers-stack_array PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/range_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/stack_array.cpp -) diff --git a/library/cpp/containers/stack_array/CMakeLists.linux-aarch64.txt b/library/cpp/containers/stack_array/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 1d3d430a320..00000000000 --- a/library/cpp/containers/stack_array/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-stack_array) -target_link_libraries(cpp-containers-stack_array PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/range_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/stack_array.cpp -) diff --git a/library/cpp/containers/stack_array/CMakeLists.linux-x86_64.txt b/library/cpp/containers/stack_array/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 1d3d430a320..00000000000 --- a/library/cpp/containers/stack_array/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-stack_array) -target_link_libraries(cpp-containers-stack_array PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/range_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/stack_array.cpp -) diff --git a/library/cpp/containers/stack_array/CMakeLists.txt b/library/cpp/containers/stack_array/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/stack_array/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/stack_array/CMakeLists.windows-x86_64.txt b/library/cpp/containers/stack_array/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 83fde56a05a..00000000000 --- a/library/cpp/containers/stack_array/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-stack_array) -target_link_libraries(cpp-containers-stack_array PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_array PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/range_ops.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_array/stack_array.cpp -) diff --git a/library/cpp/containers/stack_vector/CMakeLists.darwin-arm64.txt b/library/cpp/containers/stack_vector/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 2950b6b535c..00000000000 --- a/library/cpp/containers/stack_vector/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-stack_vector) -target_link_libraries(cpp-containers-stack_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_vector/stack_vec.cpp -) diff --git a/library/cpp/containers/stack_vector/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/stack_vector/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2950b6b535c..00000000000 --- a/library/cpp/containers/stack_vector/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-stack_vector) -target_link_libraries(cpp-containers-stack_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_vector/stack_vec.cpp -) diff --git a/library/cpp/containers/stack_vector/CMakeLists.linux-aarch64.txt b/library/cpp/containers/stack_vector/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c4bb46961ff..00000000000 --- a/library/cpp/containers/stack_vector/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-stack_vector) -target_link_libraries(cpp-containers-stack_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_vector/stack_vec.cpp -) diff --git a/library/cpp/containers/stack_vector/CMakeLists.linux-x86_64.txt b/library/cpp/containers/stack_vector/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c4bb46961ff..00000000000 --- a/library/cpp/containers/stack_vector/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-stack_vector) -target_link_libraries(cpp-containers-stack_vector PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_vector/stack_vec.cpp -) diff --git a/library/cpp/containers/stack_vector/CMakeLists.txt b/library/cpp/containers/stack_vector/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/stack_vector/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/stack_vector/CMakeLists.windows-x86_64.txt b/library/cpp/containers/stack_vector/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2950b6b535c..00000000000 --- a/library/cpp/containers/stack_vector/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-stack_vector) -target_link_libraries(cpp-containers-stack_vector PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-stack_vector PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/stack_vector/stack_vec.cpp -) diff --git a/library/cpp/containers/str_map/CMakeLists.darwin-arm64.txt b/library/cpp/containers/str_map/CMakeLists.darwin-arm64.txt deleted file mode 100644 index ee42c250c61..00000000000 --- a/library/cpp/containers/str_map/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-str_map) -target_link_libraries(cpp-containers-str_map PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-str_map PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/str_map/str_map.cpp -) diff --git a/library/cpp/containers/str_map/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/str_map/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ee42c250c61..00000000000 --- a/library/cpp/containers/str_map/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-str_map) -target_link_libraries(cpp-containers-str_map PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-str_map PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/str_map/str_map.cpp -) diff --git a/library/cpp/containers/str_map/CMakeLists.linux-aarch64.txt b/library/cpp/containers/str_map/CMakeLists.linux-aarch64.txt deleted file mode 100644 index e78f115ba1c..00000000000 --- a/library/cpp/containers/str_map/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-str_map) -target_link_libraries(cpp-containers-str_map PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-str_map PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/str_map/str_map.cpp -) diff --git a/library/cpp/containers/str_map/CMakeLists.linux-x86_64.txt b/library/cpp/containers/str_map/CMakeLists.linux-x86_64.txt deleted file mode 100644 index e78f115ba1c..00000000000 --- a/library/cpp/containers/str_map/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-str_map) -target_link_libraries(cpp-containers-str_map PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-str_map PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/str_map/str_map.cpp -) diff --git a/library/cpp/containers/str_map/CMakeLists.txt b/library/cpp/containers/str_map/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/str_map/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/str_map/CMakeLists.windows-x86_64.txt b/library/cpp/containers/str_map/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ee42c250c61..00000000000 --- a/library/cpp/containers/str_map/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-str_map) -target_link_libraries(cpp-containers-str_map PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-str_map PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/str_map/str_map.cpp -) diff --git a/library/cpp/containers/top_keeper/CMakeLists.darwin-arm64.txt b/library/cpp/containers/top_keeper/CMakeLists.darwin-arm64.txt deleted file mode 100644 index cc2996b5112..00000000000 --- a/library/cpp/containers/top_keeper/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-top_keeper) -target_link_libraries(cpp-containers-top_keeper PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-top_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/top_keeper/top_keeper.cpp -) diff --git a/library/cpp/containers/top_keeper/CMakeLists.darwin-x86_64.txt b/library/cpp/containers/top_keeper/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index cc2996b5112..00000000000 --- a/library/cpp/containers/top_keeper/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-top_keeper) -target_link_libraries(cpp-containers-top_keeper PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-top_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/top_keeper/top_keeper.cpp -) diff --git a/library/cpp/containers/top_keeper/CMakeLists.linux-aarch64.txt b/library/cpp/containers/top_keeper/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0549b8da46d..00000000000 --- a/library/cpp/containers/top_keeper/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-top_keeper) -target_link_libraries(cpp-containers-top_keeper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-top_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/top_keeper/top_keeper.cpp -) diff --git a/library/cpp/containers/top_keeper/CMakeLists.linux-x86_64.txt b/library/cpp/containers/top_keeper/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0549b8da46d..00000000000 --- a/library/cpp/containers/top_keeper/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-top_keeper) -target_link_libraries(cpp-containers-top_keeper PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-top_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/top_keeper/top_keeper.cpp -) diff --git a/library/cpp/containers/top_keeper/CMakeLists.txt b/library/cpp/containers/top_keeper/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/containers/top_keeper/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -if (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND NOT HAVE_CUDA) - include(CMakeLists.linux-aarch64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64") - include(CMakeLists.darwin-x86_64.txt) -elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") - include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/containers/top_keeper/CMakeLists.windows-x86_64.txt b/library/cpp/containers/top_keeper/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cc2996b5112..00000000000 --- a/library/cpp/containers/top_keeper/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,17 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-containers-top_keeper) -target_link_libraries(cpp-containers-top_keeper PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-containers-top_keeper PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/containers/top_keeper/top_keeper.cpp -) |