aboutsummaryrefslogtreecommitdiff
path: root/versions/w-
AgeCommit message (Collapse)Author
2021-03-26[WinReg] Update to v4.1.0 (#16871)JonLiu1993
* [WinReg] Update to v4.1.0 * update version
2021-03-24[workflow] update version of workflow port (#16842)dengjunplusplus
* update workflow version to 0.9.4 * update versions * change version scheme * update versions * Update portfile.cmake * update version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-23[websocketpp] Add features to build without boost (#16675)Joe Noël
Run vcpkg x-add-version Change version-string to version Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Roll boost-asio, openssl and zlip into a single feature Overwrite version
2021-03-19[WinReg] update to v4.0.0 (#16765)JonLiu1993
* [WinReg] update to v4.0.0 * update version * update winreg.json * update version
2021-03-10[wil] Updating WIL version to match its nuget package version (#16575)anaaru
* [wil] Updating WIL version to match its nuget package version * Removing port version from CONTROL file * Revert "Removing port version from CONTROL file" Reverting because PR tests are failing. This reverts commit 28ffcba04b3d053e9a01d965fab951eafa64449b. * Updating baseline.json and w-/wil.json * update version * modify portfile.cmake * update version Co-authored-by: Anand Arumugam <anand.arumug@gmail.com> Co-authored-by: Anand Arumugam <anaaru@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-12[workflow] Disable parallel configure due to writes to source dir (#16198)ras0219
2021-02-11[workflow] add port of sogou/workflow (#16140)dengjunplusplus
* add port workflow * format manifest * add versions * add versions for all * ignore arm_uwp and x64_uwp * merge two portfile * Revert "add versions for all" This reverts commit 3806e22a7d49c80a614c08a4107ca2657001085e. * delete unnecessary line * update versions
2021-02-11[wxWidgets] Fix issue with port usage (#16154)Vitalii Koshura
Fixed issue when necessary header file was not installed that leaded to this error: `\vcpkg\installed\x64-windows-static\include\wx\platform.h(160,10): fatal error C1083: Cannot open include file: 'wx/setup.h': No such file or directory` Also fixed string replace enumeration to include only *.h files because otherwise for some reason *.cur file was messed up. Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-02-08[wxwidgets] Fix #4756 (#13361)ras0219
* [wxwidgets] Fix #4756 * [wxwidgets] Avoid replacing FindwxWidgets from CMake * [wxwidgets] Provide usage information * [gppanel] Use built-in CMake module * [wxchartdir] Use built-in CMake module * [wxwidgets] Fixup for applocal-ing * [wxwidgets] Fix osx builds * Update port_versions * [gppanel][wxchartdir][wxwidgets] Change versioning schemas Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca