aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-08-13 11:00:49 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-08-13 11:00:49 +0300
commita85e598807b487f05575def7c6d63a3f827e5b89 (patch)
treead80ba11e8262be7ee931e6374cc97dfbe5e2a79
parent2532bfa75231c59a99ad840021d81b59178ffa33 (diff)
downloadydb-a85e598807b487f05575def7c6d63a3f827e5b89.tar.gz
Reimport boost/multi_array as a separate project
-rw-r--r--CMakeLists.darwin.txt1
-rw-r--r--CMakeLists.linux.txt1
-rw-r--r--contrib/restricted/boost/CMakeLists.txt1
-rw-r--r--contrib/restricted/boost/multi_array/CMakeLists.txt27
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array.hpp (renamed from contrib/restricted/boost/boost/multi_array.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/algorithm.hpp (renamed from contrib/restricted/boost/boost/multi_array/algorithm.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/base.hpp (renamed from contrib/restricted/boost/boost/multi_array/base.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/collection_concept.hpp (renamed from contrib/restricted/boost/boost/multi_array/collection_concept.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/concept_checks.hpp (renamed from contrib/restricted/boost/boost/multi_array/concept_checks.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/copy_array.hpp (renamed from contrib/restricted/boost/boost/multi_array/copy_array.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/extent_gen.hpp (renamed from contrib/restricted/boost/boost/multi_array/extent_gen.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/extent_range.hpp (renamed from contrib/restricted/boost/boost/multi_array/extent_range.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/index_gen.hpp (renamed from contrib/restricted/boost/boost/multi_array/index_gen.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/index_range.hpp (renamed from contrib/restricted/boost/boost/multi_array/index_range.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/iterator.hpp (renamed from contrib/restricted/boost/boost/multi_array/iterator.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/multi_array_ref.hpp (renamed from contrib/restricted/boost/boost/multi_array/multi_array_ref.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/range_list.hpp (renamed from contrib/restricted/boost/boost/multi_array/range_list.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/storage_order.hpp (renamed from contrib/restricted/boost/boost/multi_array/storage_order.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/subarray.hpp (renamed from contrib/restricted/boost/boost/multi_array/subarray.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/types.hpp (renamed from contrib/restricted/boost/boost/multi_array/types.hpp)0
-rw-r--r--contrib/restricted/boost/multi_array/include/boost/multi_array/view.hpp (renamed from contrib/restricted/boost/boost/multi_array/view.hpp)0
21 files changed, 30 insertions, 0 deletions
diff --git a/CMakeLists.darwin.txt b/CMakeLists.darwin.txt
index b765a8a93c..49ed346e46 100644
--- a/CMakeLists.darwin.txt
+++ b/CMakeLists.darwin.txt
@@ -313,6 +313,7 @@ add_subdirectory(contrib/restricted/boost/logic)
add_subdirectory(contrib/restricted/boost/io)
add_subdirectory(contrib/restricted/boost/lambda)
add_subdirectory(contrib/restricted/boost/mp11)
+add_subdirectory(contrib/restricted/boost/multi_array)
add_subdirectory(contrib/restricted/boost/numeric_conversion)
add_subdirectory(contrib/restricted/boost/polygon)
add_subdirectory(contrib/restricted/boost/qvm)
diff --git a/CMakeLists.linux.txt b/CMakeLists.linux.txt
index fa57e7f28e..cd15eb1c81 100644
--- a/CMakeLists.linux.txt
+++ b/CMakeLists.linux.txt
@@ -316,6 +316,7 @@ add_subdirectory(contrib/restricted/boost/logic)
add_subdirectory(contrib/restricted/boost/io)
add_subdirectory(contrib/restricted/boost/lambda)
add_subdirectory(contrib/restricted/boost/mp11)
+add_subdirectory(contrib/restricted/boost/multi_array)
add_subdirectory(contrib/restricted/boost/numeric_conversion)
add_subdirectory(contrib/restricted/boost/polygon)
add_subdirectory(contrib/restricted/boost/qvm)
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt
index f6ac4d4f18..570d833e19 100644
--- a/contrib/restricted/boost/CMakeLists.txt
+++ b/contrib/restricted/boost/CMakeLists.txt
@@ -41,6 +41,7 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-move
restricted-boost-mp11
restricted-boost-mpl
+ restricted-boost-multi_array
restricted-boost-numeric_conversion
restricted-boost-optional
restricted-boost-polygon
diff --git a/contrib/restricted/boost/multi_array/CMakeLists.txt b/contrib/restricted/boost/multi_array/CMakeLists.txt
new file mode 100644
index 0000000000..02c3ec895d
--- /dev/null
+++ b/contrib/restricted/boost/multi_array/CMakeLists.txt
@@ -0,0 +1,27 @@
+
+# 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-multi_array INTERFACE)
+target_include_directories(restricted-boost-multi_array INTERFACE
+ ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/multi_array/include
+)
+target_link_libraries(restricted-boost-multi_array INTERFACE
+ contrib-libs-cxxsupp
+ yutil
+ restricted-boost-array
+ restricted-boost-assert
+ restricted-boost-concept_check
+ restricted-boost-config
+ restricted-boost-core
+ restricted-boost-functional
+ restricted-boost-iterator
+ restricted-boost-mpl
+ restricted-boost-static_assert
+ restricted-boost-type_traits
+)
diff --git a/contrib/restricted/boost/boost/multi_array.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array.hpp
index 44dfab3928..44dfab3928 100644
--- a/contrib/restricted/boost/boost/multi_array.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/algorithm.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/algorithm.hpp
index c749c3f974..c749c3f974 100644
--- a/contrib/restricted/boost/boost/multi_array/algorithm.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/algorithm.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/base.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/base.hpp
index 62e5397284..62e5397284 100644
--- a/contrib/restricted/boost/boost/multi_array/base.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/base.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/collection_concept.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/collection_concept.hpp
index c2cd403c4d..c2cd403c4d 100644
--- a/contrib/restricted/boost/boost/multi_array/collection_concept.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/collection_concept.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/concept_checks.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/concept_checks.hpp
index 9f70ae1ce7..9f70ae1ce7 100644
--- a/contrib/restricted/boost/boost/multi_array/concept_checks.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/concept_checks.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/copy_array.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/copy_array.hpp
index f358b2be31..f358b2be31 100644
--- a/contrib/restricted/boost/boost/multi_array/copy_array.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/copy_array.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/extent_gen.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/extent_gen.hpp
index b009f66fd0..b009f66fd0 100644
--- a/contrib/restricted/boost/boost/multi_array/extent_gen.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/extent_gen.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/extent_range.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/extent_range.hpp
index d7a2eafd0d..d7a2eafd0d 100644
--- a/contrib/restricted/boost/boost/multi_array/extent_range.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/extent_range.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/index_gen.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/index_gen.hpp
index da8e1fdda7..da8e1fdda7 100644
--- a/contrib/restricted/boost/boost/multi_array/index_gen.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/index_gen.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/index_range.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/index_range.hpp
index 3d6035e744..3d6035e744 100644
--- a/contrib/restricted/boost/boost/multi_array/index_range.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/index_range.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/iterator.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/iterator.hpp
index 5cde330544..5cde330544 100644
--- a/contrib/restricted/boost/boost/multi_array/iterator.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/iterator.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/multi_array_ref.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/multi_array_ref.hpp
index 7c0fb038a6..7c0fb038a6 100644
--- a/contrib/restricted/boost/boost/multi_array/multi_array_ref.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/multi_array_ref.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/range_list.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/range_list.hpp
index 406571c5b0..406571c5b0 100644
--- a/contrib/restricted/boost/boost/multi_array/range_list.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/range_list.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/storage_order.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/storage_order.hpp
index 3eb71360c1..3eb71360c1 100644
--- a/contrib/restricted/boost/boost/multi_array/storage_order.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/storage_order.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/subarray.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/subarray.hpp
index 5c36599c8d..5c36599c8d 100644
--- a/contrib/restricted/boost/boost/multi_array/subarray.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/subarray.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/types.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/types.hpp
index 5ef173b623..5ef173b623 100644
--- a/contrib/restricted/boost/boost/multi_array/types.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/types.hpp
diff --git a/contrib/restricted/boost/boost/multi_array/view.hpp b/contrib/restricted/boost/multi_array/include/boost/multi_array/view.hpp
index 59ac089ddd..59ac089ddd 100644
--- a/contrib/restricted/boost/boost/multi_array/view.hpp
+++ b/contrib/restricted/boost/multi_array/include/boost/multi_array/view.hpp