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/yt | |
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/yt')
141 files changed, 0 insertions, 3004 deletions
diff --git a/library/cpp/yt/CMakeLists.txt b/library/cpp/yt/CMakeLists.txt deleted file mode 100644 index d05e8fb68e..0000000000 --- a/library/cpp/yt/CMakeLists.txt +++ /dev/null @@ -1,26 +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(assert) -add_subdirectory(backtrace) -add_subdirectory(coding) -add_subdirectory(containers) -add_subdirectory(cpu_clock) -add_subdirectory(exception) -add_subdirectory(logging) -add_subdirectory(malloc) -add_subdirectory(memory) -add_subdirectory(misc) -add_subdirectory(mlock) -add_subdirectory(small_containers) -add_subdirectory(stockpile) -add_subdirectory(string) -add_subdirectory(system) -add_subdirectory(threading) -add_subdirectory(yson) -add_subdirectory(yson_string) diff --git a/library/cpp/yt/assert/CMakeLists.darwin-arm64.txt b/library/cpp/yt/assert/CMakeLists.darwin-arm64.txt deleted file mode 100644 index c2ad57e3a0..0000000000 --- a/library/cpp/yt/assert/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-yt-assert) -target_compile_options(cpp-yt-assert PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-assert PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-assert PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/assert/assert.cpp -) diff --git a/library/cpp/yt/assert/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/assert/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index c2ad57e3a0..0000000000 --- a/library/cpp/yt/assert/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-yt-assert) -target_compile_options(cpp-yt-assert PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-assert PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-assert PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/assert/assert.cpp -) diff --git a/library/cpp/yt/assert/CMakeLists.linux-aarch64.txt b/library/cpp/yt/assert/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0c4f0dc6c0..0000000000 --- a/library/cpp/yt/assert/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-yt-assert) -target_compile_options(cpp-yt-assert PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-assert PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-assert PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/assert/assert.cpp -) diff --git a/library/cpp/yt/assert/CMakeLists.linux-x86_64.txt b/library/cpp/yt/assert/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0c4f0dc6c0..0000000000 --- a/library/cpp/yt/assert/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-yt-assert) -target_compile_options(cpp-yt-assert PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-assert PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-assert PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/assert/assert.cpp -) diff --git a/library/cpp/yt/assert/CMakeLists.txt b/library/cpp/yt/assert/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/assert/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/yt/assert/CMakeLists.windows-x86_64.txt b/library/cpp/yt/assert/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 59250edce0..0000000000 --- a/library/cpp/yt/assert/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-yt-assert) -target_link_libraries(cpp-yt-assert PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-assert PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/assert/assert.cpp -) diff --git a/library/cpp/yt/backtrace/CMakeLists.darwin-arm64.txt b/library/cpp/yt/backtrace/CMakeLists.darwin-arm64.txt deleted file mode 100644 index dbc5fa609f..0000000000 --- a/library/cpp/yt/backtrace/CMakeLists.darwin-arm64.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_subdirectory(cursors) - -add_library(cpp-yt-backtrace) -target_compile_options(cpp-yt-backtrace PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-backtrace PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-string -) -target_sources(cpp-yt-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/backtrace.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/symbolizers/dynload/dynload_symbolizer.cpp -) diff --git a/library/cpp/yt/backtrace/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/backtrace/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index dbc5fa609f..0000000000 --- a/library/cpp/yt/backtrace/CMakeLists.darwin-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_subdirectory(cursors) - -add_library(cpp-yt-backtrace) -target_compile_options(cpp-yt-backtrace PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-backtrace PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-string -) -target_sources(cpp-yt-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/backtrace.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/symbolizers/dynload/dynload_symbolizer.cpp -) diff --git a/library/cpp/yt/backtrace/CMakeLists.linux-aarch64.txt b/library/cpp/yt/backtrace/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 358ab6a86f..0000000000 --- a/library/cpp/yt/backtrace/CMakeLists.linux-aarch64.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(cursors) - -add_library(cpp-yt-backtrace) -target_compile_options(cpp-yt-backtrace PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-backtrace PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-string -) -target_sources(cpp-yt-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/backtrace.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/symbolizers/dynload/dynload_symbolizer.cpp -) diff --git a/library/cpp/yt/backtrace/CMakeLists.linux-x86_64.txt b/library/cpp/yt/backtrace/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 358ab6a86f..0000000000 --- a/library/cpp/yt/backtrace/CMakeLists.linux-x86_64.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(cursors) - -add_library(cpp-yt-backtrace) -target_compile_options(cpp-yt-backtrace PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-backtrace PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-string -) -target_sources(cpp-yt-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/backtrace.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/symbolizers/dynload/dynload_symbolizer.cpp -) diff --git a/library/cpp/yt/backtrace/CMakeLists.txt b/library/cpp/yt/backtrace/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/backtrace/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/yt/backtrace/CMakeLists.windows-x86_64.txt b/library/cpp/yt/backtrace/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 8b4a651f33..0000000000 --- a/library/cpp/yt/backtrace/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_subdirectory(cursors) - -add_library(cpp-yt-backtrace) -target_link_libraries(cpp-yt-backtrace PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-string -) -target_sources(cpp-yt-backtrace PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/backtrace.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/symbolizers/dummy/dummy_symbolizer.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/CMakeLists.darwin-arm64.txt b/library/cpp/yt/backtrace/cursors/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 76c3eda332..0000000000 --- a/library/cpp/yt/backtrace/cursors/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,11 +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(frame_pointer) -add_subdirectory(interop) -add_subdirectory(libunwind) diff --git a/library/cpp/yt/backtrace/cursors/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/backtrace/cursors/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 76c3eda332..0000000000 --- a/library/cpp/yt/backtrace/cursors/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,11 +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(frame_pointer) -add_subdirectory(interop) -add_subdirectory(libunwind) diff --git a/library/cpp/yt/backtrace/cursors/CMakeLists.linux-aarch64.txt b/library/cpp/yt/backtrace/cursors/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 76c3eda332..0000000000 --- a/library/cpp/yt/backtrace/cursors/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,11 +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(frame_pointer) -add_subdirectory(interop) -add_subdirectory(libunwind) diff --git a/library/cpp/yt/backtrace/cursors/CMakeLists.linux-x86_64.txt b/library/cpp/yt/backtrace/cursors/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 76c3eda332..0000000000 --- a/library/cpp/yt/backtrace/cursors/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,11 +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(frame_pointer) -add_subdirectory(interop) -add_subdirectory(libunwind) diff --git a/library/cpp/yt/backtrace/cursors/CMakeLists.txt b/library/cpp/yt/backtrace/cursors/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/backtrace/cursors/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/yt/backtrace/cursors/CMakeLists.windows-x86_64.txt b/library/cpp/yt/backtrace/cursors/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 27fb2d8417..0000000000 --- a/library/cpp/yt/backtrace/cursors/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,12 +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(dummy) -add_subdirectory(frame_pointer) -add_subdirectory(interop) -add_subdirectory(libunwind) diff --git a/library/cpp/yt/backtrace/cursors/dummy/CMakeLists.txt b/library/cpp/yt/backtrace/cursors/dummy/CMakeLists.txt deleted file mode 100644 index 03d4a7153c..0000000000 --- a/library/cpp/yt/backtrace/cursors/dummy/CMakeLists.txt +++ /dev/null @@ -1,11 +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 (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) -endif() diff --git a/library/cpp/yt/backtrace/cursors/dummy/CMakeLists.windows-x86_64.txt b/library/cpp/yt/backtrace/cursors/dummy/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 40a6e7d0a8..0000000000 --- a/library/cpp/yt/backtrace/cursors/dummy/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(backtrace-cursors-dummy) -target_link_libraries(backtrace-cursors-dummy PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(backtrace-cursors-dummy PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/dummy/dummy_cursor.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/frame_pointer/CMakeLists.darwin-arm64.txt b/library/cpp/yt/backtrace/cursors/frame_pointer/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 9078cd7245..0000000000 --- a/library/cpp/yt/backtrace/cursors/frame_pointer/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(backtrace-cursors-frame_pointer) -target_compile_options(backtrace-cursors-frame_pointer PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-frame_pointer PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(backtrace-cursors-frame_pointer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/frame_pointer/frame_pointer_cursor.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/frame_pointer/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/backtrace/cursors/frame_pointer/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 9078cd7245..0000000000 --- a/library/cpp/yt/backtrace/cursors/frame_pointer/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(backtrace-cursors-frame_pointer) -target_compile_options(backtrace-cursors-frame_pointer PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-frame_pointer PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(backtrace-cursors-frame_pointer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/frame_pointer/frame_pointer_cursor.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/frame_pointer/CMakeLists.linux-aarch64.txt b/library/cpp/yt/backtrace/cursors/frame_pointer/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ce9e059d81..0000000000 --- a/library/cpp/yt/backtrace/cursors/frame_pointer/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(backtrace-cursors-frame_pointer) -target_compile_options(backtrace-cursors-frame_pointer PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-frame_pointer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(backtrace-cursors-frame_pointer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/frame_pointer/frame_pointer_cursor.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/frame_pointer/CMakeLists.linux-x86_64.txt b/library/cpp/yt/backtrace/cursors/frame_pointer/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ce9e059d81..0000000000 --- a/library/cpp/yt/backtrace/cursors/frame_pointer/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(backtrace-cursors-frame_pointer) -target_compile_options(backtrace-cursors-frame_pointer PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-frame_pointer PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(backtrace-cursors-frame_pointer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/frame_pointer/frame_pointer_cursor.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/frame_pointer/CMakeLists.txt b/library/cpp/yt/backtrace/cursors/frame_pointer/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/backtrace/cursors/frame_pointer/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/yt/backtrace/cursors/frame_pointer/CMakeLists.windows-x86_64.txt b/library/cpp/yt/backtrace/cursors/frame_pointer/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ebfaf2065e..0000000000 --- a/library/cpp/yt/backtrace/cursors/frame_pointer/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(backtrace-cursors-frame_pointer) -target_link_libraries(backtrace-cursors-frame_pointer PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(backtrace-cursors-frame_pointer PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/frame_pointer/frame_pointer_cursor.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/interop/CMakeLists.darwin-arm64.txt b/library/cpp/yt/backtrace/cursors/interop/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 8ddc8397b7..0000000000 --- a/library/cpp/yt/backtrace/cursors/interop/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(backtrace-cursors-interop) -target_compile_options(backtrace-cursors-interop PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-interop PUBLIC - contrib-libs-cxxsupp - yutil - backtrace-cursors-frame_pointer - contrib-libs-libunwind -) -target_sources(backtrace-cursors-interop PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/interop/interop.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/interop/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/backtrace/cursors/interop/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8ddc8397b7..0000000000 --- a/library/cpp/yt/backtrace/cursors/interop/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(backtrace-cursors-interop) -target_compile_options(backtrace-cursors-interop PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-interop PUBLIC - contrib-libs-cxxsupp - yutil - backtrace-cursors-frame_pointer - contrib-libs-libunwind -) -target_sources(backtrace-cursors-interop PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/interop/interop.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/interop/CMakeLists.linux-aarch64.txt b/library/cpp/yt/backtrace/cursors/interop/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 221213fdae..0000000000 --- a/library/cpp/yt/backtrace/cursors/interop/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(backtrace-cursors-interop) -target_compile_options(backtrace-cursors-interop PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-interop PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - backtrace-cursors-frame_pointer - contrib-libs-libunwind -) -target_sources(backtrace-cursors-interop PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/interop/interop.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/interop/CMakeLists.linux-x86_64.txt b/library/cpp/yt/backtrace/cursors/interop/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 221213fdae..0000000000 --- a/library/cpp/yt/backtrace/cursors/interop/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(backtrace-cursors-interop) -target_compile_options(backtrace-cursors-interop PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-interop PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - backtrace-cursors-frame_pointer - contrib-libs-libunwind -) -target_sources(backtrace-cursors-interop PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/interop/interop.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/interop/CMakeLists.txt b/library/cpp/yt/backtrace/cursors/interop/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/backtrace/cursors/interop/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/yt/backtrace/cursors/interop/CMakeLists.windows-x86_64.txt b/library/cpp/yt/backtrace/cursors/interop/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 9a7660f685..0000000000 --- a/library/cpp/yt/backtrace/cursors/interop/CMakeLists.windows-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(backtrace-cursors-interop) -target_link_libraries(backtrace-cursors-interop PUBLIC - contrib-libs-cxxsupp - yutil - backtrace-cursors-frame_pointer - contrib-libs-libunwind -) -target_sources(backtrace-cursors-interop PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/interop/interop.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.darwin-arm64.txt b/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.darwin-arm64.txt deleted file mode 100644 index fdea07f78c..0000000000 --- a/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.darwin-arm64.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(backtrace-cursors-libunwind) -target_compile_options(backtrace-cursors-libunwind PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-libunwind PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libunwind -) -target_sources(backtrace-cursors-libunwind PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/libunwind/libunwind_cursor.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index fdea07f78c..0000000000 --- a/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.darwin-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(backtrace-cursors-libunwind) -target_compile_options(backtrace-cursors-libunwind PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-libunwind PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libunwind -) -target_sources(backtrace-cursors-libunwind PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/libunwind/libunwind_cursor.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.linux-aarch64.txt b/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 9d7858cc27..0000000000 --- a/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.linux-aarch64.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(backtrace-cursors-libunwind) -target_compile_options(backtrace-cursors-libunwind PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-libunwind PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libunwind -) -target_sources(backtrace-cursors-libunwind PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/libunwind/libunwind_cursor.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.linux-x86_64.txt b/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 9d7858cc27..0000000000 --- a/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.linux-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(backtrace-cursors-libunwind) -target_compile_options(backtrace-cursors-libunwind PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(backtrace-cursors-libunwind PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-libunwind -) -target_sources(backtrace-cursors-libunwind PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/libunwind/libunwind_cursor.cpp -) diff --git a/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.txt b/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/backtrace/cursors/libunwind/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/yt/backtrace/cursors/libunwind/CMakeLists.windows-x86_64.txt b/library/cpp/yt/backtrace/cursors/libunwind/CMakeLists.windows-x86_64.txt deleted file mode 100644 index bea2a794c1..0000000000 --- a/library/cpp/yt/backtrace/cursors/libunwind/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(backtrace-cursors-libunwind) -target_link_libraries(backtrace-cursors-libunwind PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-libunwind -) -target_sources(backtrace-cursors-libunwind PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/backtrace/cursors/libunwind/libunwind_cursor.cpp -) diff --git a/library/cpp/yt/coding/CMakeLists.darwin-arm64.txt b/library/cpp/yt/coding/CMakeLists.darwin-arm64.txt deleted file mode 100644 index ad79d9654f..0000000000 --- a/library/cpp/yt/coding/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,15 +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-yt-coding INTERFACE) -target_link_libraries(cpp-yt-coding INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) diff --git a/library/cpp/yt/coding/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/coding/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ad79d9654f..0000000000 --- a/library/cpp/yt/coding/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,15 +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-yt-coding INTERFACE) -target_link_libraries(cpp-yt-coding INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) diff --git a/library/cpp/yt/coding/CMakeLists.linux-aarch64.txt b/library/cpp/yt/coding/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a2020a68e4..0000000000 --- a/library/cpp/yt/coding/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,16 +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-yt-coding INTERFACE) -target_link_libraries(cpp-yt-coding INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) diff --git a/library/cpp/yt/coding/CMakeLists.linux-x86_64.txt b/library/cpp/yt/coding/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a2020a68e4..0000000000 --- a/library/cpp/yt/coding/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,16 +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-yt-coding INTERFACE) -target_link_libraries(cpp-yt-coding INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) diff --git a/library/cpp/yt/coding/CMakeLists.txt b/library/cpp/yt/coding/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/coding/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/yt/coding/CMakeLists.windows-x86_64.txt b/library/cpp/yt/coding/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ad79d9654f..0000000000 --- a/library/cpp/yt/coding/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,15 +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-yt-coding INTERFACE) -target_link_libraries(cpp-yt-coding INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) diff --git a/library/cpp/yt/containers/CMakeLists.darwin-arm64.txt b/library/cpp/yt/containers/CMakeLists.darwin-arm64.txt deleted file mode 100644 index e570a542e4..0000000000 --- a/library/cpp/yt/containers/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,15 +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-yt-containers INTERFACE) -target_link_libraries(cpp-yt-containers INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-assert -) diff --git a/library/cpp/yt/containers/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/containers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e570a542e4..0000000000 --- a/library/cpp/yt/containers/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,15 +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-yt-containers INTERFACE) -target_link_libraries(cpp-yt-containers INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-assert -) diff --git a/library/cpp/yt/containers/CMakeLists.linux-aarch64.txt b/library/cpp/yt/containers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index b0ce8a3922..0000000000 --- a/library/cpp/yt/containers/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,16 +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-yt-containers INTERFACE) -target_link_libraries(cpp-yt-containers INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert -) diff --git a/library/cpp/yt/containers/CMakeLists.linux-x86_64.txt b/library/cpp/yt/containers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index b0ce8a3922..0000000000 --- a/library/cpp/yt/containers/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,16 +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-yt-containers INTERFACE) -target_link_libraries(cpp-yt-containers INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert -) diff --git a/library/cpp/yt/containers/CMakeLists.txt b/library/cpp/yt/containers/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/containers/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/yt/containers/CMakeLists.windows-x86_64.txt b/library/cpp/yt/containers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e570a542e4..0000000000 --- a/library/cpp/yt/containers/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,15 +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-yt-containers INTERFACE) -target_link_libraries(cpp-yt-containers INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-assert -) diff --git a/library/cpp/yt/cpu_clock/CMakeLists.darwin-arm64.txt b/library/cpp/yt/cpu_clock/CMakeLists.darwin-arm64.txt deleted file mode 100644 index b9afea23f7..0000000000 --- a/library/cpp/yt/cpu_clock/CMakeLists.darwin-arm64.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-yt-cpu_clock) -target_compile_options(cpp-yt-cpu_clock PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-cpu_clock PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert -) -target_sources(cpp-yt-cpu_clock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/cpu_clock/clock.cpp -) diff --git a/library/cpp/yt/cpu_clock/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/cpu_clock/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b9afea23f7..0000000000 --- a/library/cpp/yt/cpu_clock/CMakeLists.darwin-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-yt-cpu_clock) -target_compile_options(cpp-yt-cpu_clock PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-cpu_clock PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert -) -target_sources(cpp-yt-cpu_clock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/cpu_clock/clock.cpp -) diff --git a/library/cpp/yt/cpu_clock/CMakeLists.linux-aarch64.txt b/library/cpp/yt/cpu_clock/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 89fe774bc0..0000000000 --- a/library/cpp/yt/cpu_clock/CMakeLists.linux-aarch64.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-yt-cpu_clock) -target_compile_options(cpp-yt-cpu_clock PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-cpu_clock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert -) -target_sources(cpp-yt-cpu_clock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/cpu_clock/clock.cpp -) diff --git a/library/cpp/yt/cpu_clock/CMakeLists.linux-x86_64.txt b/library/cpp/yt/cpu_clock/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 89fe774bc0..0000000000 --- a/library/cpp/yt/cpu_clock/CMakeLists.linux-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-yt-cpu_clock) -target_compile_options(cpp-yt-cpu_clock PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-cpu_clock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert -) -target_sources(cpp-yt-cpu_clock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/cpu_clock/clock.cpp -) diff --git a/library/cpp/yt/cpu_clock/CMakeLists.txt b/library/cpp/yt/cpu_clock/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/cpu_clock/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/yt/cpu_clock/CMakeLists.windows-x86_64.txt b/library/cpp/yt/cpu_clock/CMakeLists.windows-x86_64.txt deleted file mode 100644 index cbe906d57f..0000000000 --- a/library/cpp/yt/cpu_clock/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-yt-cpu_clock) -target_link_libraries(cpp-yt-cpu_clock PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert -) -target_sources(cpp-yt-cpu_clock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/cpu_clock/clock.cpp -) diff --git a/library/cpp/yt/exception/CMakeLists.darwin-arm64.txt b/library/cpp/yt/exception/CMakeLists.darwin-arm64.txt deleted file mode 100644 index f40a29467d..0000000000 --- a/library/cpp/yt/exception/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-yt-exception) -target_compile_options(cpp-yt-exception PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-exception PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/exception/exception.cpp -) diff --git a/library/cpp/yt/exception/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/exception/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index f40a29467d..0000000000 --- a/library/cpp/yt/exception/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-yt-exception) -target_compile_options(cpp-yt-exception PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-exception PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/exception/exception.cpp -) diff --git a/library/cpp/yt/exception/CMakeLists.linux-aarch64.txt b/library/cpp/yt/exception/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 780e571ddc..0000000000 --- a/library/cpp/yt/exception/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-yt-exception) -target_compile_options(cpp-yt-exception PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-exception PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/exception/exception.cpp -) diff --git a/library/cpp/yt/exception/CMakeLists.linux-x86_64.txt b/library/cpp/yt/exception/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 780e571ddc..0000000000 --- a/library/cpp/yt/exception/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-yt-exception) -target_compile_options(cpp-yt-exception PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-exception PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/exception/exception.cpp -) diff --git a/library/cpp/yt/exception/CMakeLists.txt b/library/cpp/yt/exception/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/exception/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/yt/exception/CMakeLists.windows-x86_64.txt b/library/cpp/yt/exception/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1a13fd0862..0000000000 --- a/library/cpp/yt/exception/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-yt-exception) -target_link_libraries(cpp-yt-exception PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-exception PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/exception/exception.cpp -) diff --git a/library/cpp/yt/logging/CMakeLists.darwin-arm64.txt b/library/cpp/yt/logging/CMakeLists.darwin-arm64.txt deleted file mode 100644 index b9c4a4c7db..0000000000 --- a/library/cpp/yt/logging/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,25 +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(plain_text_formatter) - -add_library(cpp-yt-logging) -target_compile_options(cpp-yt-logging PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-logging PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-memory - cpp-yt-misc - cpp-yt-yson_string -) -target_sources(cpp-yt-logging PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/logging/logger.cpp -) diff --git a/library/cpp/yt/logging/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/logging/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index b9c4a4c7db..0000000000 --- a/library/cpp/yt/logging/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,25 +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(plain_text_formatter) - -add_library(cpp-yt-logging) -target_compile_options(cpp-yt-logging PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-logging PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-memory - cpp-yt-misc - cpp-yt-yson_string -) -target_sources(cpp-yt-logging PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/logging/logger.cpp -) diff --git a/library/cpp/yt/logging/CMakeLists.linux-aarch64.txt b/library/cpp/yt/logging/CMakeLists.linux-aarch64.txt deleted file mode 100644 index bd29994891..0000000000 --- a/library/cpp/yt/logging/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,26 +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(plain_text_formatter) - -add_library(cpp-yt-logging) -target_compile_options(cpp-yt-logging PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-logging PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-memory - cpp-yt-misc - cpp-yt-yson_string -) -target_sources(cpp-yt-logging PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/logging/logger.cpp -) diff --git a/library/cpp/yt/logging/CMakeLists.linux-x86_64.txt b/library/cpp/yt/logging/CMakeLists.linux-x86_64.txt deleted file mode 100644 index bd29994891..0000000000 --- a/library/cpp/yt/logging/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,26 +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(plain_text_formatter) - -add_library(cpp-yt-logging) -target_compile_options(cpp-yt-logging PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-logging PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-memory - cpp-yt-misc - cpp-yt-yson_string -) -target_sources(cpp-yt-logging PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/logging/logger.cpp -) diff --git a/library/cpp/yt/logging/CMakeLists.txt b/library/cpp/yt/logging/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/logging/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/yt/logging/CMakeLists.windows-x86_64.txt b/library/cpp/yt/logging/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 5e766966b0..0000000000 --- a/library/cpp/yt/logging/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_subdirectory(plain_text_formatter) - -add_library(cpp-yt-logging) -target_link_libraries(cpp-yt-logging PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-memory - cpp-yt-misc - cpp-yt-yson_string -) -target_sources(cpp-yt-logging PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/logging/logger.cpp -) diff --git a/library/cpp/yt/logging/plain_text_formatter/CMakeLists.darwin-arm64.txt b/library/cpp/yt/logging/plain_text_formatter/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 3be59e00af..0000000000 --- a/library/cpp/yt/logging/plain_text_formatter/CMakeLists.darwin-arm64.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_library(yt-logging-plain_text_formatter) -target_compile_options(yt-logging-plain_text_formatter PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(yt-logging-plain_text_formatter PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-cpu_clock - cpp-yt-logging - cpp-yt-string - cpp-yt-misc -) -target_sources(yt-logging-plain_text_formatter PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/logging/plain_text_formatter/formatter.cpp -) diff --git a/library/cpp/yt/logging/plain_text_formatter/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/logging/plain_text_formatter/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 3be59e00af..0000000000 --- a/library/cpp/yt/logging/plain_text_formatter/CMakeLists.darwin-x86_64.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_library(yt-logging-plain_text_formatter) -target_compile_options(yt-logging-plain_text_formatter PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(yt-logging-plain_text_formatter PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-cpu_clock - cpp-yt-logging - cpp-yt-string - cpp-yt-misc -) -target_sources(yt-logging-plain_text_formatter PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/logging/plain_text_formatter/formatter.cpp -) diff --git a/library/cpp/yt/logging/plain_text_formatter/CMakeLists.linux-aarch64.txt b/library/cpp/yt/logging/plain_text_formatter/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2771fdd74f..0000000000 --- a/library/cpp/yt/logging/plain_text_formatter/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,25 +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(yt-logging-plain_text_formatter) -target_compile_options(yt-logging-plain_text_formatter PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(yt-logging-plain_text_formatter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-cpu_clock - cpp-yt-logging - cpp-yt-string - cpp-yt-misc -) -target_sources(yt-logging-plain_text_formatter PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/logging/plain_text_formatter/formatter.cpp -) diff --git a/library/cpp/yt/logging/plain_text_formatter/CMakeLists.linux-x86_64.txt b/library/cpp/yt/logging/plain_text_formatter/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2771fdd74f..0000000000 --- a/library/cpp/yt/logging/plain_text_formatter/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,25 +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(yt-logging-plain_text_formatter) -target_compile_options(yt-logging-plain_text_formatter PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(yt-logging-plain_text_formatter PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-cpu_clock - cpp-yt-logging - cpp-yt-string - cpp-yt-misc -) -target_sources(yt-logging-plain_text_formatter PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/logging/plain_text_formatter/formatter.cpp -) diff --git a/library/cpp/yt/logging/plain_text_formatter/CMakeLists.txt b/library/cpp/yt/logging/plain_text_formatter/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/logging/plain_text_formatter/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/yt/logging/plain_text_formatter/CMakeLists.windows-x86_64.txt b/library/cpp/yt/logging/plain_text_formatter/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d78a3651a0..0000000000 --- a/library/cpp/yt/logging/plain_text_formatter/CMakeLists.windows-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(yt-logging-plain_text_formatter) -target_link_libraries(yt-logging-plain_text_formatter PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-cpu_clock - cpp-yt-logging - cpp-yt-string - cpp-yt-misc -) -target_sources(yt-logging-plain_text_formatter PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/logging/plain_text_formatter/formatter.cpp -) diff --git a/library/cpp/yt/malloc/CMakeLists.darwin-arm64.txt b/library/cpp/yt/malloc/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 1d843305d9..0000000000 --- a/library/cpp/yt/malloc/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-yt-malloc) -target_compile_options(cpp-yt-malloc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-malloc PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-malloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/malloc/malloc.cpp -) diff --git a/library/cpp/yt/malloc/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/malloc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 1d843305d9..0000000000 --- a/library/cpp/yt/malloc/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-yt-malloc) -target_compile_options(cpp-yt-malloc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-malloc PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-malloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/malloc/malloc.cpp -) diff --git a/library/cpp/yt/malloc/CMakeLists.linux-aarch64.txt b/library/cpp/yt/malloc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 40c26cadfb..0000000000 --- a/library/cpp/yt/malloc/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-yt-malloc) -target_compile_options(cpp-yt-malloc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-malloc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-malloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/malloc/malloc.cpp -) diff --git a/library/cpp/yt/malloc/CMakeLists.linux-x86_64.txt b/library/cpp/yt/malloc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 40c26cadfb..0000000000 --- a/library/cpp/yt/malloc/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-yt-malloc) -target_compile_options(cpp-yt-malloc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-malloc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-malloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/malloc/malloc.cpp -) diff --git a/library/cpp/yt/malloc/CMakeLists.txt b/library/cpp/yt/malloc/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/malloc/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/yt/malloc/CMakeLists.windows-x86_64.txt b/library/cpp/yt/malloc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 87fdf24f90..0000000000 --- a/library/cpp/yt/malloc/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-yt-malloc) -target_link_libraries(cpp-yt-malloc PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-malloc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/malloc/malloc.cpp -) diff --git a/library/cpp/yt/memory/CMakeLists.darwin-arm64.txt b/library/cpp/yt/memory/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 2607597a9d..0000000000 --- a/library/cpp/yt/memory/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,34 +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-yt-memory) -target_compile_options(cpp-yt-memory PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-memory PUBLIC - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include - cpp-yt-assert - cpp-yt-misc - cpp-yt-malloc -) -target_sources(cpp-yt-memory PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_input_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_output_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/memory_tag.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref_tracked.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/safe_memory_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/shared_range.cpp -) diff --git a/library/cpp/yt/memory/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/memory/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2607597a9d..0000000000 --- a/library/cpp/yt/memory/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,34 +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-yt-memory) -target_compile_options(cpp-yt-memory PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-memory PUBLIC - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include - cpp-yt-assert - cpp-yt-misc - cpp-yt-malloc -) -target_sources(cpp-yt-memory PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_input_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_output_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/memory_tag.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref_tracked.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/safe_memory_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/shared_range.cpp -) diff --git a/library/cpp/yt/memory/CMakeLists.linux-aarch64.txt b/library/cpp/yt/memory/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 30d9a07b77..0000000000 --- a/library/cpp/yt/memory/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,35 +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-yt-memory) -target_compile_options(cpp-yt-memory PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-memory PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include - cpp-yt-assert - cpp-yt-misc - cpp-yt-malloc -) -target_sources(cpp-yt-memory PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_input_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_output_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/memory_tag.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref_tracked.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/safe_memory_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/shared_range.cpp -) diff --git a/library/cpp/yt/memory/CMakeLists.linux-x86_64.txt b/library/cpp/yt/memory/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 30d9a07b77..0000000000 --- a/library/cpp/yt/memory/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,35 +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-yt-memory) -target_compile_options(cpp-yt-memory PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-memory PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include - cpp-yt-assert - cpp-yt-misc - cpp-yt-malloc -) -target_sources(cpp-yt-memory PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_input_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_output_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/memory_tag.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref_tracked.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/safe_memory_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/shared_range.cpp -) diff --git a/library/cpp/yt/memory/CMakeLists.txt b/library/cpp/yt/memory/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/memory/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/yt/memory/CMakeLists.windows-x86_64.txt b/library/cpp/yt/memory/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c1e46a06a8..0000000000 --- a/library/cpp/yt/memory/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-yt-memory) -target_link_libraries(cpp-yt-memory PUBLIC - contrib-libs-cxxsupp - yutil - cpp-sanitizer-include - cpp-yt-assert - cpp-yt-misc - cpp-yt-malloc -) -target_sources(cpp-yt-memory PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/blob.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_input_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_allocator.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_memory_pool_output.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/chunked_output_stream.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/memory_tag.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/ref_tracked.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/safe_memory_reader.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/memory/shared_range.cpp -) diff --git a/library/cpp/yt/misc/CMakeLists.darwin-arm64.txt b/library/cpp/yt/misc/CMakeLists.darwin-arm64.txt deleted file mode 100644 index bb8ae6f368..0000000000 --- a/library/cpp/yt/misc/CMakeLists.darwin-arm64.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_library(cpp-yt-misc) -target_compile_options(cpp-yt-misc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-misc PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) -target_sources(cpp-yt-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/source_location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/thread_name.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/variant.cpp -) diff --git a/library/cpp/yt/misc/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/misc/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index bb8ae6f368..0000000000 --- a/library/cpp/yt/misc/CMakeLists.darwin-x86_64.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_library(cpp-yt-misc) -target_compile_options(cpp-yt-misc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-misc PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) -target_sources(cpp-yt-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/source_location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/thread_name.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/variant.cpp -) diff --git a/library/cpp/yt/misc/CMakeLists.linux-aarch64.txt b/library/cpp/yt/misc/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 7715f3febe..0000000000 --- a/library/cpp/yt/misc/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,25 +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-yt-misc) -target_compile_options(cpp-yt-misc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-misc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) -target_sources(cpp-yt-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/source_location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/thread_name.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/variant.cpp -) diff --git a/library/cpp/yt/misc/CMakeLists.linux-x86_64.txt b/library/cpp/yt/misc/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 7715f3febe..0000000000 --- a/library/cpp/yt/misc/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,25 +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-yt-misc) -target_compile_options(cpp-yt-misc PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-misc PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) -target_sources(cpp-yt-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/source_location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/thread_name.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/variant.cpp -) diff --git a/library/cpp/yt/misc/CMakeLists.txt b/library/cpp/yt/misc/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/misc/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/yt/misc/CMakeLists.windows-x86_64.txt b/library/cpp/yt/misc/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0d302cdb6d..0000000000 --- a/library/cpp/yt/misc/CMakeLists.windows-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-yt-misc) -target_link_libraries(cpp-yt-misc PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-exception -) -target_sources(cpp-yt-misc PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/source_location.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/thread_name.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/misc/variant.cpp -) diff --git a/library/cpp/yt/mlock/CMakeLists.darwin-arm64.txt b/library/cpp/yt/mlock/CMakeLists.darwin-arm64.txt deleted file mode 100644 index ca50021faf..0000000000 --- a/library/cpp/yt/mlock/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-yt-mlock) -target_compile_options(cpp-yt-mlock PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-mlock PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-mlock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/mlock/mlock_other.cpp -) diff --git a/library/cpp/yt/mlock/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/mlock/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ca50021faf..0000000000 --- a/library/cpp/yt/mlock/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-yt-mlock) -target_compile_options(cpp-yt-mlock PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-mlock PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-mlock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/mlock/mlock_other.cpp -) diff --git a/library/cpp/yt/mlock/CMakeLists.linux-aarch64.txt b/library/cpp/yt/mlock/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 68f500a75a..0000000000 --- a/library/cpp/yt/mlock/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-yt-mlock) -target_compile_options(cpp-yt-mlock PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-mlock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-mlock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/mlock/mlock_linux.cpp -) diff --git a/library/cpp/yt/mlock/CMakeLists.linux-x86_64.txt b/library/cpp/yt/mlock/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 68f500a75a..0000000000 --- a/library/cpp/yt/mlock/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-yt-mlock) -target_compile_options(cpp-yt-mlock PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-mlock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-mlock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/mlock/mlock_linux.cpp -) diff --git a/library/cpp/yt/mlock/CMakeLists.txt b/library/cpp/yt/mlock/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/mlock/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/yt/mlock/CMakeLists.windows-x86_64.txt b/library/cpp/yt/mlock/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 1537ee764b..0000000000 --- a/library/cpp/yt/mlock/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-yt-mlock) -target_link_libraries(cpp-yt-mlock PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-mlock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/mlock/mlock_other.cpp -) diff --git a/library/cpp/yt/small_containers/CMakeLists.darwin-arm64.txt b/library/cpp/yt/small_containers/CMakeLists.darwin-arm64.txt deleted file mode 100644 index e926e3a3d8..0000000000 --- a/library/cpp/yt/small_containers/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-yt-small_containers INTERFACE) -target_link_libraries(cpp-yt-small_containers INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-malloc - cpp-yt-misc -) diff --git a/library/cpp/yt/small_containers/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/small_containers/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e926e3a3d8..0000000000 --- a/library/cpp/yt/small_containers/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-yt-small_containers INTERFACE) -target_link_libraries(cpp-yt-small_containers INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-malloc - cpp-yt-misc -) diff --git a/library/cpp/yt/small_containers/CMakeLists.linux-aarch64.txt b/library/cpp/yt/small_containers/CMakeLists.linux-aarch64.txt deleted file mode 100644 index edb8d5f56a..0000000000 --- a/library/cpp/yt/small_containers/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-yt-small_containers INTERFACE) -target_link_libraries(cpp-yt-small_containers INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-malloc - cpp-yt-misc -) diff --git a/library/cpp/yt/small_containers/CMakeLists.linux-x86_64.txt b/library/cpp/yt/small_containers/CMakeLists.linux-x86_64.txt deleted file mode 100644 index edb8d5f56a..0000000000 --- a/library/cpp/yt/small_containers/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-yt-small_containers INTERFACE) -target_link_libraries(cpp-yt-small_containers INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-malloc - cpp-yt-misc -) diff --git a/library/cpp/yt/small_containers/CMakeLists.txt b/library/cpp/yt/small_containers/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/small_containers/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/yt/small_containers/CMakeLists.windows-x86_64.txt b/library/cpp/yt/small_containers/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e926e3a3d8..0000000000 --- a/library/cpp/yt/small_containers/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-yt-small_containers INTERFACE) -target_link_libraries(cpp-yt-small_containers INTERFACE - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-malloc - cpp-yt-misc -) diff --git a/library/cpp/yt/stockpile/CMakeLists.darwin-arm64.txt b/library/cpp/yt/stockpile/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 8036bd5d7e..0000000000 --- a/library/cpp/yt/stockpile/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-yt-stockpile) -target_compile_options(cpp-yt-stockpile PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-stockpile PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-stockpile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/stockpile/stockpile_other.cpp -) diff --git a/library/cpp/yt/stockpile/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/stockpile/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 8036bd5d7e..0000000000 --- a/library/cpp/yt/stockpile/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-yt-stockpile) -target_compile_options(cpp-yt-stockpile PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-stockpile PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-stockpile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/stockpile/stockpile_other.cpp -) diff --git a/library/cpp/yt/stockpile/CMakeLists.linux-aarch64.txt b/library/cpp/yt/stockpile/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d023cce4da..0000000000 --- a/library/cpp/yt/stockpile/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-yt-stockpile) -target_compile_options(cpp-yt-stockpile PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-stockpile PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-stockpile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/stockpile/stockpile_linux.cpp -) diff --git a/library/cpp/yt/stockpile/CMakeLists.linux-x86_64.txt b/library/cpp/yt/stockpile/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d023cce4da..0000000000 --- a/library/cpp/yt/stockpile/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-yt-stockpile) -target_compile_options(cpp-yt-stockpile PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-stockpile PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-stockpile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/stockpile/stockpile_linux.cpp -) diff --git a/library/cpp/yt/stockpile/CMakeLists.txt b/library/cpp/yt/stockpile/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/stockpile/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/yt/stockpile/CMakeLists.windows-x86_64.txt b/library/cpp/yt/stockpile/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d60191d7fe..0000000000 --- a/library/cpp/yt/stockpile/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-yt-stockpile) -target_link_libraries(cpp-yt-stockpile PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-stockpile PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/stockpile/stockpile_other.cpp -) diff --git a/library/cpp/yt/string/CMakeLists.darwin-arm64.txt b/library/cpp/yt/string/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 77a9e8a268..0000000000 --- a/library/cpp/yt/string/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,27 +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-yt-string) -target_compile_options(cpp-yt-string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-string PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-exception - cpp-yt-misc - cpp-yt-small_containers -) -target_sources(cpp-yt-string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/enum.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/string.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/format.cpp -) diff --git a/library/cpp/yt/string/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/string/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 77a9e8a268..0000000000 --- a/library/cpp/yt/string/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +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-yt-string) -target_compile_options(cpp-yt-string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-string PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-exception - cpp-yt-misc - cpp-yt-small_containers -) -target_sources(cpp-yt-string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/enum.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/string.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/format.cpp -) diff --git a/library/cpp/yt/string/CMakeLists.linux-aarch64.txt b/library/cpp/yt/string/CMakeLists.linux-aarch64.txt deleted file mode 100644 index cfafefd2b1..0000000000 --- a/library/cpp/yt/string/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,28 +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-yt-string) -target_compile_options(cpp-yt-string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-string PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-exception - cpp-yt-misc - cpp-yt-small_containers -) -target_sources(cpp-yt-string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/enum.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/string.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/format.cpp -) diff --git a/library/cpp/yt/string/CMakeLists.linux-x86_64.txt b/library/cpp/yt/string/CMakeLists.linux-x86_64.txt deleted file mode 100644 index cfafefd2b1..0000000000 --- a/library/cpp/yt/string/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,28 +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-yt-string) -target_compile_options(cpp-yt-string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-string PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-exception - cpp-yt-misc - cpp-yt-small_containers -) -target_sources(cpp-yt-string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/enum.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/string.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/format.cpp -) diff --git a/library/cpp/yt/string/CMakeLists.txt b/library/cpp/yt/string/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/string/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/yt/string/CMakeLists.windows-x86_64.txt b/library/cpp/yt/string/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c2e15d6a7c..0000000000 --- a/library/cpp/yt/string/CMakeLists.windows-x86_64.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_library(cpp-yt-string) -target_link_libraries(cpp-yt-string PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-exception - cpp-yt-misc - cpp-yt-small_containers -) -target_sources(cpp-yt-string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/enum.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/guid.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/string.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/format.cpp -) diff --git a/library/cpp/yt/system/CMakeLists.darwin-arm64.txt b/library/cpp/yt/system/CMakeLists.darwin-arm64.txt deleted file mode 100644 index ad24a0da29..0000000000 --- a/library/cpp/yt/system/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-yt-system) -target_compile_options(cpp-yt-system PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-system PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-system PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/system/thread_id.cpp -) diff --git a/library/cpp/yt/system/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/system/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ad24a0da29..0000000000 --- a/library/cpp/yt/system/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-yt-system) -target_compile_options(cpp-yt-system PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-system PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-system PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/system/thread_id.cpp -) diff --git a/library/cpp/yt/system/CMakeLists.linux-aarch64.txt b/library/cpp/yt/system/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 6dc2a07499..0000000000 --- a/library/cpp/yt/system/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-yt-system) -target_compile_options(cpp-yt-system PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-system PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-system PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/system/thread_id.cpp -) diff --git a/library/cpp/yt/system/CMakeLists.linux-x86_64.txt b/library/cpp/yt/system/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 6dc2a07499..0000000000 --- a/library/cpp/yt/system/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-yt-system) -target_compile_options(cpp-yt-system PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-system PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-system PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/system/thread_id.cpp -) diff --git a/library/cpp/yt/system/CMakeLists.txt b/library/cpp/yt/system/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/system/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/yt/system/CMakeLists.windows-x86_64.txt b/library/cpp/yt/system/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 338956fa70..0000000000 --- a/library/cpp/yt/system/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-yt-system) -target_link_libraries(cpp-yt-system PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-yt-system PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/system/thread_id.cpp -) diff --git a/library/cpp/yt/threading/CMakeLists.darwin-arm64.txt b/library/cpp/yt/threading/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 289553555a..0000000000 --- a/library/cpp/yt/threading/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,38 +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-yt-threading) -target_compile_options(cpp-yt-threading PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-threading PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-cpu_clock - cpp-yt-system - cpp-yt-memory -) -target_sources(cpp-yt-threading PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/at_fork.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/count_down_latch.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/event_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/fork_aware_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/fork_aware_rw_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/futex.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/notification_handle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/public.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/recursive_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/rw_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock_base.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_wait_hook.cpp -) diff --git a/library/cpp/yt/threading/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/threading/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 289553555a..0000000000 --- a/library/cpp/yt/threading/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,38 +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-yt-threading) -target_compile_options(cpp-yt-threading PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-threading PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-cpu_clock - cpp-yt-system - cpp-yt-memory -) -target_sources(cpp-yt-threading PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/at_fork.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/count_down_latch.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/event_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/fork_aware_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/fork_aware_rw_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/futex.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/notification_handle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/public.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/recursive_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/rw_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock_base.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_wait_hook.cpp -) diff --git a/library/cpp/yt/threading/CMakeLists.linux-aarch64.txt b/library/cpp/yt/threading/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ae9721da48..0000000000 --- a/library/cpp/yt/threading/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,39 +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-yt-threading) -target_compile_options(cpp-yt-threading PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-threading PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-cpu_clock - cpp-yt-system - cpp-yt-memory -) -target_sources(cpp-yt-threading PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/at_fork.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/count_down_latch.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/event_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/fork_aware_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/fork_aware_rw_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/futex.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/notification_handle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/public.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/recursive_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/rw_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock_base.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_wait_hook.cpp -) diff --git a/library/cpp/yt/threading/CMakeLists.linux-x86_64.txt b/library/cpp/yt/threading/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ae9721da48..0000000000 --- a/library/cpp/yt/threading/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,39 +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-yt-threading) -target_compile_options(cpp-yt-threading PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-threading PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-cpu_clock - cpp-yt-system - cpp-yt-memory -) -target_sources(cpp-yt-threading PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/at_fork.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/count_down_latch.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/event_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/fork_aware_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/fork_aware_rw_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/futex.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/notification_handle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/public.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/recursive_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/rw_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock_base.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_wait_hook.cpp -) diff --git a/library/cpp/yt/threading/CMakeLists.txt b/library/cpp/yt/threading/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/threading/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/yt/threading/CMakeLists.windows-x86_64.txt b/library/cpp/yt/threading/CMakeLists.windows-x86_64.txt deleted file mode 100644 index c00337a5ca..0000000000 --- a/library/cpp/yt/threading/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,35 +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-yt-threading) -target_link_libraries(cpp-yt-threading PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-cpu_clock - cpp-yt-system - cpp-yt-memory -) -target_sources(cpp-yt-threading PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/at_fork.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/count_down_latch.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/event_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/fork_aware_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/fork_aware_rw_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/futex.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/notification_handle.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/public.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/recursive_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/rw_spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock_base.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock_count.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_lock.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/threading/spin_wait_hook.cpp -) diff --git a/library/cpp/yt/yson/CMakeLists.darwin-arm64.txt b/library/cpp/yt/yson/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 68ae5dcaaf..0000000000 --- a/library/cpp/yt/yson/CMakeLists.darwin-arm64.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-yt-yson) -target_compile_options(cpp-yt-yson PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-yson_string -) -target_sources(cpp-yt-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson/consumer.cpp -) diff --git a/library/cpp/yt/yson/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/yson/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 68ae5dcaaf..0000000000 --- a/library/cpp/yt/yson/CMakeLists.darwin-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-yt-yson) -target_compile_options(cpp-yt-yson PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-yson_string -) -target_sources(cpp-yt-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson/consumer.cpp -) diff --git a/library/cpp/yt/yson/CMakeLists.linux-aarch64.txt b/library/cpp/yt/yson/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 0aa2b79122..0000000000 --- a/library/cpp/yt/yson/CMakeLists.linux-aarch64.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-yt-yson) -target_compile_options(cpp-yt-yson PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-yson_string -) -target_sources(cpp-yt-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson/consumer.cpp -) diff --git a/library/cpp/yt/yson/CMakeLists.linux-x86_64.txt b/library/cpp/yt/yson/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 0aa2b79122..0000000000 --- a/library/cpp/yt/yson/CMakeLists.linux-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-yt-yson) -target_compile_options(cpp-yt-yson PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-yson_string -) -target_sources(cpp-yt-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson/consumer.cpp -) diff --git a/library/cpp/yt/yson/CMakeLists.txt b/library/cpp/yt/yson/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/yson/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/yt/yson/CMakeLists.windows-x86_64.txt b/library/cpp/yt/yson/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2915223862..0000000000 --- a/library/cpp/yt/yson/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-yt-yson) -target_link_libraries(cpp-yt-yson PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-yson_string -) -target_sources(cpp-yt-yson PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson/consumer.cpp -) diff --git a/library/cpp/yt/yson_string/CMakeLists.darwin-arm64.txt b/library/cpp/yt/yson_string/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 31253becd7..0000000000 --- a/library/cpp/yt/yson_string/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,27 +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-yt-yson_string) -target_compile_options(cpp-yt-yson_string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson_string PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-coding - cpp-yt-exception - cpp-yt-string - cpp-yt-memory - cpp-yt-misc -) -target_sources(cpp-yt-yson_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp -) diff --git a/library/cpp/yt/yson_string/CMakeLists.darwin-x86_64.txt b/library/cpp/yt/yson_string/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 31253becd7..0000000000 --- a/library/cpp/yt/yson_string/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,27 +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-yt-yson_string) -target_compile_options(cpp-yt-yson_string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson_string PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-coding - cpp-yt-exception - cpp-yt-string - cpp-yt-memory - cpp-yt-misc -) -target_sources(cpp-yt-yson_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp -) diff --git a/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt b/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 4e3045fc6a..0000000000 --- a/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,28 +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-yt-yson_string) -target_compile_options(cpp-yt-yson_string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson_string PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-coding - cpp-yt-exception - cpp-yt-string - cpp-yt-memory - cpp-yt-misc -) -target_sources(cpp-yt-yson_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp -) diff --git a/library/cpp/yt/yson_string/CMakeLists.linux-x86_64.txt b/library/cpp/yt/yson_string/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 4e3045fc6a..0000000000 --- a/library/cpp/yt/yson_string/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,28 +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-yt-yson_string) -target_compile_options(cpp-yt-yson_string PRIVATE - -Wdeprecated-this-capture -) -target_link_libraries(cpp-yt-yson_string PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-coding - cpp-yt-exception - cpp-yt-string - cpp-yt-memory - cpp-yt-misc -) -target_sources(cpp-yt-yson_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp -) diff --git a/library/cpp/yt/yson_string/CMakeLists.txt b/library/cpp/yt/yson_string/CMakeLists.txt deleted file mode 100644 index d863ebd180..0000000000 --- a/library/cpp/yt/yson_string/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/yt/yson_string/CMakeLists.windows-x86_64.txt b/library/cpp/yt/yson_string/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 941cc516b0..0000000000 --- a/library/cpp/yt/yson_string/CMakeLists.windows-x86_64.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_library(cpp-yt-yson_string) -target_link_libraries(cpp-yt-yson_string PUBLIC - contrib-libs-cxxsupp - yutil - cpp-yt-assert - cpp-yt-coding - cpp-yt-exception - cpp-yt-string - cpp-yt-memory - cpp-yt-misc -) -target_sources(cpp-yt-yson_string PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp -) |