mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[boost] Update to v1.84.0 (#35693)
* [scripts] update Boost ports generation script, fixes #35187 * [boost] remove obsolete patches and re-generate ports * update versions * [boost] remove redundant vcpkg_minimum_required * update versions * [scripts/boost] update dependencies to config/checks, review b2-options.cmake files * [boost-*] regenerate ports * [boost-locale] fix patch * update versions * [boost-serialization] fix checks * update version * [boost-*] better fixes related to the config checks * update version * [boost-cobalt] fix build * update versions * [liblas] Boost v1.84.0 requires C++11 * [pcl] fix Unix build * add versions * [vcpkg-cmake-get-vars] add CMAKE_<LANG>_COMPILER_VERSION * [boost-cobalt] detect compiler * [coin] force C++11 * [json5-parser] force C++11 * add versions * [boost-cobalt] exclude iOS and Android platforms due to C++ Concepts library is not supported * [gtsam] force C++11 * [kenlm] force C++11 * [quickfast] force C++11 * [liblas] force C++11 * update versions * [boost] re-generate port * update version * [kenlm] revert changes * [boost-cobalt] exclude OSX * update versions * [plc] remove useless patch after merge * update versions after merge --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
a1a1cbc975
commit
8ccb84df72
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/accumulators
|
||||
REF boost-1.83.0
|
||||
SHA512 6c7b9b03235945e796eb629e632f074262c46c9201918cd636298b87d464f97923fdb6f9d64c8d3ff70a5e4d6afac4f7d95fb338cf67b9c3ee4c0a7812d62984
|
||||
REF boost-${VERSION}
|
||||
SHA512 169d7454bb961ac801db88e0437879ec5aabc8875d5526cb306e56cfb5f4b6dd2e95e5f8815b4c30aeb44ffd2db9c70e12e19b79ccad0f2379775220e941f5b7
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,94 +1,94 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-accumulators",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost accumulators module",
|
||||
"homepage": "https://github.com/boostorg/accumulators",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-circular-buffer",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-fusion",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-numeric-conversion",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-parameter",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-serialization",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-ublas",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/algorithm
|
||||
REF boost-1.83.0
|
||||
SHA512 88321824ce0ec8c804c6a8451d16fb45b611107aaf0fcc0ee9ca4efd6fb17e60638b55867c811b8c3e57a270c21573ccba4d7e49865ee7a8df2e87d7759f46e4
|
||||
REF boost-${VERSION}
|
||||
SHA512 d7614816293080982df97725e4994aadf62c0215336b74297d9143cae27d253e666256e0a0759bb2b563396d6cc205fbb6bcc54db383add612efdff2168b4b53
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,82 +1,82 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-algorithm",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost algorithm module",
|
||||
"homepage": "https://github.com/boostorg/algorithm",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-bind",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-regex",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-unordered",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/align
|
||||
REF boost-1.83.0
|
||||
SHA512 4a8a3b9686a29c2d52bb23f52a256aee8f246b72a832af63082b87a8435aeab076a67c0cd220b1bad9d6a9f0184c59a2495594c7a4eb86916495ee2c8d35e5dc
|
||||
REF boost-${VERSION}
|
||||
SHA512 53774a2411f856112845469ce89a4b34bee6e7d13796764d1e6d397526747e4a7c798abd755f2eed5a48fe3c792e7bc8e0cc2418e8c6ee7f992fa98d73fc86c6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,30 +1,30 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-align",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost align module",
|
||||
"homepage": "https://github.com/boostorg/align",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/any
|
||||
REF boost-1.83.0
|
||||
SHA512 5e0916fb16e14bc0d4702b3fa89a2ed1aadf0297abf627d2774604453d5049b799a9958e1bd525ef477e59fb28d65b3763d945603029200534d550e9137541c2
|
||||
REF boost-${VERSION}
|
||||
SHA512 0adfb10eeeffe9c479d2dfa2663828530b00191bec64c8b8d3adeff20220b0789078981bf4a3bf7e0808a44f61bafc9f3f1f488a316954008835a9205042f356
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,42 +1,30 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-any",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost any module",
|
||||
"homepage": "https://github.com/boostorg/any",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-index",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/array
|
||||
REF boost-1.83.0
|
||||
SHA512 3f1ec923d440139f57a5b7ec652501dad2cb0b6317cf7f064db2fddcc126fcad63e8b6c95b44b50b3e0c0b457245e386540e14d5e881cc611d6f2ce6fe395d00
|
||||
REF boost-${VERSION}
|
||||
SHA512 ddc4f259b1ce6e2b856978fc7474811cbf5c1b7a808ff16c411bb5f873dac80e27b67119e2e8f1cbe05da314a04f8a57d46113b6b86598a7ff378955feb7b79b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,34 +1,34 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-array",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost array module",
|
||||
"homepage": "https://github.com/boostorg/array",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/asio
|
||||
REF boost-1.83.0
|
||||
SHA512 83e6f39a4b8e54c89e7e7d322acc9e52a83a2a37f45c834a0267f0dbc1219314ad008f4f97e4cddc0a0c15dbea1785681181cea2e903773bdb31176875e0af95
|
||||
REF boost-${VERSION}
|
||||
SHA512 88d1d8d1bbea29149d9747ab9ccb99a7bfbd928f8ed1aff90adb6382fcefd32dc9687e6832f8ac21ddf918f0608623aa123d7943aa5f697a6b946fe2311e05f6
|
||||
HEAD_REF master
|
||||
PATCHES windows_alloca_header.patch
|
||||
)
|
||||
|
@ -1,88 +1,48 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-asio",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost asio module",
|
||||
"homepage": "https://github.com/boostorg/asio",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-align",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-bind",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-chrono",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-coroutine",
|
||||
"platform": "!(arm & windows) & !uwp & !emscripten",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-date-time",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-exception",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-regex",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/assert
|
||||
REF boost-1.83.0
|
||||
SHA512 6ae5fd1bf3360361fdc0dd7c47752aba866c44766129359f0d00b4d9a6357c50b86d20f7aa6ebb1a324e575c4256a7690de589ca98d49eb6e0677def8aded5ca
|
||||
REF boost-${VERSION}
|
||||
SHA512 c59712acce3079efa95899f6c384b3a72868626106c0f1cf780fc527ab6e4156e4c3bef0112aa0d4e91d98428d5f1abe86a56de59689f01c9146beb3cc18f136
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,18 +1,18 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-assert",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost assert module",
|
||||
"homepage": "https://github.com/boostorg/assert",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/assign
|
||||
REF boost-1.83.0
|
||||
SHA512 cdcab29f429528aff53c009e6ee822c70e763534561be97be5ceb806d58ea2906b19b3e81f667f27fb08a320385a9207122d5bdba704e314eda040377d63ea6a
|
||||
REF boost-${VERSION}
|
||||
SHA512 e6887a3000b356b3c343d4a14c63757870493c264eff22a2c00f3c8c3dec30891dec336dce6121497e97146e5ece404f7dc2088715bf9fc7704b3d4aae44c598
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,58 +1,58 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-assign",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost assign module",
|
||||
"homepage": "https://github.com/boostorg/assign",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-ptr-container",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,19 +3,19 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/atomic
|
||||
REF boost-1.83.0
|
||||
SHA512 d6ee15758d9de6c64e9bb307e3b9a5a9aea6d4555be2df78c8ed8089d9da75926f6ec376c2917fbb8c2f985f23b0b926b39fb2d02921c443a83edb77e0455996
|
||||
REF boost-${VERSION}
|
||||
SHA512 1d1a484a070d25724f084287e321a56a191373bf5387158a0e055d870056d0ad04d37596008c19a52469d823a7c4721fb682fc1870e583effa5061cea6571097
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ]"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../config/checks/architecture ]"
|
||||
)
|
||||
file(READ "${SOURCE_PATH}/build/Jamfile.v2" _contents)
|
||||
string(REPLACE "import config : requires" "import ../config/checks/config : requires" _contents "${_contents}")
|
||||
string(REPLACE "project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ]" "project.load [ path.join [ path.make $(here:D) ] ../config/checks/architecture ]" _contents "${_contents}")
|
||||
file(WRITE "${SOURCE_PATH}/build/Jamfile.v2" "${_contents}")
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
||||
#Make sure to keep this line when updating boost.
|
||||
file(INSTALL "${SOURCE_PATH}/config/has_synchronization_lib.cpp" DESTINATION "${CURRENT_PACKAGES_DIR}/share/boost-atomic")
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
# has_synchronization_lib.cpp is used in boost-modular-build-helper/Jamroot.jam.in
|
||||
file(COPY "${SOURCE_PATH}/config/has_synchronization_lib.cpp" DESTINATION "${CURRENT_PACKAGES_DIR}/share/boost-atomic")
|
||||
|
@ -1,56 +1,52 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-atomic",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost atomic module",
|
||||
"homepage": "https://github.com/boostorg/atomic",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-align",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/beast
|
||||
REF boost-1.83.0
|
||||
SHA512 d79ab6eb972e2beff4751809b3038c816578d6ea10422eca89bb75652686315bc31579761982a098c100272320b0e36ba2b4b70c2d5d30d7f2aa9a1a60e78ec8
|
||||
REF boost-${VERSION}
|
||||
SHA512 9f42d458106b82738b3b9acde718b9c3cda41f4270d364b2e2b0d2a71945ce81c41816a125168edef4e897dd688c3962511ce83f437b8cb2dacff5c4aaaa85e7
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-beast",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost beast module",
|
||||
"homepage": "https://github.com/boostorg/beast",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,91 +9,91 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-asio",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-bind",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-endian",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-intrusive",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-logic",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-string",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-index",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/bimap
|
||||
REF boost-1.83.0
|
||||
SHA512 e4de66ad6c185be505abbe077ce22862466dd11c2d11d3879032e43e0fd08cd9b4b27276422fd4f5909b5367e483f891c75e1895407ca8d67a4284d9821c04eb
|
||||
REF boost-${VERSION}
|
||||
SHA512 967e150589746762ce0816c208166b62956a0c44a896194610cb3d8a947310b6b814d6ef8ef190540fb36c9ab9664748e166fade5e11df32f7862c378677b402
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,66 +1,66 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-bimap",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost bimap module",
|
||||
"homepage": "https://github.com/boostorg/bimap",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-lambda",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-multi-index",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/bind
|
||||
REF boost-1.83.0
|
||||
SHA512 7b2e76459b5cd18437f5d8644c532d6f2ba293cc56ffbe979981a9ac81fa8ca87b0354a1a488321742be1c3448e3ce13637f590856c671993de3a2512e040d07
|
||||
REF boost-${VERSION}
|
||||
SHA512 3cec732e7de8c6a7a3f752d3c25a2d3411d522995880e4014a188b8bc2767f87e12801862362ce6c6618ebb65d17b6611afdf2b25f2b87c09aab4191d0f71ba6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,22 +1,22 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-bind",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost bind module",
|
||||
"homepage": "https://github.com/boostorg/bind",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,13 +4,13 @@ if(CMAKE_HOST_WIN32 AND VCPKG_CMAKE_SYSTEM_NAME AND NOT VCPKG_CMAKE_SYSTEM_NAME
|
||||
return()
|
||||
endif()
|
||||
|
||||
set(BOOST_VERSION 1.83.0)
|
||||
set(BOOST_VERSION ${VERSION})
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/build
|
||||
REF boost-${BOOST_VERSION}
|
||||
SHA512 1dfd98087b41190437ea07a82fca0a85b71d29ee3f059c6d49916d089102d7fd79a721f720019b98f9cdefcada2cc8dc8fc87d3507a70b43fc0e1b4eaa7853f8
|
||||
REF boost-${VERSION}
|
||||
SHA512 61540a3b2b7b6167ed8286daed4b4fde515ae9e0de81d17ef688d7972a0a6325b15afbe4e9a73ec883a81d5b86998d612cadbdc79abaf1b087a74e4e6b7cc2b5
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
0002-fix-get-version.patch
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-build",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost.Build",
|
||||
"homepage": "https://github.com/boostorg/build",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-uninstall",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/callable_traits
|
||||
REF boost-1.83.0
|
||||
SHA512 102097394e795dea433742941c5708c2bd80c1a59fb2d4acb851ec071822f505889ca3fa8484332e684d210d16820212519674d1a758463258ae6fef6634e0e9
|
||||
REF boost-${VERSION}
|
||||
SHA512 02f292919eaa6fbb3dbdc3a169cf4945777d96624d40084a3ef145a379de37058d9f125f6e60ac99e1154babac9bf596a68119d9e88d47311d5eba68e2a13cb8
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,14 +1,18 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-callable-traits",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost callable_traits module",
|
||||
"homepage": "https://github.com/boostorg/callable_traits",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/chrono
|
||||
REF boost-1.83.0
|
||||
SHA512 4e337e93dac9758121afa1a9f404e9b0d02b6a34fa8a81fca09419587cd3f4d6f796dfde5e2d212e94f843db0f7f2996557ef2af0b2b697ed31b72895a7438e8
|
||||
REF boost-${VERSION}
|
||||
SHA512 4fbd3b85fa63ee904e1134d35b676941f22e77d2d2d8b2a55527c27ce6187e45fefebe2327129850f374ccd37ec0a66e8323187e1bd616f6c73623e98076c027
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,84 +1,84 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-chrono",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost chrono module",
|
||||
"homepage": "https://github.com/boostorg/chrono",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-ratio",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/circular_buffer
|
||||
REF boost-1.83.0
|
||||
SHA512 8ec66b5b9185971684c72cd6f4ef86c2ed5d0decb1a72949d1dc7423f8f220f14e124151d1c6a7042805ecb9813a2ce67080f2ebef316e24a0b67ea5686a2e1f
|
||||
REF boost-${VERSION}
|
||||
SHA512 e945cb9d701b23043fdd6ceaede292e2605f3ae7b9038e79e95eddf69fe781f4efcea67877f041db1eb8fe95f4bcf4ca34f845e90e5307c72ce811f68d649b6b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,46 +1,46 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-circular-buffer",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost circular_buffer module",
|
||||
"homepage": "https://github.com/boostorg/circular_buffer",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
24
ports/boost-cobalt/b2-options.cmake
Normal file
24
ports/boost-cobalt/b2-options.cmake
Normal file
@ -0,0 +1,24 @@
|
||||
list(APPEND B2_OPTIONS cxxstd=20)
|
||||
|
||||
set(unsupported_compiler FALSE)
|
||||
|
||||
if(VCPKG_DETECTED_CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR VCPKG_DETECTED_CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")
|
||||
if(VCPKG_DETECTED_CMAKE_CXX_COMPILER_VERSION VERSION_LESS "14")
|
||||
set(unsupported_compiler TRUE)
|
||||
endif()
|
||||
if(VCPKG_DETECTED_CMAKE_CXX_COMPILER_VERSION VERSION_LESS "16")
|
||||
list(APPEND B2_OPTIONS "boost.cobalt.pmr=boost-container")
|
||||
endif()
|
||||
elseif(VCPKG_DETECTED_CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
if(VCPKG_DETECTED_CMAKE_CXX_COMPILER_VERSION VERSION_LESS "10")
|
||||
set(unsupported_compiler TRUE)
|
||||
endif()
|
||||
elseif(VCPKG_DETECTED_CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||||
if (VCPKG_DETECTED_MSVC_VERSION LESS "1930")
|
||||
set(unsupported_compiler TRUE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(unsupported_compiler)
|
||||
message(FATAL_ERROR "Boost.Cobalt is supported since Clang 14, GCC 10 and MSVC 19.30 (Visual Studio 2022). Detected compiler is ${VCPKG_DETECTED_CMAKE_CXX_COMPILER_ID} ${VCPKG_DETECTED_MSVC_VERSION}.")
|
||||
endif()
|
22
ports/boost-cobalt/portfile.cmake
Normal file
22
ports/boost-cobalt/portfile.cmake
Normal file
@ -0,0 +1,22 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/cobalt
|
||||
REF boost-${VERSION}
|
||||
SHA512 167e1d48eefe2517b9cd3796602798cb3d8d14655e30cb175b468f667fb8ae132aba508fc96987c4518d0a364aa9b70461d368c56b62d18fcd0f923cd6525e7f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile"
|
||||
"import ../../config/checks/config"
|
||||
"import ../config/checks/config"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
BOOST_CMAKE_FRAGMENT "${CMAKE_CURRENT_LIST_DIR}/b2-options.cmake"
|
||||
)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
81
ports/boost-cobalt/vcpkg.json
Normal file
81
ports/boost-cobalt/vcpkg.json
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-cobalt",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost cobalt module",
|
||||
"homepage": "https://github.com/boostorg/cobalt",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!osx & !ios & !android",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-asio",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-circular-buffer",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-intrusive",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-leaf",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-variant2",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compat
|
||||
REF boost-1.83.0
|
||||
SHA512 4eb3d73e278da881967d9408822cb6d8a54b98ab7bfe278eed94189a3ff6b1b3987b5317f9765ce2b16b4c0cb75af5755bdb0850a053fa0ccec3e942e67a9347
|
||||
REF boost-${VERSION}
|
||||
SHA512 91d7a270f757af20c45197a2ee016e864ad2d3e7834ac4fa876b84028bf5b9ca4474b2a74ca73d8abc3f12561918f9af3c340bcdbe10cb1ff7b05706ca62b46f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-compat",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost compat module",
|
||||
"homepage": "https://github.com/boostorg/compat",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compatibility
|
||||
REF boost-1.83.0
|
||||
SHA512 bc6ff1c30acc9f7123e9b28a732960776e1a028bf0fc5459f39266546f1e2466c62366cc689dab6f8a59a4a46fa9ae3370b4bca14b51d364c3d16e680d5ff95b
|
||||
REF boost-${VERSION}
|
||||
SHA512 a8921d7c708c064091caaadcb6607af08cabdad2f348703c5ce82ea17471bfef639822f8607667e84cc8dd46940e5ce08b0217773899f869ca9070df05d16e18
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,14 +1,18 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-compatibility",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost compatibility module",
|
||||
"homepage": "https://github.com/boostorg/compatibility",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/compute
|
||||
REF boost-1.83.0
|
||||
SHA512 bb555cffc7761a1dba3b010aa45782af22d4bac049ecfa9d26695a5eb3c5722b29f5f7b30143d17698b2098f81dcc7eaef2425482c5a6495e29324b1f8f324b2
|
||||
REF boost-${VERSION}
|
||||
SHA512 6fe8801b1fb8e37b5182f784e1c2938a9039f63770d58310df9a76eb7dcb0d9f1a93e31b4a69346f59273e59c2cff3ae0cf32f9a3c2e95364c70d77615bce731
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,123 +1,123 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-compute",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost compute module",
|
||||
"homepage": "https://github.com/boostorg/compute",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-chrono",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-fusion",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-property-tree",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-proto",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-thread",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-uuid",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/concept_check
|
||||
REF boost-1.83.0
|
||||
SHA512 525debb2e5a804daf9dfe59afc16022ff32825dc385930167736ae337b7cbb9e54165e1be59c77c8bbf8cd1c7e0d7b1f5689091119ea79d4fb461f03f9d228a3
|
||||
REF boost-${VERSION}
|
||||
SHA512 1674f998aaf593fa3031a27c8cf49391811a662ecfaea1d111f812f6002fd5a60352c67d87aca2e271b09a4bbf17beab8951dd6bfeeee805c75592359a29f0b8
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,30 +1,30 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-concept-check",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost concept_check module",
|
||||
"homepage": "https://github.com/boostorg/concept_check",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/config
|
||||
REF boost-1.83.0
|
||||
SHA512 84ae4e303b9f63e950fc6e01d0318bf223b56518474343a3e0f2d9e5ee631c4ca8ddedb5ec425259806360b30f82b80cd3330ff2ad6cfc8013d7c90d32280516
|
||||
REF boost-${VERSION}
|
||||
SHA512 93997394385d468832cc867fd74f74ead25c11a387c04fd56e88da906394e4131cb290f69e7754dba74eebdd053ca172051b6917060b010c928507f7a7382219
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-config",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost config module",
|
||||
"homepage": "https://github.com/boostorg/config",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/container_hash
|
||||
REF boost-1.83.0
|
||||
SHA512 8258ad4888d5780cd083466af1facba2430aba7ac1de32b513cecbf9eae3920c9d2d17622bf6b00ebe75cb3bbb84f64ae48dfb78c913d60ec583f09cabfc4b8d
|
||||
REF boost-${VERSION}
|
||||
SHA512 a901d998c550e9099c079ab84fffb0abe3be05bb5c6196a31bbf6f0e72fb48394f276fdca50e2ebf854632359365ad9dc0665c5842a2c89ed5b8f7800ea7edeb
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,30 +1,26 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-container-hash",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost container_hash module",
|
||||
"homepage": "https://github.com/boostorg/container_hash",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-describe",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/container
|
||||
REF boost-1.83.0
|
||||
SHA512 4c5054ba5ab55df8fbb58d6f9661ec32e14a6a0c06ac86b916d98de076565f1bc6d76d85aad90b7a198760360bbcd4acea6d8d298347157866593486a1ae0ba8
|
||||
REF boost-${VERSION}
|
||||
SHA512 566469c28670f080388e9d763115ce9e344e524aadf2754d71af4d604d0edacb37306f714ac86d00220faa74bda4fc8a7d953391eba9894b303c14d010ed0c6c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,44 +1,44 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-container",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost container module",
|
||||
"homepage": "https://github.com/boostorg/container",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-intrusive",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
if(@VCPKG_TARGET_IS_WINDOWS@)
|
||||
list(APPEND B2_OPTIONS
|
||||
abi=ms
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/context
|
||||
REF boost-1.83.0
|
||||
SHA512 726d54231de62eb5a30331ff21c334f6fd88a70ec35904315753c695c8470f38904ed65cf468015ef2284901080df17fab28db68a028c6cfe7ef0e3d0cc7545d
|
||||
REF boost-${VERSION}
|
||||
SHA512 dfee5b07fbf7cf1c41a55c5bd95d1f52edefb821c3f3d37bc8ffe6ee0c9605660d524f340dcd2568b3d7ac932d252a26a45e76a82efa02daa0ce27bd3c03ea46
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-context",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost context module",
|
||||
"homepage": "https://github.com/boostorg/context",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,45 +9,45 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-pool",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/contract
|
||||
REF boost-1.83.0
|
||||
SHA512 70ce8255eb8d32f525dc0af4f6f1cb953a7f5032fc76c70dd51609849100ac6addcadb00e2eca74f688471441a1fe286854dedeae3cb8c925638764f1028dbef
|
||||
REF boost-${VERSION}
|
||||
SHA512 1ed19aecae94740357f8734ddd77fb14d1ea328df1d0f05eedbbbd8a7b31a6781a0b697e4d68269fcf2c458e77320d0894888956f48c700c023e4d46f70a8d0c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,88 +1,88 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-contract",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost contract module",
|
||||
"homepage": "https://github.com/boostorg/contract",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-any",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-thread",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/conversion
|
||||
REF boost-1.83.0
|
||||
SHA512 c64a6bbdd0089e89b27f778c3c4ffbee606c7239293e2451396d3e0489aea83bc81b1fc720a37539dd592634a6310ffeef810f3f520f561d84fbc062475c3cbb
|
||||
REF boost-${VERSION}
|
||||
SHA512 f296e8dc604a9c99b72e786633da7d14e10363b4da64e276fc332176ff86dbfb9e212935139c674d373640b769177f99dd173ca3d1a9156428525c4a22fd0909
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,42 +1,30 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-conversion",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost conversion module",
|
||||
"homepage": "https://github.com/boostorg/conversion",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/convert
|
||||
REF boost-1.83.0
|
||||
SHA512 03e5b4e483eae34bd2c024f147cd54a6d255a041a469a079f544e9bcf9aee2ac1e777103e8bdb696f2ea43cb6012173cc9f4d006e5c0afd343bb91f806c978d5
|
||||
REF boost-${VERSION}
|
||||
SHA512 74beb9790bc80ca1a0cf657c6cc7d38168f4de1d0efe9dfbfd32512c30b9501693c911b3c3b483f8bec089dc00f735ed9bc3f27330e1aaaa325c94e8e9054545
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,58 +1,58 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-convert",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost convert module",
|
||||
"homepage": "https://github.com/boostorg/convert",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-math",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-parameter",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-spirit",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/core
|
||||
REF boost-1.83.0
|
||||
SHA512 a67515e7b641eb3c7ae7fe25a4cee67ddec0de86cb40bd6d7b6c4f7472050f1de06285498a4144c3bd4da7a1b00ae330da593a61a37a1ba7e22fb33d1da2f269
|
||||
REF boost-${VERSION}
|
||||
SHA512 d2205ae3bf46e87b619cd4ebcb9986b8180ec546fac7732972c34d9f2cdae5db73d54a048fcbd10ea8f415e5f8a4a9d8356a227ff27e214ec94ac98df4512d3c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,30 +1,30 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-core",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost core module",
|
||||
"homepage": "https://github.com/boostorg/core",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/coroutine
|
||||
REF boost-1.83.0
|
||||
SHA512 aa2c1f22ac750d9a7f55b6b1c97c0a3db8e409bfbedf6722e77f7c60669db7b8c647c710bf512b2523f1aae819edc647331069e6e25abc5434a16ab4ee1c3105
|
||||
REF boost-${VERSION}
|
||||
SHA512 39c5ce76aa2270959b61816e31b3ad0c2d900443655cf6ce1b59a59fcdb7100570da92d8400d357c98d13f4eb98c464f7af021988bfd65d8997e6c7b957a910f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-coroutine",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost coroutine module",
|
||||
"homepage": "https://github.com/boostorg/coroutine",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,58 +9,58 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/coroutine2
|
||||
REF boost-1.83.0
|
||||
SHA512 e3cbf798364ed5b5aa6e9d811d356d74bae37463c586ac44a39b2e9f19d4aa366d5703e2f28bb2c8af4509a0695b6e8b5d61fcfdef5a6d0d54136a5aed59f4af
|
||||
REF boost-${VERSION}
|
||||
SHA512 f2077b1eeabe6cd7315301ccc74b74dc2583ea7b0d791d6dbe47f3aa5e4761249f0b2d5461a100ede73478d38cbe7238181d73e45ea32eb2ef98357104441526
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-coroutine2",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost coroutine2 module",
|
||||
"homepage": "https://github.com/boostorg/coroutine2",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,20 +9,20 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/crc
|
||||
REF boost-1.83.0
|
||||
SHA512 c758c8ecf586689b50df5e8462a09726d46a89a64c8521d9d37a071df6babbdaafa87b60ba612faed37ee327f6e57bea2f07cbd4e264f79bdba1236191e8d2b2
|
||||
REF boost-${VERSION}
|
||||
SHA512 d5f5bde8734bfb80b684bbe0c045488dfb9702e3056690a6916777473fb29955a0ed43eb91a9d43d3d67c535c9e5810e63114309546028ad8e75d81cc4e41bd2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,30 +1,30 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-crc",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost crc module",
|
||||
"homepage": "https://github.com/boostorg/crc",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/date_time
|
||||
REF boost-1.83.0
|
||||
SHA512 efcdb38090295548d7bd9c9f0b3d095360f30b586c92cfe6c72e3de112cd0253a9e5b7307898e0d2498a100f153289b7ad7c423f83beb32d3fd24f5ed0502aac
|
||||
REF boost-${VERSION}
|
||||
SHA512 bd1b2dee1c8153c00d71d7c9edb3965575615c0dd886b01a3d2755f513b3d27cf099f76a6c81d35ef1d961d29863563faece943aef3bba5410fab4d7e0be43fb
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,84 +1,84 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-date-time",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost date_time module",
|
||||
"homepage": "https://github.com/boostorg/date_time",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-io",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-numeric-conversion",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tokenizer",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/describe
|
||||
REF boost-1.83.0
|
||||
SHA512 652972000916ce99a54dc8aa6fe5507c8ea04aba9ff9624cdfdfe89e6f0e9aae19c84b08381066a411bf851239dc9c585205df64a72f57f56e52f2f02e1ce6ad
|
||||
REF boost-${VERSION}
|
||||
SHA512 9fcd8acdcd47172dad2d8e503fa4dd71687cb41185f7362c737e7cb8625fe81d63aa6bad14907876621b8682a70be672965ff624aed26c35bdc8abf2c7e7f8ee
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,18 +1,22 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-describe",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost describe module",
|
||||
"homepage": "https://github.com/boostorg/describe",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mp11",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/detail
|
||||
REF boost-1.83.0
|
||||
SHA512 40e0e7c06c5fa94fe0210b9fb74ece2ef42cc4448d30b6090789b1dc3a31da1c3a2efac5826c4e51f39c716ed20810cbb12350b590197710518f37ff8b028154
|
||||
REF boost-${VERSION}
|
||||
SHA512 de888e59559074d73111d95391c7ffb6fc83ff5b7168852888904c25bc96358f5bff6bf40ff6b7d92224d706108750729f348a7da263fc48514fbaffe3b4f040
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,34 +1,34 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-detail",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost detail module",
|
||||
"homepage": "https://github.com/boostorg/detail",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/dll
|
||||
REF boost-1.83.0
|
||||
SHA512 1a45b45673301809a6ad4f4aadfcebf7566f9ed973e35982b3cf4b39a881e2573517a5ad40af749714474fb13e69087b1a7f3dc1a81df0093a1e60fec022011c
|
||||
REF boost-${VERSION}
|
||||
SHA512 503e5dbca17a24acc5033c52efec0c985f9a7a77f948d547b80fb6d2323d447120f3c5245fc0e817840923f69848ba69c02d0c054799135b98ac4e8ae5c72421
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,75 +1,71 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-dll",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost dll module",
|
||||
"homepage": "https://github.com/boostorg/dll",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-spirit",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-index",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/dynamic_bitset
|
||||
REF boost-1.83.0
|
||||
SHA512 33795e6323b1a91bec31789e2f1ede38ce952b2a50fbd10f931225a0e83e4ad530827392991e8a6f994e06edb1627cb29927c9111c6ff98e18b2e17fd31b945e
|
||||
REF boost-${VERSION}
|
||||
SHA512 76229a33e6e659fd0ae0d32f34df0c793da203830f58c3e0a89ec4eeaf5aba4bacbc516ade9860005f74907e42ddb1995a82459e528bd7d3f42fd08c49abb63a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,46 +1,46 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-dynamic-bitset",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost dynamic_bitset module",
|
||||
"homepage": "https://github.com/boostorg/dynamic_bitset",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-move",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/endian
|
||||
REF boost-1.83.0
|
||||
SHA512 8c77b9b5d1931844cdd083d02f6f4eb677ad6344aad704bf7ff8fe0c05fa2775be31d7c776048f11eb54f6601ddcf9a884898747d0286f8440fe4bdf493862b8
|
||||
REF boost-${VERSION}
|
||||
SHA512 76d231074c4ba8e8b6480ce0d7f17160406f7bc2254bce5716f2f7535e915ea6e6dd4c6349c0458fbb39a039dcca1b0999fe9a86bbcc6dfdf9068de875edeb70
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,30 +1,18 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-endian",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost endian module",
|
||||
"homepage": "https://github.com/boostorg/endian",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/exception
|
||||
REF boost-1.83.0
|
||||
SHA512 9b5bc191b3f50c529e3f61bfe6acfdfb095a6f462ff9e62bbd7ad63e93e52b6286f13c59847063889623d281d09f607277a42134ab735c3734959db2bf627546
|
||||
REF boost-${VERSION}
|
||||
SHA512 bd28f5c58b6e76e83ab5d0a4a86147d653a6d036a4e264ef38065e69480a438f5e2df265540c6a6e4b14b055ae5d947b6fcfb3cf9662e10ba77041ac3571f507
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,52 +1,52 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-exception",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost exception module",
|
||||
"homepage": "https://github.com/boostorg/exception",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/fiber
|
||||
REF boost-1.83.0
|
||||
SHA512 f1ee98497a548661ce5aab19a2a49aea62ed789b7102eaa2a65f5011ead33fa4f19dce549f7d026bf7d93dba80bbc75555ffd1b80aa35da0627f5f4e3cc54ee3
|
||||
REF boost-${VERSION}
|
||||
SHA512 cfd2cbce4210dab378e19357cc8aeafbb54fc481aa7a02db56b2eb104df5f79679ce3f509048ffbb827a6498304923cb826bc0eaedf9c47550f64727a61e7a5f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-fiber",
|
||||
"version": "1.83.0",
|
||||
"port-version": 1,
|
||||
"version": "1.84.0",
|
||||
"description": "Boost fiber module",
|
||||
"homepage": "https://github.com/boostorg/fiber",
|
||||
"license": "BSL-1.0",
|
||||
@ -10,59 +9,59 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-format",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-intrusive",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/filesystem
|
||||
REF boost-1.83.0
|
||||
SHA512 7de786c7831971faa9aacbc454dcba3021e41d115a88dbfb05f3cb3f68dcec9bb56521eaba16ee77b16e93670e197964649436b83ceb6a0eef199d29e25ff95e
|
||||
REF boost-${VERSION}
|
||||
SHA512 6e3924e6ebae5a8ad71e2cfa6ea7f6e1d54ccd8fb353fdd038dfbb13f2997b8bfaf868278d0a84baf5e6ce7d5a95c913455b14ac13666eea5a4e1829626195da
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-filesystem",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost filesystem module",
|
||||
"homepage": "https://github.com/boostorg/filesystem",
|
||||
"license": "BSL-1.0",
|
||||
@ -9,73 +9,73 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-atomic",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-detail",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-io",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true,
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-predef",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-system",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-winapi",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/flyweight
|
||||
REF boost-1.83.0
|
||||
SHA512 c054403707a0574c0b2e5c7f34521153f604ae17d10a52ed7ff8e222d006ff4875d3e479abacce18c59edd2d44d8fec63f22a806d7a203094ce9e885ffbd903b
|
||||
REF boost-${VERSION}
|
||||
SHA512 7dcbb4d29c01524f1d1a097614c5f31ca40b720c974f2587cdcc6cf3c5538c36fbf691fa07475f1de3847baf8e9a0ee8883f83d75af171a760450626d621c9e3
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,66 +1,66 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-flyweight",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost flyweight module",
|
||||
"homepage": "https://github.com/boostorg/flyweight",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-detail",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-interprocess",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-multi-index",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-parameter",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/foreach
|
||||
REF boost-1.83.0
|
||||
SHA512 74b95e1c13c48ef38a4d8bfd50fd896fda6f12cbbc360530a1c69c96ab2a891ef5c6b7162ea5fe13dd978f329e5c618226688ba75307a0243fc0b1845cc9f18a
|
||||
REF boost-${VERSION}
|
||||
SHA512 f14cc78d31dd71ecbbf357c2f280f480acc3171efafc25bd75ed43ad5398a7274eab15bd5b566aac4a2aece66a6a0d4d9557ea26850d9f8c796b8a2e9b57fce6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,38 +1,38 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-foreach",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost foreach module",
|
||||
"homepage": "https://github.com/boostorg/foreach",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/format
|
||||
REF boost-1.83.0
|
||||
SHA512 e5faefa4aca61498b13522d2606c3fe91c1c23053f2ae6d83f9680d6c19680fafd36232fbcb735fb4d7cb79f498c28fd7095f1568594b050f87060c744960c13
|
||||
REF boost-${VERSION}
|
||||
SHA512 7172079c234ab3382aa23acbea8d49e8c95d4eb4d2510e0a01895089d4ba32a5ca2fd1d95329cff221b1744949521372fdb279fba116e924701ae81b40246118
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,42 +1,42 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-format",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost format module",
|
||||
"homepage": "https://github.com/boostorg/format",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-optional",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-smart-ptr",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/function_types
|
||||
REF boost-1.83.0
|
||||
SHA512 6ccaf5f67a7fd50e175b57a6e3cfe47c9bd523a94705d008f9ed7837926e8e84a2d13df2bd8b64e7df6a85d61a51a4c30ab409acd6a3b9f8eb054236dcc68abc
|
||||
REF boost-${VERSION}
|
||||
SHA512 3c5e95b539cf688489762989ebc978ab770d645c5245a09ca3803fc11362563e3f614a0bf7d5bbd9c6b55ac0feb0b41d83ad8bf31667879ff0e4cc8bd9c7543e
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,38 +1,38 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-function-types",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost function_types module",
|
||||
"homepage": "https://github.com/boostorg/function_types",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-detail",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/function
|
||||
REF boost-1.83.0
|
||||
SHA512 2df43a509b4f5ee39c5febc5253369eacbf2421d73fff32525fbdb28e8aa4c2a22173ee1d11a4aefa28975ea6ca7649edc771d047f1893179da119a13ca27681
|
||||
REF boost-${VERSION}
|
||||
SHA512 78e14f41fc0799ffe1641353716899a2543d7a476360a11adfcdefc63d5710cf1d08d532bbba3eadf10735c147047ef9832fada2ace385b4d7e7a787b083fde2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,46 +1,42 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-function",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost function module",
|
||||
"homepage": "https://github.com/boostorg/function",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-bind",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/functional
|
||||
REF boost-1.83.0
|
||||
SHA512 c63de62b13393a125039ef5b2e28d42de4aebff3d6ac7c137780451471992b7022765f9e28a67050d5bcc406328730cc56a77bdc41fdfbf8a3926aaed80080e9
|
||||
REF boost-${VERSION}
|
||||
SHA512 bd00304aa41eaa9894ba36909af164bbf15ea8286770b23f5ed5b1d2b6f5b0cf94704cc8ed6af1ac05e831581b50b7852e928e98df3e603256a67abbe963823a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,50 +1,50 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-functional",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost functional module",
|
||||
"homepage": "https://github.com/boostorg/functional",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/fusion
|
||||
REF boost-1.83.0
|
||||
SHA512 4fefa5c968a7a7f99e408d58d08b25ac52a7e5bc50a7b6d60e185f1b7947382da487d2e97bfc725bef693208b80d072c610bb7d44028d666fd66e3bf2677098e
|
||||
REF boost-${VERSION}
|
||||
SHA512 15238eb4f2743910958a19efde23098677c0aa8a5988151d5aec2aef558ac398db444770e6f1e22952d7cd72213c6237e55cc3363dadf9f988bac907914cb263
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,62 +1,62 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-fusion",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost fusion module",
|
||||
"homepage": "https://github.com/boostorg/fusion",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container-hash",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-functional",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-preprocessor",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-typeof",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-utility",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/geometry
|
||||
REF boost-1.83.0
|
||||
SHA512 e6708bdcb2ec9b55e9a68cade2efd0114cfc757c1cbf2aaa84e740c2ce5a26c910afef09343be9d7cd2ac8209bf99310b7404a1938ddac99975eef92b7c1e675
|
||||
REF boost-${VERSION}
|
||||
SHA512 ba2985853d1412163e477ffda7106668a5368f41df81f7c1c2b9f121a554d4c0b6b587b2080470cd16c192a31ccd74c36c10810a127a53b4977c9f320b6ba8c6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,134 +1,134 @@
|
||||
{
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-geometry",
|
||||
"version": "1.83.0",
|
||||
"version": "1.84.0",
|
||||
"description": "Boost geometry module",
|
||||
"homepage": "https://github.com/boostorg/geometry",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-algorithm",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-any",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-array",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-concept-check",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-config",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-container",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-core",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-function-types",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-fusion",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-integer",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-iterator",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-lexical-cast",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-math",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-mpl",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-multiprecision",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-numeric-conversion",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-polygon",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-qvm",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-range",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-rational",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-serialization",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-static-assert",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-thread",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-throw-exception",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tokenizer",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-tuple",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-type-traits",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-variant",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-variant2",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.0"
|
||||
},
|
||||
{
|
||||
"name": "boost-vcpkg-helpers",
|
||||
"version>=": "1.83.0"
|
||||
"version>=": "1.84.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