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

140 lines
3.4 KiB
JSON
Raw Normal View History

{
"versions": [
2023-09-14 06:40:46 +08:00
{
"git-tree": "d0426afce7bf4a50b9928232515951043a59bcd3",
"version": "1.83.0",
"port-version": 0
},
{
"git-tree": "2c4af3d39b6e980d59ecc1baa8f07f9aac97eca2",
"version": "1.82.0",
"port-version": 2
},
{
"git-tree": "54d30d2c4ffbd008fab793649b57a09338d91b32",
"version": "1.82.0",
"port-version": 1
},
{
"git-tree": "d5bbe25fb9d58954910bf9b99678dda4ca24ef6c",
"version": "1.82.0",
"port-version": 0
},
{
"git-tree": "087e6fd8563e7c1df08ce40069a117f0e86d457b",
"version": "1.81.0",
"port-version": 2
},
{
"git-tree": "8d70339726fb4a5e191b96b1f10b8808feddcafc",
"version": "1.81.0",
"port-version": 1
},
2022-12-21 01:20:54 +08:00
{
"git-tree": "dd33fed5ab83a011b885c0816da1ab857b0e840e",
"version": "1.81.0",
"port-version": 0
},
{
"git-tree": "0158e11fa88f33081d0b1f076ec789a834c00253",
"version": "1.80.0",
"port-version": 1
},
{
"git-tree": "bf4118e63efe0bc19f98f3639916e3dc565884ba",
"version": "1.80.0",
"port-version": 0
},
{
"git-tree": "2a6c17a26c19ac770d39c549749a86f62b93ca36",
"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": "669ff76873e507b50238609e17bb0208559cd224",
"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": "0e476269a7091861c1db7379d4e925df6d184044",
"version": "1.77.0",
"port-version": 2
},
{
"git-tree": "e70acbb855538f95200b341b1cf26d9c1dc6e6cd",
"version": "1.77.0",
"port-version": 1
},
2021-09-28 08:12:39 +08:00
{
"git-tree": "6589096a03d4f8ea1590b1b9e1bdc41a47c2f907",
"version": "1.77.0",
"port-version": 0
},
{
"git-tree": "dd105bdb8e892a098738e054cfb90cb1786c856e",
"version": "1.76.0",
"port-version": 0
},
{
"git-tree": "5d47762887873d2311645a3bd38757e2cb657f8e",
"version-string": "1.75.0",
"port-version": 0
},
{
"git-tree": "6dfe0cdc876f8250e2531fc5f8e5435269285623",
"version-string": "1.74.0",
"port-version": 0
},
{
"git-tree": "fb8f0358a83ee209192b713e6ff095b2a9bcd36f",
"version-string": "1.73.0",
"port-version": 2
},
{
"git-tree": "e0d4d0470b2a3e4d650c3555e6092e5ff82e0f82",
"version-string": "1.73.0",
"port-version": 0
},
{
"git-tree": "9e5f0fd21217726b4e5b16f58290fae47152d908",
"version-string": "1.72.0-1",
"port-version": 0
},
{
"git-tree": "1caa98406872113999b5222d9600415aae6b405b",
"version-string": "1.72.0",
"port-version": 0
},
{
"git-tree": "32470356be5168af75860d960e3ce25ebe7b0a9e",
"version-string": "1.71.0",
"port-version": 0
},
{
"git-tree": "d48806ad51c459e803b7411ece1d8fe5927ed982",
"version-string": "1.70.0",
"port-version": 0
},
{
"git-tree": "f738b1fc105ea6ae5e699e7afcc5d4cc0cc871d6",
"version-string": "1.69.0",
"port-version": 0
},
{
"git-tree": "6766bae1fcb24e1efa5eaa462172e758673cf163",
"version-string": "1.68.0",
"port-version": 0
},
{
"git-tree": "e52b46514451baa1dd5c22f7ab6d522499736ff0",
"version-string": "1.67.0",
"port-version": 0
},
{
"git-tree": "3e5c76798b923364a290c0617029edb85921ec31",
"version-string": "1.66.0",
"port-version": 0
}
]
}