aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-02[vcpkg baseline][tinyfiledialogs] Change repo to sourceforge (#19287)Jack·Boos·Yu
* [tinyfiledialogs] Change repo to sourceforge * version * Export INTERFACE_INCLUDE_DIRECTORIES * Update versions/t-/tinyfiledialogs.json
2021-08-02[intel-mkl] Lookup oneapi installation for mkl headers (#19296)pradeep
* [intel-mkl] Lookup oneapi installation for mkl headers * [intel-mkl] Increment port version for oneMKL related change * [intel-mkl] Update version
2021-08-02Avoid rmdir the downloads directory is nonexistent. (#19314)Billy O'Neal
2021-08-02Clean the downloads directory every CI run. (#19311)Billy O'Neal
Now that vcpkg has artifact caching, meaning downloading artifacts usually doesn't have to leave the datacenter, there's no need to potentially dirty different runs with leftover downloads from each other. This resulted in some "impossible" results in https://github.com/microsoft/vcpkg/pull/18687 where a previous PR run accidentially downloaded the Windows version of nodejs to /mnt/vcpkg-ci/downloads/node-v14.17.4-linux-x64.tar.xz
2021-07-30[tensorflow] Update the max version of the supported bazel (#19165)Cheney Wang
* [tensorflow] Update the max version of the supported bazel * Update json file
2021-07-30[vcpkg_minimum_required] fix, add unit tests (#19257)nicole mazzuca
* fix vcpkg_minimum_required drive-by scripts audit * initial unit tests * finish unit tests
2021-07-29[FreeRDP] update to 2.3.2 (#18242)zhongzf
* feat: [FreeRDP] update to 2.3.2 * fix: vcpkg_fixup_pkgconfig * fix: the error for pkgconfig checking. * fix: ./vcpkg x-add-version --overwrite-version freerdp * [freerdp] Minimizing patching by hooking install * feat: just add space to let it compile again to have a try. * feat: rollback to compiled version. * feat: x-add-version * fix: remove the useless code. * Update versions/f-/freerdp.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-07-29[kf5sonnet] new port (#19199)Dawid Wróbel
* Add kf5sonnet port * [kf5sonnet] remove binaries * Fixed kf5sonnet for windows * [kf5sonnet] fix windows build * [kf5sonnet] update to 5.75.0 * [kf5sonnet] update to 5.84.0 * [kf5sonnet] update versions * [kf5sonnet] use semver Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * [kf5sonnet] replace deprecated functions Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * [kf5sonnet] update versions * [kf5sonnet] DISABLE_PARALLEL_CONFIGURE * [kf5sonnet] update versions * [kf5sonnet] fix MAYBE_UNUSED_VARIABLES usage * [kf5sonnet] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-07-29[rollup] 2021-07-26 (#19157)nicole mazzuca
* [rollup:2021-07-26 1/6] PR #18783 (@strega-nil) [scripts-audit] vcpkg_copy_tools and friends * [rollup:2021-07-26 2/6] PR #18898 (@dg0yt) [vcpkg] Fix toolchain compatibility with cmake < 3.15 * [rollup:2021-07-26 3/6] PR #18980 (@strega-nil) [cmake-guidelines] Minor update, for `if()` * [rollup:2021-07-26 4/6] PR #18981 (@strega-nil) [scripts-audit] vcpkg_check_linkage * [rollup:2021-07-26 5/6] PR #19158 (@Hoikas) [vcpkg.cmake] Fix variable case. * [rollup:2021-07-26 6/6] PR #18839 [scripts-audit] z_vcpkg_get_cmake_vars Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-07-28[vcpkg baseline][easyhook] Remove mismatch prebuild library after build (#19216)Jack·Boos·Yu
* [easyhook] Remove mismatch prebuild library after build * version * update baseline * Update ports/easyhook/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/easyhook/vcpkg.json * Update versions/e-/easyhook.json * Update versions/e-/easyhook.json Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-07-28[pistache] fix install (#19206)nicole mazzuca
* [pistache] fix install * fix ci.baseline.txt, versions Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-07-28[inja] Update to 3.3.0. (#19208)Billy O'Neal
* [inja] Update to 3.3.0. * Fix version.
2021-07-28[nghttp2] Update and fixes (#19163)Kai Pastor
* Format manifest * Update to v1.44.0 * Modernize and fix portfile * Fix usage in static windows triplets * x-add-version
2021-07-28Add AZP logging markup for versioning errors (#19104)Kai Pastor
2021-07-28[forge] port release update to v1.0.8 (#19166)pradeep
* Update forge port to v1.0.8 fix release * Update baseline version for forge port
2021-07-27[vcpkg] Pass AUTHORIZATION_TOKEN to the vcpkg_download_distfile() command ↵Sergii Baitala
which retrieves VCPKG_HEAD_VERSION (#19077)
2021-07-27[many ports] Update KF5 frameworks to 5.84 (#19168)Dawid Wróbel
* [kf5*] Update KDE Frameworks to 5.84 * [kf5*] Update versions
2021-07-27[vcpkg] Update tool to 2021-07-26 (#19159)Billy O'Neal
2021-07-27[qwt] update to 6.2.0 (#19075)JonLiu1993
* [qwt] update to 6.2.0 * update version * fix request changes * update version * update portfile.cmake * update vsersion * fix CI error * update version
2021-07-27[v8] Update to version 9.1.269.39 (#18998)Rodrigo Hernandez Cordoba
2021-07-27[vcpkg] Optionally limit the number of cores during vcpkg bootstrap (#19010)Bradley Austin Davis
* limit the number of cores during vcpkg bootstrap * Switch to VCPKG_MAX_CONCURRENCY
2021-07-27[alembic] Enable release only and debug only build on alembic port (#18963)DanielDelaporus
* [alembic] Enable release only and debug only build on alembic port * Fix version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-07-27[ffmpeg] fix cross compilation on mac arm64 to x86_64 (#18737)Alexandre Bique
* [ffmpeg] fix cross compilation on mac arm64 to x86_64 * Bump port-version * Bump port-version again. Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-27Don't emit stderr on successful bootstrap. (#19175)Billy O'Neal
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-07-27[grpc] fix generated pkg-config file (#19174)Carlos O'Ryan
gRPC uses `upb`, but normally it vendors-in the dependency. The vendored-in version uses a single library artifact, and the generated pkg-config file simply adds `-lupb`. In `vcpkg` we use the `upb` package. This has more libraries, and thus more `-lupb_*` options are needed. Ideally we would use a `upb.pc` file, but that does not exist.
2021-07-26[zlib] Add cmake wrapper (#18914)Kai Pastor
* Format manifest * Add cmake wrapper * x-add-version * Always use vcpkg zlib for sentry native * x-add-version * Fix and simplify wrapper * Update git-tree
2021-07-26[duilib] Enable unicode define (#17745)李洋阳
* duilib enable unicode define * duilib version modify git-tree * update duilib version files * update duilib control and version files * modify duilib cmake tab to space * duilib remove unnecessary space char * duilib update version file * Update versions/baseline.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/duilib/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/d-/duilib.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * fix duilib version file Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-07-26[vcpkg-ci] Add GitHub Actions precheck and reporting (#19115)Robert Schumacher
2021-07-26[gdal] Fix GDAL_LIBRARY passing by cache variable (#19119)Kai Pastor
* Fix GDAL_LIBRARY passing by cache variable * x-add-version
2021-07-26[libgeotiff] fix build on ios (#19113)Matthias Kuhn
* libgeotiff on ios * x-add-version
2021-07-26[cspice] Support building in UWP (#19109)Levin Li
* Make cspice work on UWP * Bump cspice port version
2021-07-26[libiconv] Fix 'DLL Initialization Failed' in UWP applications (#19108)Levin Li
* Fix for libiconv * Update port version
2021-07-26[zeromq] Fix arm build, fix feature websockets-sha1 (#19074)Jack·Boos·Yu
* [zeromq] Fix arm build, fix feature websockets-sha1 * update baseline * version stuff * Fix rename * Update versions/z-/zeromq.json
2021-07-26[libidn2] Fixes for mingw and minor issues (#19002)Kai Pastor
* Fix port's cmake buildsystem for mingw * Install pc file for windows * Modernize portfile * Increment port-version * x-add-version * Use libunistring for non-windows * CR and doc changes * Update git-tree
2021-07-26[libsigcpp] Fix usage in static build (#18944)NancyLi1013
* [libsigcpp] Fix usage in static build * Update version files * Apply review suggestions * Update versions/l-/libsigcpp.json Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-26[sail] Update to 0.9.0-pre14 (#19101)Dmitry Baryshev
* [sail] Update to v0.9.0-pre14 * [sail] vcpkg x-add-version --all * [sail] Remove PREFER_NINJA Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [sail] Add quotes Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [sail] Add quotes Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [sail] Add quotes Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [sail] Add quotes Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [sail] vcpkg x-add-version --all Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-07-26[CGAL] Upgrade to 5.3 (#18392)Maxime GIMENO
* Not tested yet * Fix SHA and version name * reset port version to 0 * Upgrade to 5.3 * CGAL: Add FEATURES and run add-version * update version * [cgal] Convert to vcpkg.json * Cancel modifications to versions/c-/cgal.json * update version file Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-26[drogon] Added database support features (#18711)Greisberger Christophe
* [drogon] Added database access features * Replaced CONTROL with vcpkg.json manifest file * Patched finding brotli libraries for static triplets (brotlicommon-static.lib and co.) * Added features for database access, disabled by default. * [drogon] Fixed vcpkg.json version * update vcpkg.json format * update version * Added new feature redis * update vcpkg.json format * update version * delete redis dependence * update version * fix request feature * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-07-26[vcpkg/scripts/make] avoid versioning for android (#17089)huangqinjin
2021-07-25[restc-cpp] make using boost-log an optional feature (#18683)sandro97git
* [restc-cpp] make using boost-log an optional feature * Update versions/r-/restc-cpp.json * Remove boost-log from dependencies * Update versions/r-/restc-cpp.json * [restc-cpp] Add boost-asio dependency * update version SHA Co-authored-by: Sandro Scherer <sandro.scherer@siemens.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com> Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2021-07-25[openblas] update to 0.3.15 version and add dynamic arch feature (#15238)Ilya Arzhannikov
* [openblas] dynamic arch feature * remove debug output * Update ports/openblas/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * update version to 0.3.13 * osx build * fix CONTROL, add FEATURES keyword to vcpkg_check_features * x-add-version * bump openblas version to 0.3.14 * ./vcpkg x-add-version openblas * apply format.diff from ci * ./vcpkg x-add-version openblas --overwrite-version * Update versions/o-/openblas.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * update port to version 0.3.15 * ./vcpkg x-add-version openblas * vcpkg_check_linkage * ./vcpkg x-add-version openblas --overwrite-version * ./vcpkg x-add-version openblas --overwrite-version * Update versions/o-/openblas.json Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-07-25[entt] add `experimental` feature (#18626)terens
* Update `entt/portfile.cmake` to support the new `experimental` feature. * Added the `experimental` feature on `entt/vcpkg.json`. * Small fix on `entt/vcpkg.json`. * Update vcpkg.json * New branch * Fixup * (Hopefully) fixed entt version * Require specifying `--head` for the feature * update version * update version * [entt] add experimental feature * update version * update vcpkg.json * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-07-25[ms-quic] create a new port (#18225)Park DongHa
* [ms-quic] create a new port * rewrite to fix garbled history of #18225 * [ms-quic] update port/version SHA * [ms-quic] disable windows-static triplet * Update ports/ms-quic/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/ms-quic/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [ms-quic] update patch files * [ms-quic] make quictls only * reduce feature list for future updates * update version SHA Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-07-24[gettext] Add gettext cmake wrapper (#18159)Kai Pastor
* Add gettext cmake wrapper * x-add-version * Make kf5i18n use gettext[tools]:host * x-add-version * Revise wrapper source names * Update git-tree * Provide host tools via port config, not wrapper * Enable tools on linux * Fix linux libintl.h hint * Update git-tree * Update git-tree * Revise vcpkg port config * Revise linux libintl.h message * Revise cmake style * Build only release variant of tools * Cache configuration for faster build * Update git-tree * Fix typo * Revise options * Add top-level Makefile for tools * Remove non-libintl libs and includes * Update git-tree * Update port-version * x-add-version * [gettext] Address PR comments Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-07-23[boost] Fix `boost-modular-build.cmake` with VS 2022 17.0 Preview 2 (#19086)Stephan T. Lavavej
* Fix boost-modular-build.cmake with VS 2022 17.0 Preview 2. * Update another version list, noticed by @CaseyCarter. * Update port-version to 1. * Run `vcpkg.exe x-add-version --all`.
2021-07-23[docs] Describe nugettimeout option in binarycaching (#19084)Eric Kilmer
2021-07-23[gdal] Repair gdal wrapper (#19105)Kai Pastor
* Repair gdal wrapper * x-add-version
2021-07-23[gdal] Fix build for non-Windows targets (#17698)Kai Pastor
* Remove obsolete GDAL_VERSION_LIB * Build mingw with configure/make * Rearrange CONF_OPTS, expose tiff dependency * Revise linkage configuration * Rearrange GDAL_PATCHES * Put optional drivers into non-default feature * Fix gdal build * Update vcpkg.json * Re-enable netcdf support * Revise cmake wrapper * Final portfile cleanup * Remove curl osx system dependencies * Verify configuration results before building * Update and revise configure.ac patch * Fix dllexport for mingw-dynamic * Fix pc file * Add dependencies to cmake wrapper * Increment port-version * x-add-version * Fix typo * Update git-tree * strega-nil CRs Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-07-23[shaderc] Add fix for installing shaderc_util (#18979)Christoph Neuhauser
* Added fix for installing shaderc_util in port shaderc. * Restricted install of shaderc_util to static build.
2021-07-23[giflib] Update to 5.2.1 (#18836)Kai Pastor
* Update to 5.2.1 * Modernize portfile * Enable shared lib * Handle system reallocarray * x-add-version * Disable GifDrawBoxedText8x8 on windows * Update git-tree * Add separate patch for GifDrawBoxedText8x8 * Update git-tree