aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-21[vcpkg testing] fix e2e tests (#15803)nicole mazzuca
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca
2021-01-21[osgearth] Make all find_packages required in effort to make this port less ↵Billy O'Neal
"flaky", and turn on in CI. (#15777)
2021-01-20[crfsuite] change /include/x.h => /include/crfsuite/x.h (#15785)Billy O'Neal
This caused conflicts with many ports; in particular params.h conflicted with tesseract. crfsuite:/include/cqdb.h crfsuite:/include/crf1d.h crfsuite:/include/crfsuite.h crfsuite:/include/crfsuite.hpp crfsuite:/include/crfsuite_api.hpp crfsuite:/include/crfsuite_internal.h crfsuite:/include/iwa.h crfsuite:/include/logging.h crfsuite:/include/option.h crfsuite:/include/os.h crfsuite:/include/params.h *** crfsuite:/include/quark.h crfsuite:/include/readdata.h crfsuite:/include/rumavl.h crfsuite:/include/vecmath.h
2021-01-20[osg] fix x64-windows-static-md builds (#15374)ankurverma85
* Trim out dependencies * Fix static compilation * Update ports/osg/CONTROL Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * update baseline Co-authored-by: ankurv <ankurv@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-20[sfml] Install usage and change version scheme to relaxed (#15718)ras0219
2021-01-20[qt5] Update to 5.15.2 (#14678)Alexander Neumann
* [qt5] Update to 5.15.2 (mqtt currently missing git tag) * deactivate update of ports * update version * reduce port version * fix typo * fix patch for linux missing pthread * fix qt5-tools * fix qt5-webengine * add xcb-util to linux provisioning script * fix version numbers * fix other typo * remove new hashes file * fix latest version info * switch to vcpkg_from_git adjust vcpkg_from_git to handle tags. add OUT_REF for vcpkg_from_git to enable scriptable update of ports * regenerate docs * [vcpkg_from_git] new options TAG and OUT_REF - TAG github tag to checkout - OUT_REF github commit id related to tag or ref (useable for automatic updates of ports if used with a version tag) * Apply suggestions from code review Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * additional changes due to CR * regenerate docs * Remove 'Port-Version:0' from qt5-location Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> * add all those versions * fix versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
2021-01-20[pagmo2] Add new port (#15682)David Millard
* [pagmo2] Add new port * Disable C4701 * Disable /MD override for all static builds * Add pagmo2 port_version info * Find TBB when finding pagmo * Fixup pagmo2 port version * Change /Md patch to if(0) * Fix port_version for pagmo2 * Use vcpkg.json; use version * Reformat vcpkg.json * Fix port_versions for pagmo2
2021-01-20[vcpkg] Add vcpkg_minimum_required as a replacement for VERSION.txt. (#15638)Billy O'Neal
2021-01-19[cppgraphqlgen] Update to 3.5.0 release (#15701)Bill Avery
* [cppgraphqlgen] Update to 3.5.0 release * Run vcpkg x-add-version cppgraphqlgen * Replace deprecated function in portfile.cmake * Regenerate hash after sync/bootstrap * [cppgraphqlgen] Switch to manifest and change version schema to semver Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-19[libjepg-turbo] Fix *.pc files (#15735)Alexander Neumann
* [libjpeg-turbo] fix pkgconfig * add version info * Update ports/libjpeg-turbo/portfile.cmake * update baseline Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-19[libsass/sassc] add new port/tool (#15752)Alexander Neumann
* add libsass and sassc * add version information
2021-01-19[reproc] update to 14.2.1 (#15751)JonLiu1993
* [reproc] Update to 14.2.1 * Update port_version * Update version * [reproc] update to 14.2.1
2021-01-19[opencolorio] Install OpenColorIOConfig.cmake and change version scheme to ↵ras0219
semver (#15764) Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-19[vcpkg baseline][spatialite-tools] fix linux osx build falied (#15768)Long Huan
* fix linux osx build falied * Update ci.baseline.txt * update baseline Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-19[vcpkg] fix edit command on windows (#15767)nicole mazzuca
* [vcpkg] fix edit command on windows * format
2021-01-19[vcpkg baseline][vcpkg_configure_make] Fix arm64-windows, arm-uwp (#15740)pastdue
* [vcpkg_configure_make] Fix arm64-windows * [vcpkg_configure_make] Fix arm-uwp
2021-01-19[podofo] Fix feature crypto (#15666)Jack·Boos·Yu
* [podofo] Fix feature crypto * update baseline
2021-01-19[libopusenc] fix macOS and Linux build (#15671)Be
2021-01-19[aws-sdk-cpp] Update aws cpp sdk (#15760)Ahmed Yarub Hani Al Nuaimi
* Update AWS C++ SDK version * Update AWS C++ SDK version * Update AWS C++ SDK version Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
2021-01-19Fix libmariadb compiling on ARM64 (#15699)双草酸酯
2021-01-19[libusb] Update to 1.0.24 (#15692)Matwey V. Kornilov
2021-01-19 [xorstr] Update to 2020-11-29 (#15721)tiqac
* [xorstr] Update to 2020-11-29 * Run x-add-version * version-string -> version-date * Run x-add-version
2021-01-19[graphene] Add new port (#15754)Alexander Neumann
* [graphene] add new port * add version info
2021-01-19[libconfig] shlwapi is not available on linux (#15613)miheer vaidya
* shlwapi is not available on linux This fixes error while building for `x64-linux-dynamic`. * Update control version * Update port_versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-01-19Librealsense2 android build (#15608)Ilya Arzhannikov
* [realsense2] options for android build * bump port version * update baseline Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-19[simage] Fix optional dependencies (#15683)Robert Schumacher
* [simage] Fix optional dependencies * [simage] Add to versions db
2021-01-19[physfs] Fix arm64-windows (#15684)pastdue
2021-01-19[blend2d] Update to beta_2021-01-02 (#15672)ZeeWanderer
* [blend2d] Update to beta_2021-01-02 * [blend2d] update port_versions
2021-01-19[xlnt] Prevent macro redefinition (#15645)Rodion Malinovsky
2021-01-19[sdformat9] Update to 9.4.0 (#15720)Silvio Traversaro
* Update sdformat9 to 9.4.0 * Update port_versions for sdformat9 9.4.0
2021-01-19[phnt] Update to 2020-12-21 (#15722)tiqac
* [phnt] Update to 2020-12-21 * Run x-add-version * version-string -> version-date * Run x-add-version
2021-01-19[usockets] Update uSockets to the latest version (#15743)JonLiu1993
* [uSockets] Update uSockets to the latest version * Update port_versions * Update portfile.cmake * update baseline Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-01-19[vcpkg baseline] Disable spatialite-tools on linux and osx (#15746)NancyLi1013
* [vcpkg baseline] Disable spatialite-tools on linux and osx * Update the order
2021-01-19[google-cloud-cpp] update to v1.23.0 (#15669)Carlos O'Ryan
* [google-cloud-cpp] update to v1.23.0 * Fix versions
2021-01-19[pegtl] Update to 3.2.0 release (#15700)Bill Avery
* [pegtl] Update to 3.2.0 release * Run x-add-version pegtl
2021-01-19fix wrong path in specifications/manifests.md (#15688)Alessandro Arcangeli
2021-01-16delete linux from fail port from tomlplusplus (#15609)Maxim Marshev
* delete linux * Update ports/tomlplusplus/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update port_versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-01-16[vcpkg_acquire_msys] add findutils as a dependency to libtool (#15611)Alexander Neumann
2021-01-16[glslang] Provide glslang-default-resource-limits library. (#15624)Bartosz Taudul
* [glslang] Provide glslang-default-resource-limits library. * [glslang] Use Port-Version field. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update port_versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-01-16[openal-soft] Fix issue with cmake config. (#15634)Adam Johnson
* [openal-soft] Fix issue with cmake config. * update baseline Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-16[vcpkg_build_make] remove libtool artifacts (#15622)Alexander Neumann
2021-01-16[ignition-fuel-tools4] Add new port 🤖 (#15581)Silvio Traversaro
* Add ignition-fuel-tools4 port * update port_versions
2021-01-16[SOCI] Add support for soci-mysql connector (#15577)emexal-company
* Add support for soci-mysql connector * Better fix to support soci-mysql connector * SOCI Port-Version, mysql options * Do not add the options several times * Remove extra parenthesis * [soci] Correct cmake config file name * update baseline Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-16[flashlight-cpu] New port (#15514)Jacob Kahn
* [flashlight-cpu] New port * Update ports/flashlight-cpu/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/flashlight-cpu/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/flashlight-cpu/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update commits and port versions, comments * Update ports/flashlight-cpu/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Tweaks to feature options for CUDA port * Update ports/flashlight-cuda/portfile.cmake * Update ports/flashlight-cuda/vcpkg.json * one more commit bump * Update port_versions * Add flashlight-cpu.json in port_versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-01-16[openimageio] Bump to 2.2.10.0. (#15509)Adam Johnson
* [openimageio] Bump to 2.2.10.0. * Update port_versions Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-01-16[msdfgen] New port (#15427)Haeri
* initial * format * Update ports/msdfgen/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/msdfgen/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * using vcpkg_copy_tools * Compromise between renameing and UWP * added feature "tools" * forgot a check * Update ports/msdfgen/portfile.cmake * Update port_versions * Add msdfgen.json in port_versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-01-16[libarchive+tesseract+opencv] add missing libarchiveConfig.cmake, fix ↵Stefano Sinigardi
tesseract downstream and unblock opencv CI (#15089) * [tesseract] add missing reference for downstream projects * [tesseract] restore ci, fix many regressions that are uncovered by that * Update ports/opencv2/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [opencv] fix regressions on uwp, accept failure on arm64 for now * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [opencv4] allow failures on all arm windows targets, both win32 and uwp * adopts hints from #15180 * [libarchive] bump control version * [libarchive] use vcpkg-cmake-wrapper instead of a custom libarchiveConfig, since it is vcpkg-provided and not port-provided * enable features to be visible in parent scope * apply documentation fix from CI * [libarchive] remove unnecessary lines in portfile * fix regressions * Update ports/gdcm/CONTROL * use more compact logic syntax * add new versions to baseline Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-01-16[vcpkg] RFC: Versioning (#11758)Victor Romero
* Initial commit of Versioning Specification * Add image for algorith example * Add image file * Address some PR comments * Apply suggestions from code review Co-authored-by: Yehezkel Bernat <yehezkelshb@gmail.com> Co-authored-by: Miro Knejp <miro@knejp.de> Co-authored-by: Rachel Lu <lurachel18@gmail.com> * Update spec * Modify how baseline versions work * Add implementation details spec * WIP: Update specs to reflect latest discussions * Maybe fix formatting on GitHub preview * Apply suggestions from code review Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> * Update spec * Update spec, match implementation * Delete unnecessary files Co-authored-by: Yehezkel Bernat <yehezkelshb@gmail.com> Co-authored-by: Miro Knejp <miro@knejp.de> Co-authored-by: Rachel Lu <lurachel18@gmail.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
2021-01-16[vcpkg-ci] Move version validation after CI build passes (#15686)ras0219