aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-07-20 13:13:43 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-07-20 13:13:43 +0300
commitc01bac066fdbee7941b95494b673f303240cf83a (patch)
treeadc4ecb4548ce382f18c1580620a20c9f7f6f682 /contrib/restricted
parentc4a21555e38eadd62a62113b1935ea66e190ad3c (diff)
downloadydb-c01bac066fdbee7941b95494b673f303240cf83a.tar.gz
Reimport boost/io as a separate project
Diffstat (limited to 'contrib/restricted')
-rw-r--r--contrib/restricted/boost/CMakeLists.txt1
-rw-r--r--contrib/restricted/boost/io/CMakeLists.txt18
-rw-r--r--contrib/restricted/boost/io/include/boost/io/detail/quoted_manip.hpp (renamed from contrib/restricted/boost/boost/io/detail/quoted_manip.hpp)0
-rw-r--r--contrib/restricted/boost/io/include/boost/io/ios_state.hpp (renamed from contrib/restricted/boost/boost/io/ios_state.hpp)0
-rw-r--r--contrib/restricted/boost/io/include/boost/io_fwd.hpp (renamed from contrib/restricted/boost/boost/io_fwd.hpp)0
5 files changed, 19 insertions, 0 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt
index f37b79524b..fdf90de142 100644
--- a/contrib/restricted/boost/CMakeLists.txt
+++ b/contrib/restricted/boost/CMakeLists.txt
@@ -14,6 +14,7 @@ target_include_directories(contrib-restricted-boost INTERFACE
target_link_libraries(contrib-restricted-boost INTERFACE
contrib-libs-cxxsupp
restricted-boost-config
+ restricted-boost-io
restricted-boost-predef
restricted-boost-preprocessor
)
diff --git a/contrib/restricted/boost/io/CMakeLists.txt b/contrib/restricted/boost/io/CMakeLists.txt
new file mode 100644
index 0000000000..1857354981
--- /dev/null
+++ b/contrib/restricted/boost/io/CMakeLists.txt
@@ -0,0 +1,18 @@
+
+# This file was gererated by the build system used internally in the Yandex monorepo.
+# Only simple modifications are allowed (adding source-files to targets, adding simple properties
+# like target_include_directories). These modifications will be ported to 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(restricted-boost-io INTERFACE)
+target_include_directories(restricted-boost-io INTERFACE
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/io/include
+)
+target_link_libraries(restricted-boost-io INTERFACE
+ contrib-libs-cxxsupp
+ yutil
+ restricted-boost-config
+)
diff --git a/contrib/restricted/boost/boost/io/detail/quoted_manip.hpp b/contrib/restricted/boost/io/include/boost/io/detail/quoted_manip.hpp
index 502f422aa1..502f422aa1 100644
--- a/contrib/restricted/boost/boost/io/detail/quoted_manip.hpp
+++ b/contrib/restricted/boost/io/include/boost/io/detail/quoted_manip.hpp
diff --git a/contrib/restricted/boost/boost/io/ios_state.hpp b/contrib/restricted/boost/io/include/boost/io/ios_state.hpp
index 07cfb345ff..07cfb345ff 100644
--- a/contrib/restricted/boost/boost/io/ios_state.hpp
+++ b/contrib/restricted/boost/io/include/boost/io/ios_state.hpp
diff --git a/contrib/restricted/boost/boost/io_fwd.hpp b/contrib/restricted/boost/io/include/boost/io_fwd.hpp
index 417b81e3e1..417b81e3e1 100644
--- a/contrib/restricted/boost/boost/io_fwd.hpp
+++ b/contrib/restricted/boost/io/include/boost/io_fwd.hpp