diff options
| author | armenqa <[email protected]> | 2024-01-19 12:23:50 +0300 |
|---|---|---|
| committer | armenqa <[email protected]> | 2024-01-19 13:10:03 +0300 |
| commit | 2de0149d0151c514b22bca0760b95b26c9b0b578 (patch) | |
| tree | 2bfed9f3bce7e643ddf048bb61ce3dc0a714bcc2 /library/cpp/threading | |
| parent | a8c06d218f12b2406fbce24d194885c5d7b68503 (diff) | |
feat contrib: aiogram 3
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
Diffstat (limited to 'library/cpp/threading')
85 files changed, 0 insertions, 1701 deletions
diff --git a/library/cpp/threading/CMakeLists.txt b/library/cpp/threading/CMakeLists.txt deleted file mode 100644 index 018e72c5ccc..00000000000 --- a/library/cpp/threading/CMakeLists.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(atomic) -add_subdirectory(blocking_queue) -add_subdirectory(chunk_queue) -add_subdirectory(cron) -add_subdirectory(equeue) -add_subdirectory(future) -add_subdirectory(hot_swap) -add_subdirectory(light_rw_lock) -add_subdirectory(local_executor) -add_subdirectory(poor_man_openmp) -add_subdirectory(queue) -add_subdirectory(skip_list) -add_subdirectory(task_scheduler) -add_subdirectory(thread_local) diff --git a/library/cpp/threading/atomic/CMakeLists.darwin-arm64.txt b/library/cpp/threading/atomic/CMakeLists.darwin-arm64.txt deleted file mode 100644 index d9f7098b347..00000000000 --- a/library/cpp/threading/atomic/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-atomic) -target_link_libraries(cpp-threading-atomic PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/atomic/bool.cpp -) diff --git a/library/cpp/threading/atomic/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/atomic/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index d9f7098b347..00000000000 --- a/library/cpp/threading/atomic/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-atomic) -target_link_libraries(cpp-threading-atomic PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/atomic/bool.cpp -) diff --git a/library/cpp/threading/atomic/CMakeLists.linux-aarch64.txt b/library/cpp/threading/atomic/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a43a6589081..00000000000 --- a/library/cpp/threading/atomic/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-atomic) -target_link_libraries(cpp-threading-atomic PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/atomic/bool.cpp -) diff --git a/library/cpp/threading/atomic/CMakeLists.linux-x86_64.txt b/library/cpp/threading/atomic/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a43a6589081..00000000000 --- a/library/cpp/threading/atomic/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-atomic) -target_link_libraries(cpp-threading-atomic PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/atomic/bool.cpp -) diff --git a/library/cpp/threading/atomic/CMakeLists.txt b/library/cpp/threading/atomic/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/atomic/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/threading/atomic/CMakeLists.windows-x86_64.txt b/library/cpp/threading/atomic/CMakeLists.windows-x86_64.txt deleted file mode 100644 index d9f7098b347..00000000000 --- a/library/cpp/threading/atomic/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-threading-atomic) -target_link_libraries(cpp-threading-atomic PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-atomic PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/atomic/bool.cpp -) diff --git a/library/cpp/threading/blocking_queue/CMakeLists.darwin-arm64.txt b/library/cpp/threading/blocking_queue/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 0fcf5ce481a..00000000000 --- a/library/cpp/threading/blocking_queue/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-threading-blocking_queue) -target_link_libraries(cpp-threading-blocking_queue PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-blocking_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/blocking_queue/blocking_queue.cpp -) diff --git a/library/cpp/threading/blocking_queue/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/blocking_queue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 0fcf5ce481a..00000000000 --- a/library/cpp/threading/blocking_queue/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-threading-blocking_queue) -target_link_libraries(cpp-threading-blocking_queue PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-blocking_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/blocking_queue/blocking_queue.cpp -) diff --git a/library/cpp/threading/blocking_queue/CMakeLists.linux-aarch64.txt b/library/cpp/threading/blocking_queue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 640f1e91440..00000000000 --- a/library/cpp/threading/blocking_queue/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-threading-blocking_queue) -target_link_libraries(cpp-threading-blocking_queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-blocking_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/blocking_queue/blocking_queue.cpp -) diff --git a/library/cpp/threading/blocking_queue/CMakeLists.linux-x86_64.txt b/library/cpp/threading/blocking_queue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 640f1e91440..00000000000 --- a/library/cpp/threading/blocking_queue/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-threading-blocking_queue) -target_link_libraries(cpp-threading-blocking_queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-blocking_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/blocking_queue/blocking_queue.cpp -) diff --git a/library/cpp/threading/blocking_queue/CMakeLists.txt b/library/cpp/threading/blocking_queue/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/blocking_queue/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/threading/blocking_queue/CMakeLists.windows-x86_64.txt b/library/cpp/threading/blocking_queue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 0fcf5ce481a..00000000000 --- a/library/cpp/threading/blocking_queue/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-threading-blocking_queue) -target_link_libraries(cpp-threading-blocking_queue PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-blocking_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/blocking_queue/blocking_queue.cpp -) diff --git a/library/cpp/threading/chunk_queue/CMakeLists.darwin-arm64.txt b/library/cpp/threading/chunk_queue/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 454bf560f9f..00000000000 --- a/library/cpp/threading/chunk_queue/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-chunk_queue) -target_link_libraries(cpp-threading-chunk_queue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-chunk_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/chunk_queue/queue.cpp -) diff --git a/library/cpp/threading/chunk_queue/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/chunk_queue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 454bf560f9f..00000000000 --- a/library/cpp/threading/chunk_queue/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-chunk_queue) -target_link_libraries(cpp-threading-chunk_queue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-chunk_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/chunk_queue/queue.cpp -) diff --git a/library/cpp/threading/chunk_queue/CMakeLists.linux-aarch64.txt b/library/cpp/threading/chunk_queue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d8895e6dbfa..00000000000 --- a/library/cpp/threading/chunk_queue/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-chunk_queue) -target_link_libraries(cpp-threading-chunk_queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-chunk_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/chunk_queue/queue.cpp -) diff --git a/library/cpp/threading/chunk_queue/CMakeLists.linux-x86_64.txt b/library/cpp/threading/chunk_queue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d8895e6dbfa..00000000000 --- a/library/cpp/threading/chunk_queue/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-chunk_queue) -target_link_libraries(cpp-threading-chunk_queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-chunk_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/chunk_queue/queue.cpp -) diff --git a/library/cpp/threading/chunk_queue/CMakeLists.txt b/library/cpp/threading/chunk_queue/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/chunk_queue/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/threading/chunk_queue/CMakeLists.windows-x86_64.txt b/library/cpp/threading/chunk_queue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 454bf560f9f..00000000000 --- a/library/cpp/threading/chunk_queue/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-threading-chunk_queue) -target_link_libraries(cpp-threading-chunk_queue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-chunk_queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/chunk_queue/queue.cpp -) diff --git a/library/cpp/threading/cron/CMakeLists.darwin-arm64.txt b/library/cpp/threading/cron/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 429d3b0b0d0..00000000000 --- a/library/cpp/threading/cron/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-cron) -target_link_libraries(cpp-threading-cron PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-cron PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/cron/cron.cpp -) diff --git a/library/cpp/threading/cron/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/cron/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 429d3b0b0d0..00000000000 --- a/library/cpp/threading/cron/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-cron) -target_link_libraries(cpp-threading-cron PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-cron PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/cron/cron.cpp -) diff --git a/library/cpp/threading/cron/CMakeLists.linux-aarch64.txt b/library/cpp/threading/cron/CMakeLists.linux-aarch64.txt deleted file mode 100644 index d5bb429c639..00000000000 --- a/library/cpp/threading/cron/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-cron) -target_link_libraries(cpp-threading-cron PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-cron PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/cron/cron.cpp -) diff --git a/library/cpp/threading/cron/CMakeLists.linux-x86_64.txt b/library/cpp/threading/cron/CMakeLists.linux-x86_64.txt deleted file mode 100644 index d5bb429c639..00000000000 --- a/library/cpp/threading/cron/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-cron) -target_link_libraries(cpp-threading-cron PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-cron PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/cron/cron.cpp -) diff --git a/library/cpp/threading/cron/CMakeLists.txt b/library/cpp/threading/cron/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/cron/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/threading/cron/CMakeLists.windows-x86_64.txt b/library/cpp/threading/cron/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 429d3b0b0d0..00000000000 --- a/library/cpp/threading/cron/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-threading-cron) -target_link_libraries(cpp-threading-cron PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-cron PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/cron/cron.cpp -) diff --git a/library/cpp/threading/equeue/CMakeLists.darwin-arm64.txt b/library/cpp/threading/equeue/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 902b6d7a9ac..00000000000 --- a/library/cpp/threading/equeue/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-equeue) -target_link_libraries(cpp-threading-equeue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-equeue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/equeue/equeue.cpp -) diff --git a/library/cpp/threading/equeue/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/equeue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 902b6d7a9ac..00000000000 --- a/library/cpp/threading/equeue/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-equeue) -target_link_libraries(cpp-threading-equeue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-equeue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/equeue/equeue.cpp -) diff --git a/library/cpp/threading/equeue/CMakeLists.linux-aarch64.txt b/library/cpp/threading/equeue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 5653d3d3f3f..00000000000 --- a/library/cpp/threading/equeue/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-equeue) -target_link_libraries(cpp-threading-equeue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-equeue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/equeue/equeue.cpp -) diff --git a/library/cpp/threading/equeue/CMakeLists.linux-x86_64.txt b/library/cpp/threading/equeue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 5653d3d3f3f..00000000000 --- a/library/cpp/threading/equeue/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-equeue) -target_link_libraries(cpp-threading-equeue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-equeue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/equeue/equeue.cpp -) diff --git a/library/cpp/threading/equeue/CMakeLists.txt b/library/cpp/threading/equeue/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/equeue/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/threading/equeue/CMakeLists.windows-x86_64.txt b/library/cpp/threading/equeue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 902b6d7a9ac..00000000000 --- a/library/cpp/threading/equeue/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-threading-equeue) -target_link_libraries(cpp-threading-equeue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-equeue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/equeue/equeue.cpp -) diff --git a/library/cpp/threading/future/CMakeLists.darwin-arm64.txt b/library/cpp/threading/future/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 66d221dbbb4..00000000000 --- a/library/cpp/threading/future/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_library(cpp-threading-future) -target_link_libraries(cpp-threading-future PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-future PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp -) diff --git a/library/cpp/threading/future/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/future/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 66d221dbbb4..00000000000 --- a/library/cpp/threading/future/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_library(cpp-threading-future) -target_link_libraries(cpp-threading-future PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-future PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp -) diff --git a/library/cpp/threading/future/CMakeLists.linux-aarch64.txt b/library/cpp/threading/future/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ae643a1bc46..00000000000 --- a/library/cpp/threading/future/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_library(cpp-threading-future) -target_link_libraries(cpp-threading-future PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-future PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp -) diff --git a/library/cpp/threading/future/CMakeLists.linux-x86_64.txt b/library/cpp/threading/future/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ae643a1bc46..00000000000 --- a/library/cpp/threading/future/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_library(cpp-threading-future) -target_link_libraries(cpp-threading-future PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-future PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp -) diff --git a/library/cpp/threading/future/CMakeLists.txt b/library/cpp/threading/future/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/future/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/threading/future/CMakeLists.windows-x86_64.txt b/library/cpp/threading/future/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 66d221dbbb4..00000000000 --- a/library/cpp/threading/future/CMakeLists.windows-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-threading-future) -target_link_libraries(cpp-threading-future PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-future PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async_semaphore.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/async.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/future.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/core/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/fwd.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_group.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/future/wait/wait_policy.cpp -) diff --git a/library/cpp/threading/hot_swap/CMakeLists.darwin-arm64.txt b/library/cpp/threading/hot_swap/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 7ec6e7f8b0d..00000000000 --- a/library/cpp/threading/hot_swap/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-hot_swap) -target_link_libraries(cpp-threading-hot_swap PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-hot_swap PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/hot_swap/hot_swap.cpp -) diff --git a/library/cpp/threading/hot_swap/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/hot_swap/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 7ec6e7f8b0d..00000000000 --- a/library/cpp/threading/hot_swap/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-hot_swap) -target_link_libraries(cpp-threading-hot_swap PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-hot_swap PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/hot_swap/hot_swap.cpp -) diff --git a/library/cpp/threading/hot_swap/CMakeLists.linux-aarch64.txt b/library/cpp/threading/hot_swap/CMakeLists.linux-aarch64.txt deleted file mode 100644 index af861b6b248..00000000000 --- a/library/cpp/threading/hot_swap/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-hot_swap) -target_link_libraries(cpp-threading-hot_swap PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-hot_swap PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/hot_swap/hot_swap.cpp -) diff --git a/library/cpp/threading/hot_swap/CMakeLists.linux-x86_64.txt b/library/cpp/threading/hot_swap/CMakeLists.linux-x86_64.txt deleted file mode 100644 index af861b6b248..00000000000 --- a/library/cpp/threading/hot_swap/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-hot_swap) -target_link_libraries(cpp-threading-hot_swap PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-hot_swap PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/hot_swap/hot_swap.cpp -) diff --git a/library/cpp/threading/hot_swap/CMakeLists.txt b/library/cpp/threading/hot_swap/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/hot_swap/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/threading/hot_swap/CMakeLists.windows-x86_64.txt b/library/cpp/threading/hot_swap/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 7ec6e7f8b0d..00000000000 --- a/library/cpp/threading/hot_swap/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-threading-hot_swap) -target_link_libraries(cpp-threading-hot_swap PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-hot_swap PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/hot_swap/hot_swap.cpp -) diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.darwin-arm64.txt b/library/cpp/threading/light_rw_lock/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 934c52018ec..00000000000 --- a/library/cpp/threading/light_rw_lock/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-threading-light_rw_lock) -target_link_libraries(cpp-threading-light_rw_lock PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-light_rw_lock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/light_rw_lock/lightrwlock.cpp -) diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/light_rw_lock/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 934c52018ec..00000000000 --- a/library/cpp/threading/light_rw_lock/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-threading-light_rw_lock) -target_link_libraries(cpp-threading-light_rw_lock PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-light_rw_lock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/light_rw_lock/lightrwlock.cpp -) diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.linux-aarch64.txt b/library/cpp/threading/light_rw_lock/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 2f54f7fe5b7..00000000000 --- a/library/cpp/threading/light_rw_lock/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-threading-light_rw_lock) -target_link_libraries(cpp-threading-light_rw_lock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-light_rw_lock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/light_rw_lock/lightrwlock.cpp -) diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.linux-x86_64.txt b/library/cpp/threading/light_rw_lock/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 2f54f7fe5b7..00000000000 --- a/library/cpp/threading/light_rw_lock/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-threading-light_rw_lock) -target_link_libraries(cpp-threading-light_rw_lock PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-light_rw_lock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/light_rw_lock/lightrwlock.cpp -) diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.txt b/library/cpp/threading/light_rw_lock/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/light_rw_lock/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/threading/light_rw_lock/CMakeLists.windows-x86_64.txt b/library/cpp/threading/light_rw_lock/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 934c52018ec..00000000000 --- a/library/cpp/threading/light_rw_lock/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-threading-light_rw_lock) -target_link_libraries(cpp-threading-light_rw_lock PUBLIC - contrib-libs-cxxsupp - yutil -) -target_sources(cpp-threading-light_rw_lock PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/light_rw_lock/lightrwlock.cpp -) diff --git a/library/cpp/threading/local_executor/CMakeLists.darwin-arm64.txt b/library/cpp/threading/local_executor/CMakeLists.darwin-arm64.txt deleted file mode 100644 index a88a439f243..00000000000 --- a/library/cpp/threading/local_executor/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-threading-local_executor) -target_link_libraries(cpp-threading-local_executor PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-tbb - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(cpp-threading-local_executor PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/local_executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/tbb_local_executor.cpp -) diff --git a/library/cpp/threading/local_executor/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/local_executor/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index a88a439f243..00000000000 --- a/library/cpp/threading/local_executor/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-threading-local_executor) -target_link_libraries(cpp-threading-local_executor PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-tbb - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(cpp-threading-local_executor PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/local_executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/tbb_local_executor.cpp -) diff --git a/library/cpp/threading/local_executor/CMakeLists.linux-aarch64.txt b/library/cpp/threading/local_executor/CMakeLists.linux-aarch64.txt deleted file mode 100644 index ab5a6d971f9..00000000000 --- a/library/cpp/threading/local_executor/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-threading-local_executor) -target_link_libraries(cpp-threading-local_executor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-tbb - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(cpp-threading-local_executor PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/local_executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/tbb_local_executor.cpp -) diff --git a/library/cpp/threading/local_executor/CMakeLists.linux-x86_64.txt b/library/cpp/threading/local_executor/CMakeLists.linux-x86_64.txt deleted file mode 100644 index ab5a6d971f9..00000000000 --- a/library/cpp/threading/local_executor/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-threading-local_executor) -target_link_libraries(cpp-threading-local_executor PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - contrib-libs-tbb - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(cpp-threading-local_executor PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/local_executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/tbb_local_executor.cpp -) diff --git a/library/cpp/threading/local_executor/CMakeLists.txt b/library/cpp/threading/local_executor/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/local_executor/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/threading/local_executor/CMakeLists.windows-x86_64.txt b/library/cpp/threading/local_executor/CMakeLists.windows-x86_64.txt deleted file mode 100644 index a88a439f243..00000000000 --- a/library/cpp/threading/local_executor/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-threading-local_executor) -target_link_libraries(cpp-threading-local_executor PUBLIC - contrib-libs-cxxsupp - yutil - contrib-libs-tbb - cpp-threading-future - cpp-deprecated-atomic -) -target_sources(cpp-threading-local_executor PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/local_executor.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/local_executor/tbb_local_executor.cpp -) diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.darwin-arm64.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 116045cc832..00000000000 --- a/library/cpp/threading/poor_man_openmp/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-poor_man_openmp) -target_link_libraries(cpp-threading-poor_man_openmp PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-poor_man_openmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp -) diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 116045cc832..00000000000 --- a/library/cpp/threading/poor_man_openmp/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-poor_man_openmp) -target_link_libraries(cpp-threading-poor_man_openmp PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-poor_man_openmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp -) diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.linux-aarch64.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.linux-aarch64.txt deleted file mode 100644 index a33df23eaca..00000000000 --- a/library/cpp/threading/poor_man_openmp/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-poor_man_openmp) -target_link_libraries(cpp-threading-poor_man_openmp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-poor_man_openmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp -) diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.linux-x86_64.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.linux-x86_64.txt deleted file mode 100644 index a33df23eaca..00000000000 --- a/library/cpp/threading/poor_man_openmp/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-poor_man_openmp) -target_link_libraries(cpp-threading-poor_man_openmp PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-poor_man_openmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp -) diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/poor_man_openmp/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/threading/poor_man_openmp/CMakeLists.windows-x86_64.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 116045cc832..00000000000 --- a/library/cpp/threading/poor_man_openmp/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-threading-poor_man_openmp) -target_link_libraries(cpp-threading-poor_man_openmp PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-poor_man_openmp PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp -) diff --git a/library/cpp/threading/queue/CMakeLists.darwin-arm64.txt b/library/cpp/threading/queue/CMakeLists.darwin-arm64.txt deleted file mode 100644 index ff0797688e7..00000000000 --- a/library/cpp/threading/queue/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,22 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-queue) -target_link_libraries(cpp-threading-queue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp -) diff --git a/library/cpp/threading/queue/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/queue/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index ff0797688e7..00000000000 --- a/library/cpp/threading/queue/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,22 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-queue) -target_link_libraries(cpp-threading-queue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp -) diff --git a/library/cpp/threading/queue/CMakeLists.linux-aarch64.txt b/library/cpp/threading/queue/CMakeLists.linux-aarch64.txt deleted file mode 100644 index c6338ea17b0..00000000000 --- a/library/cpp/threading/queue/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,23 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-queue) -target_link_libraries(cpp-threading-queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp -) diff --git a/library/cpp/threading/queue/CMakeLists.linux-x86_64.txt b/library/cpp/threading/queue/CMakeLists.linux-x86_64.txt deleted file mode 100644 index c6338ea17b0..00000000000 --- a/library/cpp/threading/queue/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,23 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-queue) -target_link_libraries(cpp-threading-queue PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp -) diff --git a/library/cpp/threading/queue/CMakeLists.txt b/library/cpp/threading/queue/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/queue/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/threading/queue/CMakeLists.windows-x86_64.txt b/library/cpp/threading/queue/CMakeLists.windows-x86_64.txt deleted file mode 100644 index ff0797688e7..00000000000 --- a/library/cpp/threading/queue/CMakeLists.windows-x86_64.txt +++ /dev/null @@ -1,22 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-queue) -target_link_libraries(cpp-threading-queue PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-queue PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpmc_unordered_ring.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_htswap.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_intrusive_unordered.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_read_as_filled.cpp - ${CMAKE_SOURCE_DIR}/library/cpp/threading/queue/mpsc_vinfarr_obstructive.cpp -) diff --git a/library/cpp/threading/skip_list/CMakeLists.darwin-arm64.txt b/library/cpp/threading/skip_list/CMakeLists.darwin-arm64.txt deleted file mode 100644 index e364879e721..00000000000 --- a/library/cpp/threading/skip_list/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-skip_list) -target_link_libraries(cpp-threading-skip_list PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-skip_list PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/skip_list/skiplist.cpp -) diff --git a/library/cpp/threading/skip_list/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/skip_list/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index e364879e721..00000000000 --- a/library/cpp/threading/skip_list/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-skip_list) -target_link_libraries(cpp-threading-skip_list PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-skip_list PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/skip_list/skiplist.cpp -) diff --git a/library/cpp/threading/skip_list/CMakeLists.linux-aarch64.txt b/library/cpp/threading/skip_list/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 81907f6776d..00000000000 --- a/library/cpp/threading/skip_list/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-skip_list) -target_link_libraries(cpp-threading-skip_list PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-skip_list PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/skip_list/skiplist.cpp -) diff --git a/library/cpp/threading/skip_list/CMakeLists.linux-x86_64.txt b/library/cpp/threading/skip_list/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 81907f6776d..00000000000 --- a/library/cpp/threading/skip_list/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-skip_list) -target_link_libraries(cpp-threading-skip_list PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-skip_list PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/skip_list/skiplist.cpp -) diff --git a/library/cpp/threading/skip_list/CMakeLists.txt b/library/cpp/threading/skip_list/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/skip_list/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/threading/skip_list/CMakeLists.windows-x86_64.txt b/library/cpp/threading/skip_list/CMakeLists.windows-x86_64.txt deleted file mode 100644 index e364879e721..00000000000 --- a/library/cpp/threading/skip_list/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-threading-skip_list) -target_link_libraries(cpp-threading-skip_list PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-skip_list PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/skip_list/skiplist.cpp -) diff --git a/library/cpp/threading/task_scheduler/CMakeLists.darwin-arm64.txt b/library/cpp/threading/task_scheduler/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 61c6127690e..00000000000 --- a/library/cpp/threading/task_scheduler/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-task_scheduler) -target_link_libraries(cpp-threading-task_scheduler PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-task_scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/task_scheduler/task_scheduler.cpp -) diff --git a/library/cpp/threading/task_scheduler/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/task_scheduler/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 61c6127690e..00000000000 --- a/library/cpp/threading/task_scheduler/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-task_scheduler) -target_link_libraries(cpp-threading-task_scheduler PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-task_scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/task_scheduler/task_scheduler.cpp -) diff --git a/library/cpp/threading/task_scheduler/CMakeLists.linux-aarch64.txt b/library/cpp/threading/task_scheduler/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 929d3f00db0..00000000000 --- a/library/cpp/threading/task_scheduler/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-task_scheduler) -target_link_libraries(cpp-threading-task_scheduler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-task_scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/task_scheduler/task_scheduler.cpp -) diff --git a/library/cpp/threading/task_scheduler/CMakeLists.linux-x86_64.txt b/library/cpp/threading/task_scheduler/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 929d3f00db0..00000000000 --- a/library/cpp/threading/task_scheduler/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,19 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(cpp-threading-task_scheduler) -target_link_libraries(cpp-threading-task_scheduler PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-task_scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/task_scheduler/task_scheduler.cpp -) diff --git a/library/cpp/threading/task_scheduler/CMakeLists.txt b/library/cpp/threading/task_scheduler/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/task_scheduler/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/threading/task_scheduler/CMakeLists.windows-x86_64.txt b/library/cpp/threading/task_scheduler/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 61c6127690e..00000000000 --- a/library/cpp/threading/task_scheduler/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-threading-task_scheduler) -target_link_libraries(cpp-threading-task_scheduler PUBLIC - contrib-libs-cxxsupp - yutil - cpp-deprecated-atomic -) -target_sources(cpp-threading-task_scheduler PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/task_scheduler/task_scheduler.cpp -) diff --git a/library/cpp/threading/thread_local/CMakeLists.darwin-arm64.txt b/library/cpp/threading/thread_local/CMakeLists.darwin-arm64.txt deleted file mode 100644 index 2a282845d1e..00000000000 --- a/library/cpp/threading/thread_local/CMakeLists.darwin-arm64.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-threading-thread_local) -target_link_libraries(cpp-threading-thread_local PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-hot_swap - cpp-threading-skip_list - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-threading-thread_local PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.cpp -) -generate_enum_serilization(cpp-threading-thread_local - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.h - INCLUDE_HEADERS - library/cpp/threading/thread_local/thread_local.h -) diff --git a/library/cpp/threading/thread_local/CMakeLists.darwin-x86_64.txt b/library/cpp/threading/thread_local/CMakeLists.darwin-x86_64.txt deleted file mode 100644 index 2a282845d1e..00000000000 --- a/library/cpp/threading/thread_local/CMakeLists.darwin-x86_64.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-threading-thread_local) -target_link_libraries(cpp-threading-thread_local PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-hot_swap - cpp-threading-skip_list - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-threading-thread_local PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.cpp -) -generate_enum_serilization(cpp-threading-thread_local - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.h - INCLUDE_HEADERS - library/cpp/threading/thread_local/thread_local.h -) diff --git a/library/cpp/threading/thread_local/CMakeLists.linux-aarch64.txt b/library/cpp/threading/thread_local/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 69ae5b9e2ef..00000000000 --- a/library/cpp/threading/thread_local/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,32 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-threading-thread_local) -target_link_libraries(cpp-threading-thread_local PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-hot_swap - cpp-threading-skip_list - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-threading-thread_local PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.cpp -) -generate_enum_serilization(cpp-threading-thread_local - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.h - INCLUDE_HEADERS - library/cpp/threading/thread_local/thread_local.h -) diff --git a/library/cpp/threading/thread_local/CMakeLists.linux-x86_64.txt b/library/cpp/threading/thread_local/CMakeLists.linux-x86_64.txt deleted file mode 100644 index 69ae5b9e2ef..00000000000 --- a/library/cpp/threading/thread_local/CMakeLists.linux-x86_64.txt +++ /dev/null @@ -1,32 +0,0 @@ - -# This file was generated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-threading-thread_local) -target_link_libraries(cpp-threading-thread_local PUBLIC - contrib-libs-linux-headers - contrib-libs-cxxsupp - yutil - cpp-threading-hot_swap - cpp-threading-skip_list - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-threading-thread_local PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.cpp -) -generate_enum_serilization(cpp-threading-thread_local - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.h - INCLUDE_HEADERS - library/cpp/threading/thread_local/thread_local.h -) diff --git a/library/cpp/threading/thread_local/CMakeLists.txt b/library/cpp/threading/thread_local/CMakeLists.txt deleted file mode 100644 index d863ebd1806..00000000000 --- a/library/cpp/threading/thread_local/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/threading/thread_local/CMakeLists.windows-x86_64.txt b/library/cpp/threading/thread_local/CMakeLists.windows-x86_64.txt deleted file mode 100644 index 2a282845d1e..00000000000 --- a/library/cpp/threading/thread_local/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. - - -get_built_tool_path( - TOOL_enum_parser_bin - TOOL_enum_parser_dependency - tools/enum_parser/enum_parser - enum_parser -) - -add_library(cpp-threading-thread_local) -target_link_libraries(cpp-threading-thread_local PUBLIC - contrib-libs-cxxsupp - yutil - cpp-threading-hot_swap - cpp-threading-skip_list - tools-enum_parser-enum_serialization_runtime -) -target_sources(cpp-threading-thread_local PRIVATE - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.cpp -) -generate_enum_serilization(cpp-threading-thread_local - ${CMAKE_SOURCE_DIR}/library/cpp/threading/thread_local/thread_local.h - INCLUDE_HEADERS - library/cpp/threading/thread_local/thread_local.h -) |
