vcpkg/versions/b-/boost-config.json

150 lines
3.7 KiB
JSON
Raw Normal View History

{
"versions": [
{
"git-tree": "964bd95c86a98c1c8c5271b4a18e617869ce2348",
"version": "1.85.0",
"port-version": 1
},
{
"git-tree": "9c454bf1a50c40d4025fe2ee6edc21720cf39c9e",
"version": "1.85.0",
"port-version": 0
},
{
"git-tree": "ef049fd9ff833c531a72fed45a272bb1cc52082b",
"version": "1.84.0",
"port-version": 1
},
{
"git-tree": "30ccc94aba0f43bf905a641c39e3cb991e882d30",
"version": "1.84.0",
"port-version": 0
},
2023-09-14 06:40:46 +08:00
{
"git-tree": "26e9082aeb3829b11d9f0ea82de37db9a93b6620",
"version": "1.83.0",
"port-version": 0
},
{
"git-tree": "b4dcdf4527bb037a6b6d2973176e4a662c9853e6",
"version": "1.82.0",
"port-version": 2
},
{
"git-tree": "af2f41ef14357f44466182d783e8cb218d677b1f",
"version": "1.82.0",
"port-version": 1
},
{
"git-tree": "ff890d416fce1b2c209ee4df8e773f0d285d0fb4",
"version": "1.82.0",
"port-version": 0
},
{
"git-tree": "f22c9c2d371b0d3bad68760622075512860f5379",
"version": "1.81.0",
"port-version": 2
},
{
"git-tree": "b26c88b8775e3a43b75f5d68f59a892c3a3788f9",
"version": "1.81.0",
"port-version": 1
},
2022-12-21 01:20:54 +08:00
{
"git-tree": "3eb9583e17a214cd100678291a6922b0fd7c04fa",
"version": "1.81.0",
"port-version": 0
},
{
"git-tree": "06e5221e416ce5e62edb12d860e3174388cf40dc",
"version": "1.80.0",
"port-version": 1
},
{
"git-tree": "ca3f30a318dacc3dcab0250a9eeb37dc5b6b92a5",
"version": "1.80.0",
"port-version": 0
},
{
"git-tree": "22c6532dcc9c24fd85febb93dc936e68c031043a",
"version": "1.79.0",
"port-version": 0
},
[boost] update to 1.78.0 (#21928) * [scripts] update scripts * [boost-*] generate ports * update versions * [scripts] update boost version in boost-modular-headers.cmake * [scripts] add post source stubs for boost-json and boost-nowide ports and re-generate Boost ports * update versions * [boost-asio] make OpenSSL optional #20718 * update versions * [boost] [boost-mpi] [boost-python] disable python for iOS and Android, fixes #21474 * update versions * [boost-fiber] add NUMA support, fixes #16507 * update version * [boost-build] apply patch https://github.com/bfgroup/b2/pull/113 for fix build boost-fiber and boost-stacktrace * update version * [boost-atomic] fix compilation for uwp * update version * ignore mapnik's fail on arm64-windows * [boost-python] support ARM on Windows * update versions * Boost features testing within CI * [boost-modular-build-helper] fix boost_python file name in Jamroot.jam * [boost-mpi] fix build with python2 or python3 * update versions * [boost-fiber] fix build with numa=on * update version * [boost-multiprecision] fix build with MSVC on ARM * update version * [boost-mpi] try to fix build on linux and osx * update versions * exclude static * guarantee the same result across platforms * minor changes to boost-modular-build-helper's CMake * correct versions * [boost-modular-build-helper] install Python extensions on Windows * [boost-mpi] add patch to fix build Python extension on Windows * update versions * [boost-mpi] remove python2 by request @BillyONeal @strega-nil-ms * update version * update versions Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2022-01-11 03:47:12 +08:00
{
"git-tree": "b4958f142255c3aa14f1f39d04edcc12b6262745",
"version": "1.78.0",
"port-version": 0
},
[boost] bugfix and new features after update to 1.77.0 (#20432) * [scripts/boost] fix issue #20417 [boost-iostreams] replace explicit dependencies with default-features, allow to disable compression filters * add versions * [scripts/boost] update port version after #20421 * [boost-odeint] move boost-mpi dependency to the feature * add version * [boost-modular-build-helper] rework user-config generation * [boost-python] move python3 from explicit dependency to default feature * [boost-modular-build-helper] update version * add verions * [boost-modular-build-helper] fix empty flags * update version * Fix compilation on Emscripten / WebAssembly (#20551) * [opencv4,opencv3] Control exported protobuf dependency (#20550) * Control exported protobuf dependency * Update versions * Control exported protobuf dependency * Update versions * [OpenMVS] restore deprecated cmake scripts for configure, build & fixup targets (#20422) * [OpenMVS] restore deprecated cmake scripts * [OpenMVS] fix references * switch back to vcpkg_cmake_* Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * [libffi] Don't replace string in file that doesn't exist. (#20554) * Don't replace string in file that doesn't exist. * Update per bot. * Update per bot again. * Address comments. * [json-dto] Update to 0.2.14 (#20570) * json-dto updated to v.0.2.14. * json-dto-0.2.14 added to baseline. * Change deprecated commands. * Update baseline for fresh json-dto-0.2.14. * [sail] Update to 0.9.0-pre17 (#20562) * [sail] Update to 0.9.0-pre17 * [sail] vcpkg x-add-version --all --overwrite-version * [sail] Update pre17 hash * [sail] vcpkg x-add-version --all --overwrite-version * [freexl] Update to 1.0.6 (#20520) * Reformat portfile * Minimize makefiles patch * Update to 1.0.6 * Fix uwp builds, remove skip from baseline * Install pc file for windows * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> * [dartsim] Update to 6.11.0 (#20566) * Update dartsim * Use newer vcpkg functions * Update version number * Update ports/dartsim/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update versions Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [scripts/boost] update Boost version in boost-modular-build.cmake to avoid manual changes * update version * [boost-modular-build-helper] fix USER_CONFIG_EXTRA_LINES variable name and rename generated files * update version * Resolve differences from rerunning generate-ports.ps1. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Tobias Markus <tobbi.bugs@googlemail.com> Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Lars Glud <larshg@gmail.com> Co-authored-by: eao197 <eao197@users.noreply.github.com> Co-authored-by: Dmitry Baryshev <dmitrymq@gmail.com> Co-authored-by: Akash <Ace314159@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-10-12 09:21:08 +08:00
{
"git-tree": "0f7b70c02bfb43bbdc8f62bd49c8a5339a65f48c",
"version": "1.77.0",
"port-version": 2
},
{
"git-tree": "6aa6932068c1fbc812d545502f60c3a7cef80dde",
"version": "1.77.0",
"port-version": 1
},
2021-09-28 08:12:39 +08:00
{
"git-tree": "2a93a4c962b961f617c133389c18a994e3c27af1",
"version": "1.77.0",
"port-version": 0
},
{
"git-tree": "a840275c02416548a8fa29b9d6170cb0a6e14680",
"version": "1.76.0",
"port-version": 0
},
{
"git-tree": "ca82ca1b9c1739c91f3cf42c68cee56c896ae6bd",
"version-string": "1.75.0",
"port-version": 0
},
{
"git-tree": "99ed244677f790e4e37c64183e4eb9de6055bce2",
"version-string": "1.74.0",
"port-version": 0
},
{
"git-tree": "ad92a28f8a25946b7d3e191c3511b4f62aed9757",
"version-string": "1.73.0",
"port-version": 0
},
{
"git-tree": "de2784767046b06ec31eb718f10df512e51f2aad",
"version-string": "1.72.0",
"port-version": 0
},
{
"git-tree": "ad065cce471a1f0d58615ab98efecb7e2f974a6e",
"version-string": "1.71.0",
"port-version": 0
},
{
"git-tree": "a359a48043ba5944aed3790039e544ff3241b53a",
"version-string": "1.70.0",
"port-version": 0
},
{
"git-tree": "816f2e56828ccef2f277d252f74ed8c143628fe2",
"version-string": "1.69.0",
"port-version": 0
},
{
"git-tree": "b63b19278c67a2cc752ff990108a758ebc050c03",
"version-string": "1.68.0",
"port-version": 0
},
{
"git-tree": "b0eb4dc6b84e5494cf53e9b27cdfe5e5eec83c9d",
"version-string": "1.67.0",
"port-version": 0
},
{
"git-tree": "d186301b89d1c3f59fbdb76c3c994475763c9bbe",
"version-string": "1.66.0",
"port-version": 0
}
]
}