aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yaml
diff options
context:
space:
mode:
authorinnokentii <innokentii@ydb.tech>2023-12-04 20:05:54 +0300
committerinnokentii <innokentii@ydb.tech>2023-12-05 06:13:32 +0300
commit7e75d212a62760b155a9eaa32bd37756e0f0c380 (patch)
treeb4b2d399ad10fab7159af7100301e9e13e60ebfd /library/cpp/yaml
parent40b73288a56f0edb593a35db36e060993561aa40 (diff)
downloadydb-7e75d212a62760b155a9eaa32bd37756e0f0c380.tar.gz
Copy fyamlcpp to ydb/library
copy fyamlcpp to ydb/library
Diffstat (limited to 'library/cpp/yaml')
-rw-r--r--library/cpp/yaml/CMakeLists.txt1
-rw-r--r--library/cpp/yaml/fyamlcpp/CMakeLists.darwin-arm64.txt18
-rw-r--r--library/cpp/yaml/fyamlcpp/CMakeLists.darwin-x86_64.txt18
-rw-r--r--library/cpp/yaml/fyamlcpp/CMakeLists.linux-aarch64.txt19
-rw-r--r--library/cpp/yaml/fyamlcpp/CMakeLists.linux-x86_64.txt19
-rw-r--r--library/cpp/yaml/fyamlcpp/CMakeLists.txt19
-rw-r--r--library/cpp/yaml/fyamlcpp/CMakeLists.windows-x86_64.txt18
-rw-r--r--library/cpp/yaml/fyamlcpp/ut/ya.make9
8 files changed, 0 insertions, 121 deletions
diff --git a/library/cpp/yaml/CMakeLists.txt b/library/cpp/yaml/CMakeLists.txt
index 8d31aa7dec..0d9d53cb1c 100644
--- a/library/cpp/yaml/CMakeLists.txt
+++ b/library/cpp/yaml/CMakeLists.txt
@@ -7,4 +7,3 @@
add_subdirectory(as)
-add_subdirectory(fyamlcpp)
diff --git a/library/cpp/yaml/fyamlcpp/CMakeLists.darwin-arm64.txt b/library/cpp/yaml/fyamlcpp/CMakeLists.darwin-arm64.txt
deleted file mode 100644
index ed89c6d02d..0000000000
--- a/library/cpp/yaml/fyamlcpp/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-yaml-fyamlcpp)
-target_link_libraries(cpp-yaml-fyamlcpp PUBLIC
- contrib-libs-cxxsupp
- yutil
- contrib-libs-libfyaml
-)
-target_sources(cpp-yaml-fyamlcpp PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/yaml/fyamlcpp/fyamlcpp.cpp
-)
diff --git a/library/cpp/yaml/fyamlcpp/CMakeLists.darwin-x86_64.txt b/library/cpp/yaml/fyamlcpp/CMakeLists.darwin-x86_64.txt
deleted file mode 100644
index ed89c6d02d..0000000000
--- a/library/cpp/yaml/fyamlcpp/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-yaml-fyamlcpp)
-target_link_libraries(cpp-yaml-fyamlcpp PUBLIC
- contrib-libs-cxxsupp
- yutil
- contrib-libs-libfyaml
-)
-target_sources(cpp-yaml-fyamlcpp PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/yaml/fyamlcpp/fyamlcpp.cpp
-)
diff --git a/library/cpp/yaml/fyamlcpp/CMakeLists.linux-aarch64.txt b/library/cpp/yaml/fyamlcpp/CMakeLists.linux-aarch64.txt
deleted file mode 100644
index e96ca3e0ec..0000000000
--- a/library/cpp/yaml/fyamlcpp/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-yaml-fyamlcpp)
-target_link_libraries(cpp-yaml-fyamlcpp PUBLIC
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- contrib-libs-libfyaml
-)
-target_sources(cpp-yaml-fyamlcpp PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/yaml/fyamlcpp/fyamlcpp.cpp
-)
diff --git a/library/cpp/yaml/fyamlcpp/CMakeLists.linux-x86_64.txt b/library/cpp/yaml/fyamlcpp/CMakeLists.linux-x86_64.txt
deleted file mode 100644
index e96ca3e0ec..0000000000
--- a/library/cpp/yaml/fyamlcpp/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-yaml-fyamlcpp)
-target_link_libraries(cpp-yaml-fyamlcpp PUBLIC
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- contrib-libs-libfyaml
-)
-target_sources(cpp-yaml-fyamlcpp PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/yaml/fyamlcpp/fyamlcpp.cpp
-)
diff --git a/library/cpp/yaml/fyamlcpp/CMakeLists.txt b/library/cpp/yaml/fyamlcpp/CMakeLists.txt
deleted file mode 100644
index 2dce3a77fe..0000000000
--- a/library/cpp/yaml/fyamlcpp/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 "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)
-elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA)
- include(CMakeLists.linux-x86_64.txt)
-endif()
diff --git a/library/cpp/yaml/fyamlcpp/CMakeLists.windows-x86_64.txt b/library/cpp/yaml/fyamlcpp/CMakeLists.windows-x86_64.txt
deleted file mode 100644
index ed89c6d02d..0000000000
--- a/library/cpp/yaml/fyamlcpp/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-yaml-fyamlcpp)
-target_link_libraries(cpp-yaml-fyamlcpp PUBLIC
- contrib-libs-cxxsupp
- yutil
- contrib-libs-libfyaml
-)
-target_sources(cpp-yaml-fyamlcpp PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/yaml/fyamlcpp/fyamlcpp.cpp
-)
diff --git a/library/cpp/yaml/fyamlcpp/ut/ya.make b/library/cpp/yaml/fyamlcpp/ut/ya.make
deleted file mode 100644
index 1ac2b25438..0000000000
--- a/library/cpp/yaml/fyamlcpp/ut/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-UNITTEST_FOR(library/cpp/yaml/fyamlcpp)
-
-SRCS(
- fyamlcpp_ut.cpp
- libfyaml_ut.cpp
-)
-
-END()
-