mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:29:08 +08:00
[boost] Update to 1.86.0 (#40465)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
1020f61b2f
commit
054637a2ae
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/accumulators
|
||||
REF boost-${VERSION}
|
||||
SHA512 7eb409a8e62de8d525c56ef247542fe9bbb61738cc463fcf0023cbb56ab153253898b3decd109f132851facd35f5b76f0ad4a2f4441fd4fd9ba840ff4c805ffd
|
||||
SHA512 72cb1c2bf3d58b8a97ca70765e73b98151b6767c80cc309f8117b4624909d45359cfbae7f4aab8e1f9a854bf9313be06cabd4d0d0d008ec3b5b755bbae11c0ed
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,99 +1,98 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-accumulators",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost accumulators module",
|
||||
"homepage": "https://www.boost.org/libs/accumulators",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-circular-buffer",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-fusion",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-numeric-conversion",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-parameter",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-serialization",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-ublas",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/algorithm
|
||||
REF boost-${VERSION}
|
||||
SHA512 6cf6b95e688a7841b699a7f0fbfa1ff10025298e05b3333c5bc2a412a176545955d3089bb90eb66b313241bcd56e941b27e858045633bcb10705d9068486bed8
|
||||
SHA512 2ce673ab8693cca338a4499d0dbe0c63b8b4967f017463fefd59a2892a636bf1197b49bf625cef797c93efd0685a5c399daa1d55456c35bcbcd013d47476c72b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,87 +1,86 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-algorithm",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost algorithm module",
|
||||
"homepage": "https://www.boost.org/libs/algorithm",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-bind",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-regex",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-unordered",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/align
|
||||
REF boost-${VERSION}
|
||||
SHA512 8c284d39a5565c73bd866974d5b7392e1a4a59380b8ba3e5693b29cf8de34db67fcfc644dc0d204dc0ba0b3c43022b0607c84f03f413ce34f6a73cef5d8fc021
|
||||
SHA512 bffa9c6accb4e52fea876aca2fae3ed969f65deff578344c3cce48890650e30981f2010d64f19c642791f1a5d3798198502ebf56582096f0f734d5c2a665bb21
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,35 +1,34 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-align",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost align module",
|
||||
"homepage": "https://www.boost.org/libs/align",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/any
|
||||
REF boost-${VERSION}
|
||||
SHA512 d4a5e2bc40b3997eccd070827b3bfdf96221667aa95ff62e702235d7301d7712d6a13a2b368eb877a2aa4f3882a638a81736040998d23d34424849e61b961947
|
||||
SHA512 721d3f1cd479994f8a6562333e76409c53c1baf2f7c77a074c9f1d07e896a88e3302eb570c3476d2fb7af5811fe7692a9e9c1b0b171deb00e8649cc588544f27
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,35 +1,34 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-any",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost any module",
|
||||
"homepage": "https://www.boost.org/libs/any",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-index",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/array
|
||||
REF boost-${VERSION}
|
||||
SHA512 12c173e26e124d910da5905551855a3d4096bfb005b36cca799de5f7fc8cc0151b05a6e275fcfc7e3d4e80f77e55e1b1712081752e1eb4efdf55af5bd095253f
|
||||
SHA512 a3fe3e7230bd5d82874b4a7c73311f6656c37820eeec5f6186547dde77a43ce5c6264aa0aed87f41399ab50e14988d816d6dd5e66f7ee0fe307c1d15e14d4355
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,39 +1,38 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-array",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost array module",
|
||||
"homepage": "https://www.boost.org/libs/array",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,10 +4,9 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/asio
|
||||
REF boost-${VERSION}
|
||||
SHA512 bbde7c60f208733d48713d2dcfe5be0e18b8372ecaae51055225e5da6bf3e4671e53da8917d27c17f84e34be858d3002c3ac62cdecfd8e3e3861edf365256bee
|
||||
SHA512 379905acf0cc0352c8df32f4106c3e17ad0f02fd0367288c2dca319a7573bd34ebf435a0e9d876ee0d44a24189d896167c49c7727e1dc77c0fca887e9f7a6eca
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
windows_alloca_header.patch
|
||||
opt-dep.diff
|
||||
)
|
||||
|
||||
|
@ -1,53 +1,52 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-asio",
|
||||
"version": "1.85.0",
|
||||
"port-version": 2,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost asio module",
|
||||
"homepage": "https://www.boost.org/libs/asio",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-align",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-coroutine",
|
||||
"platform": "!(arm & windows) & !uwp & !emscripten",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-date-time",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
|
@ -1,15 +0,0 @@
|
||||
diff --git a/include/boost/asio/detail/impl/socket_ops.ipp b/include/boost/asio/detail/impl/socket_ops.ipp
|
||||
index 7d7c31f..d2cd468 100644
|
||||
--- a/include/boost/asio/detail/impl/socket_ops.ipp
|
||||
+++ b/include/boost/asio/detail/impl/socket_ops.ipp
|
||||
@@ -27,6 +27,10 @@
|
||||
#include <boost/asio/detail/socket_ops.hpp>
|
||||
#include <boost/asio/error.hpp>
|
||||
|
||||
+#if defined(BOOST_ASIO_WINDOWS)
|
||||
+#include <malloc.h>
|
||||
+#endif
|
||||
+
|
||||
#if defined(BOOST_ASIO_WINDOWS_RUNTIME)
|
||||
# include <codecvt>
|
||||
# include <locale>
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/assert
|
||||
REF boost-${VERSION}
|
||||
SHA512 ef6f7f8d4f7826df15134f4ffbd117f534b5d4ebf278de9f2ea3a5f81fe64727f98892bc4d6094700cca694970093f8f1c7991da0c47d1a415bbc0294d56b847
|
||||
SHA512 5774b88d43233d53a3449962c0768ff1362bde7a116130f0d433ae6e9937925f98a7575f6dc11743230940da5d1972664dabdae035722fa2881bcdef5e4bbbfc
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,23 +1,22 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-assert",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost assert module",
|
||||
"homepage": "https://www.boost.org/libs/assert",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/assign
|
||||
REF boost-${VERSION}
|
||||
SHA512 9e98dbac7921a25634d1cd1448a71e95c11d12f374f0a3cda301bc11aeef2407ca915e7772ee05d43dfa5dc2f00777e04eaadb63c7146e44234550cf7359e984
|
||||
SHA512 c86e613bdd0cade0f2be229ea12fea2e869cbc220c8f95a743a0599d2c0e74a41e6feff71c40fb6197cc4f53a632c42ff8f7f2ec4e6ac8c769c6fea1820fa3cc
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,63 +1,62 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-assign",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost assign module",
|
||||
"homepage": "https://www.boost.org/libs/assign",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-ptr-container",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/atomic
|
||||
REF boost-${VERSION}
|
||||
SHA512 5a9045093fa51a22edcd61bb96ed2c1e62a5a397f8bfeff1b831a3f5ba19fe4b691ee738d43b2258b4c2d15b997ad9ea23cfb2248aa3e8e4d7189f9be86edc1a
|
||||
SHA512 9296704de816cfa3a262d7d49b39431565ca24e65c9503fcef068c65f1bdd08f4c451a1355cb107ffd1c3d6dbf54a5a09c0e2b7b3658e78eeada1f4517494536
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-include.patch
|
||||
|
@ -1,47 +1,46 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-atomic",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost atomic module",
|
||||
"homepage": "https://www.boost.org/libs/atomic",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-align",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/beast
|
||||
REF boost-${VERSION}
|
||||
SHA512 c7d168338a175035e1aca95ea282f6a8b08b0c4444f7736f9b8777ea30ad242f08f600761f4b8f22413b1f17a4c20a237dfefefba3854cde990a9440614f68b5
|
||||
SHA512 342e78855354a8c35c0ca2297ce7abdb28fec2ef119bee419931994bbd1bb0251b7ac46061709b9373f3dd263a7a6a660063b6837d3419daea9327bbcb217130
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-beast",
|
||||
"version": "1.85.0",
|
||||
"port-version": 2,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost beast module",
|
||||
"homepage": "https://www.boost.org/libs/beast",
|
||||
"license": "BSL-1.0",
|
||||
@ -10,95 +9,95 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-asio",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-bind",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-endian",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-intrusive",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-logic",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-string",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-index",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/bimap
|
||||
REF boost-${VERSION}
|
||||
SHA512 7165c94e2e4f7c12220fd71d877eb981f56b9218d1bbe34f09634faec1f4df604fcfe031dbd4bfb808181dba522b57b2d76850f29d5e1cf044bbb4b372129470
|
||||
SHA512 1bd2a7d5d07c1a96ece6dd3683374212b89343aa7096d2631f6fd8e4650f34e5cdca5cd920ad5a4d8d06adc190b890041343c89827a98cb2eac2de66da463979
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,71 +1,70 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-bimap",
|
||||
"version": "1.85.0",
|
||||
"port-version": 2,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost bimap module",
|
||||
"homepage": "https://www.boost.org/libs/bimap",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-lambda",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-multi-index",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/bind
|
||||
REF boost-${VERSION}
|
||||
SHA512 c02facb201f11b770e4160220fc272660c89ae0f3b10550dd1056678984f09b0d40f7b8023b32c8960ce930947f2175ff7a4a5986c56db6481762c89be799078
|
||||
SHA512 178fa4b8396b6a76c20cff40e029ae1b36d6f0b199636bda1b34ea7c2cb827d6f09e45e364547e30120e63e5e17c8280df62ecdda6e163f83919cc21bfaeb01a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,27 +1,26 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-bind",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost bind module",
|
||||
"homepage": "https://www.boost.org/libs/bind",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,15 +1,14 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-build",
|
||||
"version": "1.85.0",
|
||||
"port-version": 2,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost.Build",
|
||||
"homepage": "https://github.com/boostorg/build",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-uninstall",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/callable_traits
|
||||
REF boost-${VERSION}
|
||||
SHA512 f7badabb3fcce39662d2e362082e3d06873ac41f20cb65934fba4c09bb982f4f5130e091f8d93e08b9eaeb334a7a33f2b1452060dedfb19431c5230b747ef04f
|
||||
SHA512 625682baee6df7bea8eeb55dbc941cdd40546f90de271c3c4ff872cc9d51d68eba4991fc3fc2c8073f59182b4739934e6d940239e2a11d69a0b3a8438d95ba78
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,23 +1,22 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-callable-traits",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost callable_traits module",
|
||||
"homepage": "https://www.boost.org/libs/callable_traits",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/charconv
|
||||
REF boost-${VERSION}
|
||||
SHA512 9cfe701bf0b24d5c11e3eaeb6de3693cc69ad2d3c59365e2ac7b5546ead726c476478e05b419d15091d5ae132b280e2a323241d9a9cd74967a23b810d7bfe71d
|
||||
SHA512 9b4668cb9d5e1e4a8f7d57c117998b8d5a6dbf3718c684670b13c3c55eda59257fb8a76e8ab6c34d96a807018d36dd6379890f03b18eba1135ed99dae202c2df
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,31 +1,30 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-charconv",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost charconv module",
|
||||
"homepage": "https://www.boost.org/libs/charconv",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/chrono
|
||||
REF boost-${VERSION}
|
||||
SHA512 fdd1874f560a91c05b69d3cf83206dce772236301bcf83e22e37a126a5e6cf62a4819b64457ec5164d53d3791eeb467224a11d16d74a7d1cf46567d76d170f9f
|
||||
SHA512 b10162a7e74fafd9f6841b20672adee3994937201d2928da6c17f47aa52c69819d76b33f85c727801dd02c4897b9e5e75b7975fd937665ae17b7b1fb5807a924
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,79 +1,78 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-chrono",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost chrono module",
|
||||
"homepage": "https://www.boost.org/libs/chrono",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-ratio",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/circular_buffer
|
||||
REF boost-${VERSION}
|
||||
SHA512 5fd655bdd3339ca4bbaf93d8516bcf13461421045ee5bf14597188c5071dd52662d76aba3757203f31e7771c0c24986fac25b4da59cacef6a1eb777049051231
|
||||
SHA512 475e9fbe37e87a4b09fefd12556b5c4efacb5a4af6a1204b40ded29856933d6140b9c5758f66e6dfb16d1f7e1d5d168fc218bf74f44de604a68aaa1a031e8d56
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,51 +1,50 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-circular-buffer",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost circular_buffer module",
|
||||
"homepage": "https://www.boost.org/libs/circular_buffer",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,20 +1,3 @@
|
||||
diff --git a/include/BoostInstall.cmake b/include/BoostInstall.cmake
|
||||
index f9342f1715..a6bd9c349a 100644
|
||||
--- a/include/BoostInstall.cmake
|
||||
+++ b/include/BoostInstall.cmake
|
||||
@@ -315,6 +315,12 @@ function(boost_install_target)
|
||||
string(APPEND CONFIG_FILE_CONTENTS " find_dependency(boost_${CMAKE_MATCH_1} ${__VERSION} EXACT)\n")
|
||||
string(APPEND CONFIG_FILE_CONTENTS "endif()\n")
|
||||
|
||||
+ elseif(dep MATCHES "^\\$<TARGET_NAME_IF_EXISTS:Boost::(.*)>$")
|
||||
+
|
||||
+ string(APPEND CONFIG_FILE_CONTENTS "if(NOT boost_${CMAKE_MATCH_1}_FOUND)\n")
|
||||
+ string(APPEND CONFIG_FILE_CONTENTS " find_package(boost_${CMAKE_MATCH_1} ${__VERSION} EXACT QUIET)\n")
|
||||
+ string(APPEND CONFIG_FILE_CONTENTS "endif()\n")
|
||||
+
|
||||
elseif(dep STREQUAL "Threads::Threads")
|
||||
|
||||
string(APPEND CONFIG_FILE_CONTENTS "set(THREADS_PREFER_PTHREAD_FLAG ON)\n")
|
||||
diff --git a/include/BoostRoot.cmake b/include/BoostRoot.cmake
|
||||
index f356666739..1843f528cd 100644
|
||||
--- a/include/BoostRoot.cmake
|
||||
@ -31,7 +14,7 @@ index f356666739..1843f528cd 100644
|
||||
string(REGEX REPLACE "^numeric_" "numeric/" dep ${CMAKE_MATCH_1})
|
||||
list(APPEND result ${dep})
|
||||
|
||||
+ elseif(line MATCHES "^[ ]*$<TARGET_NAME_IF_EXISTS:Boost::([A-Za-z0-9_]+)>[ ]*$")
|
||||
+ elseif(line MATCHES "^[ ]*\\$<TARGET_NAME_IF_EXISTS:Boost::([A-Za-z0-9_]+)>[ ]*$")
|
||||
+
|
||||
+ list(APPEND optional_components ${CMAKE_MATCH_1})
|
||||
+ string(REGEX REPLACE "^numeric_" "numeric/" dep ${CMAKE_MATCH_1})
|
||||
|
@ -1,38 +0,0 @@
|
||||
diff --git a/include/BoostInstall.cmake b/include/BoostInstall.cmake
|
||||
index 3a00c16..069dde0 100644
|
||||
--- a/include/BoostInstall.cmake
|
||||
+++ b/include/BoostInstall.cmake
|
||||
@@ -152,7 +152,31 @@ function(__boost_install_set_output_name LIB TYPE VERSION)
|
||||
# Arch and model
|
||||
math(EXPR bits ${CMAKE_SIZEOF_VOID_P}*8)
|
||||
|
||||
- string(APPEND name_debug "-x${bits}") # x86 only for now
|
||||
- string(APPEND name_release "-x${bits}")
|
||||
+ set(arch "x")
|
||||
+
|
||||
+ if(MSVC)
|
||||
+
|
||||
+ if(CMAKE_CXX_COMPILER_ARCHITECTURE_ID MATCHES "^ARM")
|
||||
+ set(arch "a")
|
||||
+ endif()
|
||||
+
|
||||
+ else()
|
||||
+
|
||||
+ if(CMAKE_SYSTEM_PROCESSOR MATCHES "^[Aa][Rr][Mm]"
|
||||
+ OR CMAKE_SYSTEM_PROCESSOR MATCHES "aarch")
|
||||
+ set(arch "a")
|
||||
+ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^mips")
|
||||
+ set(arch "m")
|
||||
+ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "i(3|6)86")
|
||||
+ set(arch "x")
|
||||
+ else()
|
||||
+ string(SUBSTRING "${CMAKE_SYSTEM_PROCESSOR}" 0 1 arch)
|
||||
+ string(TOLOWER "${arch}" arch)
|
||||
+ endif()
|
||||
+
|
||||
+ endif()
|
||||
+
|
||||
+ string(APPEND name_debug "-${arch}${bits}")
|
||||
+ string(APPEND name_release "-${arch}${bits}")
|
||||
|
||||
endif()
|
@ -4,7 +4,7 @@ index 47f3eb756e..49c0086fea 100644
|
||||
+++ b/include/BoostInstall.cmake
|
||||
@@ -336,6 +336,13 @@ function(boost_install_target)
|
||||
|
||||
string(APPEND CONFIG_FILE_CONTENTS "find_dependency(zstd)\n")
|
||||
string(APPEND CONFIG_FILE_CONTENTS "find_dependency(zstd CONFIG)\n")
|
||||
|
||||
+ elseif(dep STREQUAL "MPI::MPI_C")
|
||||
+
|
||||
|
21
ports/boost-cmake/no-config-suffix.diff
Normal file
21
ports/boost-cmake/no-config-suffix.diff
Normal file
@ -0,0 +1,21 @@
|
||||
diff --git a/include/BoostInstall.cmake b/include/BoostInstall.cmake
|
||||
index 49c0086fea..ad16dc5e0a 100644
|
||||
--- a/include/BoostInstall.cmake
|
||||
+++ b/include/BoostInstall.cmake
|
||||
@@ -284,14 +284,16 @@ function(__boost_install_set_output_name LIB TYPE VERSION)
|
||||
|
||||
set(CONFIG_INSTALL_DIR "${BOOST_INSTALL_CMAKEDIR}/${LIB}-${__VERSION}")
|
||||
|
||||
+ if(0)
|
||||
if(TYPE STREQUAL "SHARED_LIBRARY")
|
||||
string(APPEND CONFIG_INSTALL_DIR "-shared")
|
||||
endif()
|
||||
|
||||
if(TYPE STREQUAL "STATIC_LIBRARY")
|
||||
string(APPEND CONFIG_INSTALL_DIR "-static")
|
||||
endif()
|
||||
+ endif()
|
||||
|
||||
install(TARGETS ${LIB} EXPORT ${LIB}-targets
|
||||
# explicit destination specification required for 3.13, 3.14 no longer needs it
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
12
ports/boost-cmake/no-honor-static.diff
Normal file
12
ports/boost-cmake/no-honor-static.diff
Normal file
@ -0,0 +1,12 @@
|
||||
--- a/include/BoostInstall.cmake
|
||||
+++ b/include/BoostInstall.cmake
|
||||
@@ -458,7 +458,7 @@
|
||||
|
||||
endif()
|
||||
|
||||
- if("${LIB}" STREQUAL "boost_exception" OR "${LIB}" STREQUAL "boost_test_exec_monitor")
|
||||
+ if(1)
|
||||
|
||||
# These two libraries are hardcoded to STATIC
|
||||
|
||||
else()
|
@ -10,12 +10,6 @@ vcpkg_from_github(
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_download_distfile(PATCH_MSVC_1940_STILL_VC143
|
||||
URLS https://github.com/boostorg/cmake/commit/ae2e6a647187246d6009f80b56ba4c2c8f3a008c.patch?full_index=1
|
||||
SHA512 bf36fc86981a2e0ed2a26aa56e88841b7600e39fbf32c76ef9abfc0f19edc67f23518ad84259f62f28d03b10819dd390806bd4866a38cb4a2d9e9eb7dd9f6cb4
|
||||
FILENAME boostorg-cmake-boost-1.85.0-0009-msvc-1940-still-vc143.patch
|
||||
)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH_CMAKE
|
||||
REPO boostorg/cmake
|
||||
@ -26,10 +20,9 @@ vcpkg_from_github(
|
||||
"vcpkg-build.diff"
|
||||
"fix-mpi.diff"
|
||||
"no-prefix.diff"
|
||||
"zstd.diff"
|
||||
"no-config-suffix.diff"
|
||||
"no-honor-static.diff"
|
||||
"add-optional-deps.diff"
|
||||
"fix-missing-archs.diff"
|
||||
"${PATCH_MSVC_1940_STILL_VC143}"
|
||||
)
|
||||
|
||||
configure_file("${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt.in" "${SOURCE_PATH_CMAKE}/CMakeLists.txt" @ONLY)
|
||||
|
@ -1,4 +1,4 @@
|
||||
set(boost_boost_ref boost-${VERSION})
|
||||
set(boost_boost_sha512 457cafe4b0452f6dedf39ae166c98af69bf5db1ec3ef690c11e139dc0af8703ce0160c24dd749fa4d52bdcd61291b942e9945d2d4ce85e8c1f62e7d42915ba7c)
|
||||
set(boost_boost_sha512 b30b52c81fa3bfaeb5d67ac766ca47c16da829900c3dcf1f7a1ee2913b88de6d8a72287838adb5a63d59a1b72aea6164a693f921a29fefae8e990aa85c413e0d)
|
||||
set(boost_cmake_ref boost-${VERSION})
|
||||
set(boost_cmake_sha512 8eacc5046fa6efdca8f9e42b1656c647115456c897384d4ff68aec70aea0c04c28acf4564e19c5dde6475c3f92a7a2d7fc5a8418b8d0e8d4e7c76f008fdc0628)
|
||||
set(boost_cmake_sha512 3b0650baa5384df71f4a9be4f54d1b9b34c2ab4f828dbcdf1cc2f5623b5ca2cde6762c72c6f708ef728c9cbbeded12ba632a2b953bf178a3a6b44b4b677cb621)
|
||||
|
@ -11,7 +11,7 @@ index e93f90712..063032e8a 100644
|
||||
|
||||
# --with-<library>
|
||||
set(BOOST_INCLUDE_LIBRARIES "" CACHE STRING
|
||||
@@ -188,6 +188,7 @@ endfunction()
|
||||
@@ -200,6 +200,7 @@ endfunction()
|
||||
function(__boost_scan_dependencies lib var)
|
||||
|
||||
set(result "")
|
||||
@ -19,7 +19,7 @@ index e93f90712..063032e8a 100644
|
||||
|
||||
if(EXISTS "${BOOST_SUPERPROJECT_SOURCE_DIR}/libs/${lib}/CMakeLists.txt")
|
||||
|
||||
@@ -196,7 +197,8 @@ function(__boost_scan_dependencies lib var)
|
||||
@@ -209,7 +209,8 @@ function(__boost_scan_dependencies lib var)
|
||||
foreach(line IN LISTS data)
|
||||
|
||||
if(line MATCHES "^[ ]*Boost::([A-Za-z0-9_]+)[ ]*$")
|
||||
@ -28,7 +28,7 @@ index e93f90712..063032e8a 100644
|
||||
string(REGEX REPLACE "^numeric_" "numeric/" dep ${CMAKE_MATCH_1})
|
||||
list(APPEND result ${dep})
|
||||
|
||||
@@ -206,13 +207,18 @@ function(__boost_scan_dependencies lib var)
|
||||
@@ -218,13 +218,18 @@ function(__boost_scan_dependencies lib var)
|
||||
|
||||
endif()
|
||||
|
||||
@ -41,11 +41,11 @@ index e93f90712..063032e8a 100644
|
||||
|
||||
endfunction()
|
||||
|
||||
#
|
||||
macro(__boost_add_header_only lib)
|
||||
|
||||
file(GLOB __boost_libraries RELATIVE "${BOOST_SUPERPROJECT_SOURCE_DIR}/libs" "${BOOST_SUPERPROJECT_SOURCE_DIR}/libs/*/CMakeLists.txt" "${BOOST_SUPERPROJECT_SOURCE_DIR}/libs/numeric/*/CMakeLists.txt")
|
||||
if(TARGET "boost_${lib}" AND TARGET "Boost::${lib}")
|
||||
|
||||
# Check for mistakes in BOOST_INCLUDE_LIBRARIES
|
||||
get_target_property(__boost_lib_type "boost_${lib}" TYPE)
|
||||
|
||||
@@ -251,13 +256,13 @@ while(__boost_libs_to_scan)
|
||||
|
||||
|
@ -1,15 +1,14 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-cmake",
|
||||
"version": "1.85.0",
|
||||
"port-version": 2,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost CMake support infrastructure",
|
||||
"homepage": "https://github.com/boostorg/cmake",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-uninstall",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-boost",
|
||||
|
@ -1,16 +0,0 @@
|
||||
diff --git a/include/BoostInstall.cmake b/include/BoostInstall.cmake
|
||||
index 49c0086fea..d5403a19e7 100644
|
||||
--- a/include/BoostInstall.cmake
|
||||
+++ b/include/BoostInstall.cmake
|
||||
@@ -332,9 +332,9 @@ function(boost_install_target)
|
||||
|
||||
string(APPEND CONFIG_FILE_CONTENTS "find_dependency(LibLZMA)\n")
|
||||
|
||||
- elseif(dep STREQUAL "zstd::libzstd_shared" OR dep STREQUAL "zstd::libzstd_static")
|
||||
+ elseif(dep MATCHES "zstd::libzstd_(shared|static)")
|
||||
|
||||
- string(APPEND CONFIG_FILE_CONTENTS "find_dependency(zstd)\n")
|
||||
+ string(APPEND CONFIG_FILE_CONTENTS "find_dependency(zstd CONFIG)\n")
|
||||
|
||||
elseif(dep STREQUAL "MPI::MPI_C")
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/cobalt
|
||||
REF boost-${VERSION}
|
||||
SHA512 805c9ddadf2f66adb2b594c234bfd1f69d398dacdbef3b0d3d03f7e4d4110d8bf8fc5fa3fb707eb9f2c41d039ffd77c27df17185ea94be4a172419c82f642b3a
|
||||
SHA512 a92ff4050772b61035121f944d81d4a9d6d2da858dedc0956ad850132657c80c660a8839a99597443751744577dd5b0958239e99d948d3036c85b8361151aa27
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-cobalt",
|
||||
"version": "1.85.0",
|
||||
"port-version": 2,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost cobalt module",
|
||||
"homepage": "https://www.boost.org/libs/cobalt",
|
||||
"license": "BSL-1.0",
|
||||
@ -10,63 +9,72 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-asio",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-callable-traits",
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-circular-buffer",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-intrusive",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-leaf",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-variant2",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compat
|
||||
REF boost-${VERSION}
|
||||
SHA512 27190048f40f9ec57754e4781ca5e04034688d1a12c027e563d1170a565866c4f5f0ed0d1f62918238c8338c119112a81bb8d7090e0da364645e99123edbe704
|
||||
SHA512 581ab370fffec2e4d531abcec84f6a8fa9a71152375f44147ab0892e7b8549deec10c32056bcc97137ad2d1dee11c0aca416231620185dd904ddc6344ded3c5d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,31 +1,30 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-compat",
|
||||
"version": "1.85.0",
|
||||
"port-version": 2,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost compat module",
|
||||
"homepage": "https://www.boost.org/libs/compat",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compatibility
|
||||
REF boost-${VERSION}
|
||||
SHA512 bc6ada95ba8fd4066795727d82d608486d8e353d61a8528b86454d16283a31be1fe80114eea6ce228b124c56690eb8669aad91c4075306b967294acb531c5dda
|
||||
SHA512 bfc956d62e31929324820d97a17f597ad9397e4eadcfcfb669694fa09f0c743b622e2b8dd37a4eeb8a73e1ae142c9d28fa9c7f4b7e8b856704036609c961bdf0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,23 +1,22 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-compatibility",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost compatibility module",
|
||||
"homepage": "https://www.boost.org/libs/compatibility",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compute
|
||||
REF boost-${VERSION}
|
||||
SHA512 699bff354bf0a8367a9d76c1cb4177c30573a63a1148bee3e8f8e8f4bf549acee79c30c1b4c0d4a5d9c09c69f4e26a8b825a5115947a741f5040077c541a0435
|
||||
SHA512 2bbd253f0cf89d8cd34c4a3813b0b42dd8bd8e68c8e2a10b5637c247b3e532ff97ff2abb03be0f030f1710e655d89eab336e7a4b9fb92a3477f213daaf419f05
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
opt-filesystem.diff
|
||||
|
@ -1,128 +1,127 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-compute",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost compute module",
|
||||
"homepage": "https://www.boost.org/libs/compute",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-chrono",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-fusion",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-property-tree",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-proto",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-thread",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-uuid",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/concept_check
|
||||
REF boost-${VERSION}
|
||||
SHA512 dfd272ad3287a2848f0caaa37858fde10d075ccf264cc4585e1f3a1d5971d36e30df38ab24f5f24f98dd4d9f9991f13d5c1fe0d5c649f9c5e88fc4dc66594aed
|
||||
SHA512 5d959efc1dc930454552a7e6b896618c2e24242ff9c3d9e63cd30f1090fa84de0650fcd3226043fa3f6fc76d97fe31b9e19f807a553fb1209efda2fbc168cd10
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,35 +1,34 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-concept-check",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost concept_check module",
|
||||
"homepage": "https://www.boost.org/libs/concept_check",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/config
|
||||
REF boost-${VERSION}
|
||||
SHA512 a28258c11997503611dcc25a7f3dae5f707a7a63b3cc73017e5e4df0f8b38f2abad5e49507d724a30b87e31acc6751e742205b6895936b9ea28f94db1c1c78de
|
||||
SHA512 d2ca9b1619905c60d7e2d82afab9570e84834e6d8d742e0a10693fd71319c69d8ad3b5a4c4dad007d8df2840aa8a79786e5e9a53ed2c44395bc319995e86bb9e
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,19 +1,18 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-config",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost config module",
|
||||
"homepage": "https://www.boost.org/libs/config",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/container_hash
|
||||
REF boost-${VERSION}
|
||||
SHA512 47dc9e3960ceb861e132a5cccd11c8da47e054ae815c0d907838caa7d69b6f9a1e264542d8bba779c0c84e88b4b8cd53408fdab9662708e6ead49413e21a2b7b
|
||||
SHA512 3abb573c4dccb23d706abf57d21f3a837baf49d9e976d5b7ff31cd41e0b827528e8218f2e63368440e14d6aeaada23db5bbdc389ba70f1cecf94d899ce3fcf1b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,31 +1,30 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-container-hash",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost container_hash module",
|
||||
"homepage": "https://www.boost.org/libs/container_hash",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-describe",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 78acbe2..01e97c5 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -26,7 +26,6 @@ target_link_libraries(boost_container
|
||||
Boost::config
|
||||
Boost::intrusive
|
||||
Boost::move
|
||||
- Boost::static_assert
|
||||
)
|
||||
|
||||
target_compile_definitions(boost_container
|
@ -4,10 +4,9 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/container
|
||||
REF boost-${VERSION}
|
||||
SHA512 7b287d5739abdbe08a8a0cb150e513c4feff43731ad923b115aa50d07200586c9b526eb144e7e3f1f191e6ba290032512b216d01cba5178173a3501f6cb37c39
|
||||
SHA512 bac716c525f83337551a029497d923eaad3b6e02b14a227bc5bffae593637bae8aac7715a0ff5819857999e2b9b9e526806c7d460203556dbb9baa0d4a216e66
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
no-static-assert.diff
|
||||
posix-threads.diff
|
||||
)
|
||||
|
||||
|
@ -1,35 +1,34 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-container",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost container module",
|
||||
"homepage": "https://www.boost.org/libs/container",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-intrusive",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/context
|
||||
REF boost-${VERSION}
|
||||
SHA512 db4fc7ef2bfb6f1dae9018b39a8215a04a1df28d9af1b7a2a476f381e17e575458ae7f1a3dcdc35fe4cebb7a8baa3be49fa61d30f0af1cf31523d61e5906531f
|
||||
SHA512 cd21a4e834a09783c6c4c26fd9904df9a598ace34cd71f0963baf04801f9d78f62014a0aa48ff711b26e9ed0185fbda5d678e46a57eb7fcf058a5e7f3deecb56
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
marmasm.patch
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-context",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost context module",
|
||||
"homepage": "https://www.boost.org/libs/context",
|
||||
"license": "BSL-1.0",
|
||||
@ -10,39 +9,39 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-pool",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/contract
|
||||
REF boost-${VERSION}
|
||||
SHA512 ea9c6690540e920351aebcfe0ffa3f789fc20ea6c6c53c5cf3da506187d3ce2df0294abdc4f6d76f2ff699f365dba821ccc6d36409c151d4017c0c0ef90e29ab
|
||||
SHA512 4efee6cb0794408947c66f7731ac2745df910485ab58365adb059f4868737f45475eed835713bdcf50e05c74f3ece2911b70f22445607ee1bd3d98c908a15228
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,83 +1,82 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-contract",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost contract module",
|
||||
"homepage": "https://www.boost.org/libs/contract",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-any",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-thread",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/conversion
|
||||
REF boost-${VERSION}
|
||||
SHA512 d0a270436ae405e447da568d8eba60df55d5c0198108fa10274b13df3aaaa4fe5f123c0755a27607a18ab9a40c8ef23acec4b376f9b74033db907a8f9cdb5869
|
||||
SHA512 16e50594633b77d584c3cea6430cea8eb4797c7b840291a2724ace112cf2cdfc5caa6519c6671c813c53cc295bafbd4cb12940e98668f51da39f0125c57543c2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,35 +1,34 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-conversion",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost conversion module",
|
||||
"homepage": "https://www.boost.org/libs/conversion",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/convert
|
||||
REF boost-${VERSION}
|
||||
SHA512 9cba8e1a186f566458c33b1ccbd8aece3995c789fc8b39e4ecba042efd0dece1c92551bf72f53e1c76b20d95ff7f9ab0902d9a161a9c8e5d7e6292fee8fcf565
|
||||
SHA512 8b3cbc66378a739c040a7cfdce5d3be391629b34734fc52e8babfec793789368ae0eeff90b46af835967a412155364eaa9205d541e44af2ecb684e332230b7d6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,63 +1,62 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-convert",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost convert module",
|
||||
"homepage": "https://www.boost.org/libs/convert",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-math",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-parameter",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-spirit",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/core
|
||||
REF boost-${VERSION}
|
||||
SHA512 a1e774c98b537dd42018742af68f5889af1afd4e6c9809399987124e56a3b9ae2f20e8173170bc6fc0ad76fb95e2da7b9d385a4037e9ee12011fc02bf8f7e009
|
||||
SHA512 36e269dabb7c5c74416d2e55683a7354f47623c726fa95576c8a2c78745e65ce6e9ad5688cc96581f55ba939c00853da30e28d814aef71233080dfcfdb3428f0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,35 +1,34 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-core",
|
||||
"version": "1.85.0",
|
||||
"port-version": 2,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost core module",
|
||||
"homepage": "https://www.boost.org/libs/core",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/coroutine
|
||||
REF boost-${VERSION}
|
||||
SHA512 1adfd880c1f3dbf17d737aa65a5f995b7578fc513eef945b8b8ac0c2aa5139a9e11389e87b442f564506b3a49bab64b2737ab8335fd63fccfb94e015a3431635
|
||||
SHA512 e41b0c22bdbc621cc6d1081a1c5050541894648c5ab8de760fc35e203933e4c13eee57c16060b0b2f28f94bef966e6b71eb26206fe495180e1a9905de5abf7ef
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-coroutine",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost coroutine module",
|
||||
"homepage": "https://www.boost.org/libs/coroutine",
|
||||
"license": "BSL-1.0",
|
||||
@ -10,52 +9,52 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/coroutine2
|
||||
REF boost-${VERSION}
|
||||
SHA512 9d174e3cf7ff9fa839df60a1b0e3dfc1e0742b712bc8eb8d79ee79c13a9679a7df7f60a4a8e31f8482882a305bb4204b95348324603d0246bddddbcae31bedd0
|
||||
SHA512 11d84272ce98c6a251253f2bf766255115566d6e29fb2c8b67166666fb76dfda5ab6457368cdd8cf49999598ee03acb81b3abc05c12849681c6da3778a66b2be
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,31 +1,30 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-coroutine2",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost coroutine2 module",
|
||||
"homepage": "https://www.boost.org/libs/coroutine2",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/crc
|
||||
REF boost-${VERSION}
|
||||
SHA512 fc5a56d954b99eb153d5c8a205d1130569b3d4fb59fe9e8a8ecd2df5de7bc4a59681ffa8aca07939242ef3a89e0dd83095eb015cb95e05a0863a26cabd598ac8
|
||||
SHA512 86ade360a2c4cd4e6f7e59a474838952a89275917acca1a6fcbabbf408ea82f5fcfe74ed3ff82dc528cd0d631c62d0dc7ae74a6e76ed67d756c44a79c787e9c9
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,35 +1,22 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-crc",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost crc module",
|
||||
"homepage": "https://www.boost.org/libs/crc",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.85.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.85.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/date_time
|
||||
REF boost-${VERSION}
|
||||
SHA512 771a4d3cea4e92a57c5edffacc80c3eff370ee852fcf2e697beff210fcd02a8cd37744ef696b947cd0b6fb2505a57bcbceaad3670ffb8d53370a1eb95881bbf1
|
||||
SHA512 b5befffc1bc958b7167fd8b7154ded3a07ac47882007577a8aebbe26de0baebe99fdc71867f51e4446ad7e6f454ebe75fc02e1327089b22a4edd60c887a75c32
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,79 +1,78 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-date-time",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost date_time module",
|
||||
"homepage": "https://www.boost.org/libs/date_time",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-io",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-numeric-conversion",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tokenizer",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/describe
|
||||
REF boost-${VERSION}
|
||||
SHA512 b1f39b2c5481a6de75bc5a77c03227fef3a889cc04b9512fadc3e689259fe4c367dec665b1f132267cf0cbe1b1d1908f521a7e9c4c622e22701b015be44f89ca
|
||||
SHA512 6dae1a712b2d3270163f37d7d1761e48c860f9339f1acb64e481056f1e9018222d44a176848a7a704e97a94d1c5b514fec7d5fb532ec179deca1d51984f11326
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,27 +1,26 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-describe",
|
||||
"version": "1.85.0",
|
||||
"port-version": 2,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost describe module",
|
||||
"homepage": "https://www.boost.org/libs/describe",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/detail
|
||||
REF boost-${VERSION}
|
||||
SHA512 2ef7ea097d090526e008391a486cdd8e1846ad072e1496b58dd00cc3d8d5df333092a7f08734ed7dfa84f2b76f1bc83543c19910226e9131bc8c79ac2265b8e1
|
||||
SHA512 1235a8297c101a3f35cba4b74aca7bd9d8ded89fe60cf8d4868ea8a1eebe40ffdb50c385a16c11e3fce6dead37aa979c6bc55aa4bd067dc77fb7d1429daf3860
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,39 +1,38 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-detail",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost detail module",
|
||||
"homepage": "https://www.boost.org/libs/detail",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/dll
|
||||
REF boost-${VERSION}
|
||||
SHA512 987e6150f06b8b40d00338f72beb34df9356f2b8160a9f383c660434cd7caee28c888d5b9e2081851f30e5f75fbc6c7706db51cadcd734f6d91baf279290bf0d
|
||||
SHA512 da9a2c341a23930e50747d978dc23dc41e2cdbb41cf50f561f309a942adecd855284fc4ca6e6c6f751d721b0a02bf476266ea4a66fb3e67abfafc17d93c87dce
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,75 +1,74 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-dll",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost dll module",
|
||||
"homepage": "https://www.boost.org/libs/dll",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-spirit",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-index",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/dynamic_bitset
|
||||
REF boost-${VERSION}
|
||||
SHA512 384af394734b66be85f07f41f72550bbea0cdaa9a723b26ef9cd9b2fc310fc143072827f1c1719bea61aeea51d470b80db71bc0338215fdabcb8e86aa55c6667
|
||||
SHA512 e86fc2ef217bdead342aa50d7e2e629b07b58059aecd99ca9d34414cd83cf1cc0effb707a18c140d9403766266098af03d758b5aaf61933a893430104b5d3b3e
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,51 +1,50 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-dynamic-bitset",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost dynamic_bitset module",
|
||||
"homepage": "https://www.boost.org/libs/dynamic_bitset",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/endian
|
||||
REF boost-${VERSION}
|
||||
SHA512 660a44a73d551968620a39daad9b626827ab7dd3134bb1bcf6c2d24482f4db3b32f6b72159f4e98f9834ebc7c099454c6048082c7c05a4e3e0432c84928298db
|
||||
SHA512 022205042407ff55f28a24282b3de56a71bc94b7d55a8cfbb92b83d343d07456c3d77612aeda222327bde59fdc69942bd5dc06056bd4f61e146db180db3160a5
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,23 +1,22 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-endian",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost endian module",
|
||||
"homepage": "https://www.boost.org/libs/endian",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
1
ports/boost-exception/features.cmake
Normal file
1
ports/boost-exception/features.cmake
Normal file
@ -0,0 +1 @@
|
||||
set(Z_VCPKG_BOOST_FORCE_HEADER_ONLY ON)
|
@ -4,11 +4,12 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/exception
|
||||
REF boost-${VERSION}
|
||||
SHA512 7ba040497aa0e0384a7e37df918baf2886735312a0e0f1406cf31568aad4f3d6b99cf38faa907cf7132b3f50905a071df5325d23c0a609ab8856371ba146b8ee
|
||||
SHA512 1472e4e59d2397f30bbc32e0d9bc9965d36272fb290a9a923363b396ecd6a4f7d0a7e874eeb3f5d2b3ba5cada279eb10e948df5c96b45994439bbcda76b2105e
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
set(FEATURE_OPTIONS "")
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/features.cmake")
|
||||
boost_configure_and_install(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS ${FEATURE_OPTIONS}
|
||||
|
@ -1,47 +1,46 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-exception",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost exception module",
|
||||
"homepage": "https://www.boost.org/libs/exception",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/fiber
|
||||
REF boost-${VERSION}
|
||||
SHA512 57d580f142dfea6e2974870ae74e0d2617210081837316e8e5a21bb78fe7b6e08b75a89144c3ea48d2162b850e02eebb016b2ad23b151e25b2706812af32f573
|
||||
SHA512 9936195278181804a25b1b1b8a358c96cc3bc6e6d3952c0f01c29de349f1562503e063eb4f569deeca3589cb902ed1200e0db5289f9f7c0756934914e445caf5
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-fiber",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost fiber module",
|
||||
"homepage": "https://www.boost.org/libs/fiber",
|
||||
"license": "BSL-1.0",
|
||||
@ -10,53 +9,53 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-format",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-intrusive",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/filesystem
|
||||
REF boost-${VERSION}
|
||||
SHA512 629b6c0d2dd1aab590d3af3c64427b61c3a6dd09f53026439aa508c9c15a2390d6f24cf80a64d6598a7ae85b35cf1584985d3d380556fb854bd394bf600a67d6
|
||||
SHA512 cb036ab7a381ffd72c0a415d00b256c82445f4f777ce5b7b1490f9dcea53e28af8ccea67807a12195f44bfee6aa29e1bd7178cef2199f2cfd017c066c005d29c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-filesystem",
|
||||
"version": "1.85.0",
|
||||
"port-version": 2,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost filesystem module",
|
||||
"homepage": "https://www.boost.org/libs/filesystem",
|
||||
"license": "BSL-1.0",
|
||||
@ -10,67 +9,67 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-atomic",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-detail",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-io",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-scope",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/flyweight
|
||||
REF boost-${VERSION}
|
||||
SHA512 9db710342b45155f5301762925fc842bb69b706d6eb9e1e2a057b94413163efbb828a8055b47f4260c8ba0de9369e27fa916c0bf605ddffe214e42a5fb2ec288
|
||||
SHA512 dc5862df3f1f1b8d8704175952690011dd02e01cd396318b24da4d52e9b5c12da27903128a6003439b92934ce4fb3341b42972152793d17768a04acedcf0bde7
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,71 +1,70 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-flyweight",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost flyweight module",
|
||||
"homepage": "https://www.boost.org/libs/flyweight",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-detail",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-interprocess",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-multi-index",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-parameter",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/foreach
|
||||
REF boost-${VERSION}
|
||||
SHA512 af65753b4653f8f389aa305050b1aef102921985a138616b9ef90bb97b3bb6738ea5de9a70995b773b50dbca1f7299a377f6ac9fd2016b3542914d03b0d9ce57
|
||||
SHA512 9ec2431151570a7cc0efa8e9651a6ea5484e8e483a50067faa221e26c2bfbaf26e7ff97de7bb8fa82cbffaead5710f9df28ef1781aff83320e747110d678c531
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,43 +1,42 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-foreach",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"version": "1.86.0",
|
||||
"description": "Boost foreach module",
|
||||
"homepage": "https://www.boost.org/libs/foreach",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-headers",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.85.0"
|
||||
"version>=": "1.86.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user