aboutsummaryrefslogtreecommitdiff
path: root/versions/b-
AgeCommit message (Collapse)Author
2021-04-09[behaviortree-cpp] update to 3.5.6 (#17169)JonLiu1993
* [behaviortree-cpp] update to 3.5.6 * update version * update vcpkg.json * update version
2021-04-08[boost-regex] fix build with icu on osx (#16994)autoantwort
* [boost-regex] fix osx build with icu * add version files * Update ports/boost-regex/b2-options.cmake: Apply suggestion Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * add version files Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-04-07[bext-ut] create a new port (#16822)Park DongHa
* [ut] create a new port * [ut] update baseline and port SHA * [bext-ut] change port name * [bext-ut] unique name for downloaded license * Update ports/bext-ut/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [bext-ut] comment for copyright install * [bext-ut] Lift license download up. Copy, don't move. Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-01[bext-di] Rename `boost-di` to `bext-di` (#16302)Kris Jusiak
* Rename `boost-di` to `di` Problem: - `boost-di` is not an official Boost library and it shouldn't use boost name. Solution: - Rename it to `di` instead. * Update the port name to bext-di * Update the version Co-authored-by: Kris Jusiak <kris@jusiak.net> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-03-29[breakpad] add support for Android triplets (#16401)Jesse Towner
* [breakpad] add support for Android triplets This changes vcpkg's custom CMakeLists.txt file for Breakpad so that it correctly builds libbreakpad_client for Android. It follows the same source file layout for Android as seen in the ./android/google_breakpad/Android.mk make file. * [breakpad] update control file * [breakpad] update versions * [breakpad] fix for unordered_map in MSVC++ STL and libstdc++ * [breakpad] update versions * [breakpad] fix to install libbreakpad on non-Android platforms * [breakpad] update versions * [breakpad] Read sources list from Android.mk Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26[many ports] Apply host dependencies (#16479)ras0219
* [vcpkg] Add VCPKG_HOST_TRIPLET. Improve vcpkg.schema.json * [many ports] Apply host dependencies * [yasm-tool] Revert yasm-tool changes to split into PR #16478 * [many ports] Add versions * [vcpkg.cmake] Revert change applied in other PR * [boost-modular-build-helper] Merge from master Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-24boost-modular-build-helper] Add system library dl for boost-regex[icu] and ↵Phoebe
boost-locale[icu] on linux (#16859) * [boost-modular-build-helper] Add system library dl for boost-regex[icu] and boost-locale[icu] on linux * Update baseline version
2021-03-23[blend2d] Update to beta_2021-03-17 (#16804)ZeeWanderer
* [blend2d] Update to 2021-03-17 * [blend2d] update port_versions
2021-03-10[boost-context] fix build result on apple arm (#16482)autoantwort
* [boost] fix boost context build on apple arm * add version files
2021-02-26[boost-context] fix linux -> windows cross compile (#16378)autoantwort
* [boost-context] fix linux -> windows cross compile * add version files
2021-02-26[brotli] add iOS support (#16397)Jesse Towner
* [brotli] add iOS support This commit adds support for iOS by modifying the CMakeLists.txt file to specify the BUNDLE DESTINATION parameter during install, which is required for iOS builds. * [brotli] update control file * [brotli] update versions
2021-02-24[box2d] update to 2.4.1 (#16322)JonLiu1993
* [box2d] update to 2.4.1 * update version * delete patch file * update version * update json * update version
2021-02-24[brynet] upgrade to 1.10.0 (#16366)IronsDu
* Update CONTROL * Update portfile.cmake * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-24[boost] /safeseh for assembly (#16375)autoantwort
* [boost] build boost on windows x86 with /safeseh * add version files
2021-02-11[boost-python] Fix build issue with feature python2 (#16087)Phoebe
* [boost-python] Fix build issue with feature python2 * Update the versions * Fix the python-tag * update the version
2021-02-10[bfgroup-lyra] Install CMake Targets (#16172)Adam Johnson
* [bfgroup-lyra] Install cmake targets. * [bfgroup-lyra] Update port version. * x-add-version
2021-02-08[boost-concept-check] Fix warning C4834 when install pagmo2 (#15887)Cheney Wang
* [boost-concept-check] Fix warning C4834 when install pagmo2 * Update json files * Modify patch * update version * Modify the patch with other workaround * Update git-tree Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-01-25[boost-locale] android build (#15606)Ilya Arzhannikov
* pass additional link flags to b2 * configure boost-locale for android * build libiconv for android * Bump port version * bump port version * Update CONTROL * new_ci_checks and versions * add versions again * fix pr review * fix pr review. version * bump versions Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-01-22[vcpkg,boost-modular-build-helper] initial ppc64le community support (#15572)Andrei Lebedev
* [vcpkg] initial ppc64le community support Signed-off-by: Andrei Lebedev <lebdron@gmail.com> * [boost-modular-build-helper] ppc64le support Signed-off-by: Andrei Lebedev <lebdron@gmail.com> * Merge from master Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: dan-shaw <51385773+dan-shaw@users.noreply.github.com> Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca