aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-30Add /etc/fstab in order to remove /cygdrive/ prefix (#17138)Kai Pastor
* De-duplicate MSYS2 PATH_TO_ROOT construction * Create MSYS2 /etc/fstab
2021-04-30[libtorrent] Update to latest 1.2.x commit (#17166)Francisco Pombal
* [libtorrent] Update to latest 1.2.x commit - Update to 1.2.13 plus some additional fixes (allows dropping existing patches) - Build with libiconv by default on all platforms - Fix deprecated usage of `vcpkg_check_features` without the `FEATURES` keyword - Migrate to vcpkg.json manifest files * [libtorrent] Update versioning information Co-authored-by: Francisco Pombal <FranciscoPombal@users.noreply.github.com>
2021-04-30[libwebp] Fix release-only builds (#17172)Kai Pastor
* Fix release-only builds of libwebp * Bump port version * Update versions
2021-04-30[dxsdk-d3dx] Add new port (#17175)Chuck Walbourn
* [dxsdk-d3dx] port added * Added deprecation warning * Added basline * Convert CONTROL to vcpkg.json * Update baseline * Updated unsupported platform port logic per feedback * Update baseline * Use version constraint * Update baseline
2021-04-30[pthreadpool] update sources and support find_package (#17196)Park DongHa
* [pthreadpool] support find_package * update to latest source code * [pthreadpool] update port version * [pthreadpool] support uwp * use WindowStore in platform check * [pthreadpool] prefix with 'unofficial'
2021-04-30[avisynthplus] Update to 3.7.0 (#17221)wangqr
* [avisynthplus] Update to 3.7.0 * Update to 3.7.0 * Allows static build as this is supported since 3.7.0 * [avisynthplus] add filesystem submodule to support older compiler * [avisynthplus] change version-string to version-semver
2021-04-30[ncurses] Add new port (#17226)Adam Johnson
* [ncurses] Add new port. * x-add-version * Test ncurses port against CMake.
2021-04-30[hidapi] Add support linux and osx (#17231)NancyLi1013
* [hidapi] Add support linux and osx * Update versions * Remove duplicate AC_CONFIG_MACRO_DIR * Update versions/h-/hidapi.json
2021-04-30[libpq] Fix cmake wrapper on Windows, add usage (#17232)Jack·Boos·Yu
* [libpq] Fix cmake wrapper on Windows, add usage * update version record * Fix macro PostgreSQL_LIBRARIES * update version record * Update ports/libpq/vcpkg-cmake-wrapper.cmake Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * Update ports/libpq/vcpkg-cmake-wrapper.cmake Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * Update versions/l-/libpq.json * Update versions/baseline.json * Update versions/l-/libpq.json * Update ports/libpq/vcpkg.json * Update versions/l-/libpq.json * Update ports/libpq/vcpkg.json * Update versions/baseline.json * Update versions/l-/libpq.json * Update versions/l-/libpq.json Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2021-04-30[libosip2] Update to 5.2.0 and add windows support (#17321)NancyLi1013
* [libosip2] Add Windows support * Update version files * Update portfile.cmake * Update versions/l-/libosip2.json * Fix typo error * Update versions/l-/libosip2.json * Address review suggestion * Update versions/l-/libosip2.json * Update ports/libosip2/portfile.cmake * Remove space line * Update versions/l-/libosip2.json
2021-04-30[libqcow] Update to 20210419 (#17525)Alexandro Sanchez
2021-04-30[ffmpeg] add openh264 support (#17531)Matthias C. M. Troffaes
* [ffmpeg] add openh264 support * [ffmpeg] bump port version * [ffmpeg] x-add-version Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-04-30[matplotplusplus] Fix find and use dependencies (#17552)Jack·Boos·Yu
* [matplotplusplus] Fix find and use dependencies * update version record
2021-04-30[zeromq] Update to 4.3.4 (#17554)Peter Keresztes Schmidt
* [zeromq] Update to 4.3.4 Use newly introduced WITH_LIBSODIUM_STATIC build option when linking libsodium statically. * Update versions
2021-04-30[comms,commsdsl] update ports (#17581)Mathis Logemann
* [comms, commsdsl] update to new version * update versions
2021-04-29[scnlib] Update the port of scnlib to 0.4 (#17242)Dariusz Antoniuk
* [scnlib] update the scnlib port * [scnlib] add the version entry
2021-04-29[stlab] update to 1.6.2 (#17239)dittons
* update stlab to 1.6.2 * update stlab to 1.6.2 (version files) * fix comment in typo * update version Co-authored-by: ian <ian> Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-04-29[Xalan-C] update to 1.12 (#17256)JonLiu1993
* [Xalan-C] update to 1.12 * update version
2021-04-29 [libwebsockets] Update dependency (#17253)NancyLi1013
* [libwebsockets] Update dependency * Update version files
2021-04-29[elfio] Update elfio from 3.8 to 3.9 (#17249)Matt Schulte
* [elfio] Update elfio from 3.8 to 3.9 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-04-29[libyuv] update to latest commit (#17294)JonLiu1993
* [libyuv] update to latest commit * update version * change configure_file parameter * update version
2021-04-29[Gmp] add cflags to build commands for compiletime tools (#17264)Ilya Arzhannikov
* add cflags for compile time tools * vcpkg x-add-version gmp * add yasm-tool as host dependency * ./vcpkg x-add-version gmp --overwrite-version * formating * ./vcpkg x-add-version gmp * Update ports/gmp/vcpkg.json * Update versions/baseline.json * Update versions/g-/gmp.json * Update versions/g-/gmp.json Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-29[fontconfig] Don't require uuid port for mingw (#17280)Kai Pastor
* [fontconfig] Don't require uuid port for mingw * Update versions
2021-04-29[libzip] fix dependency in libzip-config.cmake.in (#17282)NancyLi1013
* [libzip] fix dependency in libzip-config.cmake.in * Update version files
2021-04-29[CGAL] Fix the configuration file (#17300)Maxime GIMENO
* Remove the CGALConfig.cmake in /lib/cgal to only keep the original stuff in /share/cgal. This will fix the missing CGAL_VERSION. * Update CONTROL version * update baseline version
2021-04-29[ryu] fixed syntax error in ryuConfig.cmake (#17306)georg-emg
* ryuConfig.cmake now checks the target rather than the host system to decide whether to install ryu.lib or linryu.a * executed vcpkg x-add-version ryu * Update ports/ryu/ryuConfig.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * executed vcpkg x-add-version ryu * fixed a syntax error in ports/ryu/ryuConfig.cmake * vcpkg x-add-version ryu Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-29[igraph] create new port (#17311)Szabolcs Horvát
* [igraph] create new port * [igraph] commit x-add-version result * [igraph] fix formatting * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * [igraph] explain why we use the release tarball * [igraph] x-add-version * [igraph] workaround for MSVC security warnings * Disable some MSVC warnings * set up for cross-compilation * fixes * enable external CXSparse and fixes * final cleanup * vcpkg x-add-version igraph * Update ports/igraph/portfile.cmake * Update ports/igraph/portfile.cmake * Update ports/igraph/portfile.cmake * Update ports/igraph/vcpkg.json * x-add-version Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-29[yyjson] Add new port (#17201)myd7349
* [yyjson] Add new port * [yyjson] Add version file * [yyjson] Patch CMakeLists.txt * [yyjson] Overwrite version * [yyjson] Copy pdb files * [yyjson] Overwrite version * [yyjson] Fix UWP build * [yyjson] Overwrite version * [yyjson] Fix patch encoding * [yyjson] Overwrite version * [yyjson] Update to 2021-04-12 * [yyjson] Bump version * [yyjson] Update versions/y-/yyjson.json Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * [yyjson] Modernize * [yyjson] Overwrite version * [yyjson] Modernize * [yyjson] Overwrite version Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
2021-04-29[soil] Update repository (#17012)NancyLi1013
* [soil] Update repository * Remove skip from ci.baseline.txt * Update CMakeLists.txt and add support field * update version files * Update to another repository * Rename SOILConfig.cmake.in to soilConfig.cmake.in * Update ports/soil/portfile.cmake * Update configureVersion file * Update and rename SOILConfigVersion.cmake.in to soilConfigVersion.cmake.in * Update version files * Update versions/s-/soil.json
2021-04-29[magnum,-plugins] Fix deprecated use of vcpkg_check_features (#17016)Jonathan Hale
Signed-off-by: Squareys <squareys@googlemail.com>
2021-04-29[doc] Update manifest to reference versioning spec (#17549)Mathis Logemann
* Update manifest to reference versioning spec Currently only `version-string` is included in the manifest-files.md. However there are more variants of this field. This PR adds a cross link to the versioning specification. fixes #17548 * move version field up * list different version schemes * remove comma * Update docs/maintainers/manifest-files.md Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-04-29[docs] Fix broken links (#17566)Phoebe
* [docs] Fix broken links * Fix the charactor * Update the charactor
2021-04-29[python3] Disable registry access to determine WinSDK (#17579)Robert Schumacher
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-04-29[comms, commsdsl] update ports (#16415)Mathis Logemann
* update comms * update versions * commsdsl is dynamic only * update version * fail on static * update version * use version-semver instead of version-string * update versions
2021-04-29update osg-qt from Qt4 tag to master branch(Qt5) (#14761)Fei Chong
* update osg-qt from Qt4 tag to master brach(Qt5) * [osg-qt]: update version to Qt5#4 * Apply suggestions from code review * Update versions/baseline.json * Update versions/o-/osg-qt.json * Update versions/baseline.json * Update versions/o-/osg-qt.json Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-29[opencv4] Fix OPTIONS BUILD_opencv_gapi (#17354)NancyLi1013
* [opencv4] Fix OPTIONS BUILD_opencv_gapi * Update version files
2021-04-29[darknet] fix opencv features, add compatibility with VS16.9 (#15942)Stefano Sinigardi
* [darknet] fix opencv features colliding one with the others * update yolov4-tiny sha512 * move to manifest file * format manifest file and fix some inconsistencies * [darknet] fix references * Update ports/darknet/vcpkg.json * Update versions/d-/darknet.json * apply review suggestions * [darknet] fix references * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * format as requested by CI * [darknet] update refs * [darknet] bugfix Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-04-29[simdjson] Update to 0.9.2 (#17200)myd7349
* [simdjson] Update to 0.9.2 * [simdjson] Bump version * [simdjson] Modernize * [simdjson] Overwrite version * [simdjson] Modernize * [simdjson] Overwrite version * [simdjson] I don't intend to change this line
2021-04-29Add arm64-osx-dynamic triplet (#17363)Nick Gravelyn
2021-04-29[shaderwriter] Update to version 1.1.0 (#17347)Sylvain Doremus
* [shaderwriter] Update to version 1.1.0 * Replaced "version-string" with "version". * Updated port version's sha
2021-04-29[forge] Fix usage (#17404)Jack·Boos·Yu
* [forge] Fix usage * update version record
2021-04-29[frozen] Update to latest commit (#17451)Ryan
* convert control file * update frozen to latest commit * cleanup redundancies * cleanup deprecated functions * disable tests * add version
2021-04-29[doc] Add 2019.06 blog post (#17550)Kai Pastor
2021-04-29[ci] Update macOS to 11 (#17376)nicole mazzuca
* start 2021-04-16 process Major new things: * update to macOS Big Sur (11.*) * switch from VirtualBox to Parallels due to ^ (and also ARM) Minor new things: * update from xcode CLT 12 to 12.4 This PR includes new stuff for creating the base box for parallels. Still to do: using the new box type. * update the vagrantfile stuff * link the CI to the new version * modify how macOS boxes are made the Vagrantfile for the final VM will only download the azure pipeline stuff this allows us to keep the versions of brew applications stable * fix cpus and memory * add vagrant plugins to installables * Skip cppgraphqlgen ICE. * [sdformat6] Remove unneeded include(FindBoost) which causes problems when the system cmake version doesn't match the one deployed by vcpkg. * switch to dmg for installing osxfuse/sshfs * Set cores to 11 (leaving 1 thread for host) Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-04-28[libpq] fix python patches (#15579)Alexander Neumann
* [libpq] fix python patches * [libpq] Bump port-version and add comment about python patches * Bump port-version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-28[vcpkg docs] Add the procedure for updating vcpkg to faq (#17257)Phoebe
* [vcpkg docs] Add the procedure for updating vcpkg to faq * Address the review suggestions * Update the changes
2021-04-28Remove a ')' character in the documentation (#16515)Qingnan Duan
* Remove extra ) * fix doc Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-04-28qt5-base: misleading list of system packages required (#16280)Dawid Wróbel
* qt5-base: misleading list of system packages reqd qt5-base requires many more packages present than just a mere libxkbcommon-x11-dev currently suggested. Let's instead point users to thezure provision script, which a complete and an up-to-date list of them. * [qt5-base] bump version * update version record * Update ports/qt5-base/vcpkg.json * Update versions/q-/qt5-base.json Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-28[parmetis] Fix build on x64-linux. (#17410)Gilles Grospellier
* Fix parmetis build on x64-linux. - Change 'METIS' directory to 'metis' because the true name is 'metis'. - Remove the non working (on linux) link 'METIS' to 'metis'. - Use absolute path for GKLIB_PATH. Using relative path does not work for test HAVE_THREADLOCALSTORAGE in metis/GKlib/GKlibSystem.cmake * Update parmetis version in baseline. * Update CONTROL file * Apply reviewer comment. * Update ci-baseline.txt * Update hash in parmetis.json. * Update port version instead of package version. * Update hash version * Try to build parmetis on 'osx'.
2021-04-28[pcl] Fix qhul cannot be found (#17437)NancyLi1013
* [pcl] Fix qhul cannot be found * Update version files