Browse Source

Boost metaproject cleanup

bugaevskiy 2 years ago
parent
commit
5afed20ed6

+ 0 - 11
contrib/restricted/boost/CMakeLists.darwin.txt

@@ -41,7 +41,6 @@ add_subdirectory(graph)
 add_subdirectory(icl)
 add_subdirectory(integer)
 add_subdirectory(interprocess)
-add_subdirectory(interval)
 add_subdirectory(intrusive)
 add_subdirectory(io)
 add_subdirectory(iostreams)
@@ -49,7 +48,6 @@ add_subdirectory(iterator)
 add_subdirectory(lambda)
 add_subdirectory(lexical_cast)
 add_subdirectory(locale)
-add_subdirectory(logic)
 add_subdirectory(math)
 add_subdirectory(move)
 add_subdirectory(mp11)
@@ -85,11 +83,8 @@ add_subdirectory(tuple)
 add_subdirectory(type_index)
 add_subdirectory(type_traits)
 add_subdirectory(typeof)
-add_subdirectory(ublas)
-add_subdirectory(units)
 add_subdirectory(unordered)
 add_subdirectory(utility)
-add_subdirectory(uuid)
 add_subdirectory(variant)
 add_subdirectory(variant2)
 add_subdirectory(winapi)
@@ -109,7 +104,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE
   restricted-boost-conversion
   restricted-boost-core
   restricted-boost-detail
-  restricted-boost-dynamic_bitset
   restricted-boost-endian
   restricted-boost-exception
   restricted-boost-foreach
@@ -125,14 +119,12 @@ target_link_libraries(contrib-restricted-boost INTERFACE
   restricted-boost-move
   restricted-boost-mpl
   restricted-boost-multi_array
-  restricted-boost-multi_index
   restricted-boost-numeric_conversion
   restricted-boost-optional
   restricted-boost-parameter
   restricted-boost-phoenix
   restricted-boost-predef
   restricted-boost-preprocessor
-  restricted-boost-property_tree
   restricted-boost-proto
   restricted-boost-random
   restricted-boost-range
@@ -145,11 +137,8 @@ target_link_libraries(contrib-restricted-boost INTERFACE
   restricted-boost-type_index
   restricted-boost-type_traits
   restricted-boost-typeof
-  restricted-boost-ublas
-  restricted-boost-units
   restricted-boost-unordered
   restricted-boost-utility
-  restricted-boost-uuid
   restricted-boost-variant
   restricted-boost-winapi
   restricted-boost-xpressive

+ 0 - 13
contrib/restricted/boost/CMakeLists.linux-aarch64.txt

@@ -26,7 +26,6 @@ add_subdirectory(coroutine)
 add_subdirectory(crc)
 add_subdirectory(date_time)
 add_subdirectory(detail)
-add_subdirectory(dynamic_bitset)
 add_subdirectory(endian)
 add_subdirectory(exception)
 add_subdirectory(filesystem)
@@ -38,7 +37,6 @@ add_subdirectory(functional)
 add_subdirectory(fusion)
 add_subdirectory(integer)
 add_subdirectory(interprocess)
-add_subdirectory(interval)
 add_subdirectory(intrusive)
 add_subdirectory(io)
 add_subdirectory(iostreams)
@@ -46,7 +44,6 @@ add_subdirectory(iterator)
 add_subdirectory(lambda)
 add_subdirectory(lexical_cast)
 add_subdirectory(locale)
-add_subdirectory(logic)
 add_subdirectory(math)
 add_subdirectory(move)
 add_subdirectory(mp11)
@@ -61,7 +58,6 @@ add_subdirectory(pool)
 add_subdirectory(predef)
 add_subdirectory(preprocessor)
 add_subdirectory(program_options)
-add_subdirectory(property_tree)
 add_subdirectory(proto)
 add_subdirectory(random)
 add_subdirectory(range)
@@ -81,11 +77,8 @@ add_subdirectory(tuple)
 add_subdirectory(type_index)
 add_subdirectory(type_traits)
 add_subdirectory(typeof)
-add_subdirectory(ublas)
-add_subdirectory(units)
 add_subdirectory(unordered)
 add_subdirectory(utility)
-add_subdirectory(uuid)
 add_subdirectory(variant)
 add_subdirectory(variant2)
 add_subdirectory(winapi)
@@ -106,7 +99,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE
   restricted-boost-conversion
   restricted-boost-core
   restricted-boost-detail
-  restricted-boost-dynamic_bitset
   restricted-boost-endian
   restricted-boost-exception
   restricted-boost-foreach
@@ -122,14 +114,12 @@ target_link_libraries(contrib-restricted-boost INTERFACE
   restricted-boost-move
   restricted-boost-mpl
   restricted-boost-multi_array
-  restricted-boost-multi_index
   restricted-boost-numeric_conversion
   restricted-boost-optional
   restricted-boost-parameter
   restricted-boost-phoenix
   restricted-boost-predef
   restricted-boost-preprocessor
-  restricted-boost-property_tree
   restricted-boost-proto
   restricted-boost-random
   restricted-boost-range
@@ -142,11 +132,8 @@ target_link_libraries(contrib-restricted-boost INTERFACE
   restricted-boost-type_index
   restricted-boost-type_traits
   restricted-boost-typeof
-  restricted-boost-ublas
-  restricted-boost-units
   restricted-boost-unordered
   restricted-boost-utility
-  restricted-boost-uuid
   restricted-boost-variant
   restricted-boost-winapi
   restricted-boost-xpressive

+ 0 - 11
contrib/restricted/boost/CMakeLists.linux.txt

@@ -41,7 +41,6 @@ add_subdirectory(graph)
 add_subdirectory(icl)
 add_subdirectory(integer)
 add_subdirectory(interprocess)
-add_subdirectory(interval)
 add_subdirectory(intrusive)
 add_subdirectory(io)
 add_subdirectory(iostreams)
@@ -49,7 +48,6 @@ add_subdirectory(iterator)
 add_subdirectory(lambda)
 add_subdirectory(lexical_cast)
 add_subdirectory(locale)
-add_subdirectory(logic)
 add_subdirectory(math)
 add_subdirectory(move)
 add_subdirectory(mp11)
@@ -85,11 +83,8 @@ add_subdirectory(tuple)
 add_subdirectory(type_index)
 add_subdirectory(type_traits)
 add_subdirectory(typeof)
-add_subdirectory(ublas)
-add_subdirectory(units)
 add_subdirectory(unordered)
 add_subdirectory(utility)
-add_subdirectory(uuid)
 add_subdirectory(variant)
 add_subdirectory(variant2)
 add_subdirectory(winapi)
@@ -110,7 +105,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE
   restricted-boost-conversion
   restricted-boost-core
   restricted-boost-detail
-  restricted-boost-dynamic_bitset
   restricted-boost-endian
   restricted-boost-exception
   restricted-boost-foreach
@@ -126,14 +120,12 @@ target_link_libraries(contrib-restricted-boost INTERFACE
   restricted-boost-move
   restricted-boost-mpl
   restricted-boost-multi_array
-  restricted-boost-multi_index
   restricted-boost-numeric_conversion
   restricted-boost-optional
   restricted-boost-parameter
   restricted-boost-phoenix
   restricted-boost-predef
   restricted-boost-preprocessor
-  restricted-boost-property_tree
   restricted-boost-proto
   restricted-boost-random
   restricted-boost-range
@@ -146,11 +138,8 @@ target_link_libraries(contrib-restricted-boost INTERFACE
   restricted-boost-type_index
   restricted-boost-type_traits
   restricted-boost-typeof
-  restricted-boost-ublas
-  restricted-boost-units
   restricted-boost-unordered
   restricted-boost-utility
-  restricted-boost-uuid
   restricted-boost-variant
   restricted-boost-winapi
   restricted-boost-xpressive

+ 0 - 25
contrib/restricted/boost/dynamic_bitset/CMakeLists.linux-aarch64.txt

@@ -1,25 +0,0 @@
-
-# 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-dynamic_bitset INTERFACE)
-target_include_directories(restricted-boost-dynamic_bitset INTERFACE
-  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/dynamic_bitset/include
-)
-target_link_libraries(restricted-boost-dynamic_bitset INTERFACE
-  contrib-libs-linux-headers
-  contrib-libs-cxxsupp
-  restricted-boost-assert
-  restricted-boost-config
-  restricted-boost-container_hash
-  restricted-boost-core
-  restricted-boost-integer
-  restricted-boost-move
-  restricted-boost-static_assert
-  restricted-boost-throw_exception
-)

+ 1 - 3
contrib/restricted/boost/dynamic_bitset/CMakeLists.txt

@@ -6,9 +6,7 @@
 # original buildsystem will not be accepted.
 
 
-if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
-  include(CMakeLists.linux-aarch64.txt)
-elseif (APPLE)
+if (APPLE)
   include(CMakeLists.darwin.txt)
 elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID)
   include(CMakeLists.linux.txt)

+ 0 - 19
contrib/restricted/boost/interval/CMakeLists.darwin.txt

@@ -1,19 +0,0 @@
-
-# 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-interval INTERFACE)
-target_include_directories(restricted-boost-interval INTERFACE
-  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/interval/include
-)
-target_link_libraries(restricted-boost-interval INTERFACE
-  contrib-libs-cxxsupp
-  restricted-boost-config
-  restricted-boost-detail
-  restricted-boost-logic
-)

+ 0 - 20
contrib/restricted/boost/interval/CMakeLists.linux-aarch64.txt

@@ -1,20 +0,0 @@
-
-# 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-interval INTERFACE)
-target_include_directories(restricted-boost-interval INTERFACE
-  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/interval/include
-)
-target_link_libraries(restricted-boost-interval INTERFACE
-  contrib-libs-linux-headers
-  contrib-libs-cxxsupp
-  restricted-boost-config
-  restricted-boost-detail
-  restricted-boost-logic
-)

+ 0 - 20
contrib/restricted/boost/interval/CMakeLists.linux.txt

@@ -1,20 +0,0 @@
-
-# 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-interval INTERFACE)
-target_include_directories(restricted-boost-interval INTERFACE
-  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/interval/include
-)
-target_link_libraries(restricted-boost-interval INTERFACE
-  contrib-libs-linux-headers
-  contrib-libs-cxxsupp
-  restricted-boost-config
-  restricted-boost-detail
-  restricted-boost-logic
-)

+ 0 - 15
contrib/restricted/boost/interval/CMakeLists.txt

@@ -1,15 +0,0 @@
-
-# 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.
-
-
-if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
-  include(CMakeLists.linux-aarch64.txt)
-elseif (APPLE)
-  include(CMakeLists.darwin.txt)
-elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID)
-  include(CMakeLists.linux.txt)
-endif()

+ 0 - 18
contrib/restricted/boost/logic/CMakeLists.darwin.txt

@@ -1,18 +0,0 @@
-
-# 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-logic INTERFACE)
-target_include_directories(restricted-boost-logic INTERFACE
-  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/logic/include
-)
-target_link_libraries(restricted-boost-logic INTERFACE
-  contrib-libs-cxxsupp
-  restricted-boost-config
-  restricted-boost-core
-)

Some files were not shown because too many files changed in this diff