aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-07-22[ChakraCore] Add Linux support (#18476)Leonid Pospelov
* [ChakraCore] Add Linux support * Fix * x-add-version * Update ci.baseline.txt * Update portfile.cmake * Do not emit error if VCPKG_BUILD_TYPE is undefined * Update ports/chakracore/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/chakracore/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/chakracore/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/chakracore/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/chakracore/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Add missing space * Add quotes to variables * Update the baseline version * Fix Windows build * vcpkg x-add-version chakracore Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-07-22[physfs] Patches to fix behavior on macOS / Linux (#15962)pastdue
* [physfs] Patches to fix behavior on macOS / Linux * Run x-add-version physfs * Update ports/physfs/portfile.cmake * Update ports/physfs/portfile.cmake * Update versions/p-/physfs.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-07-22[starlink-ast] create new port (#17105)Angus Comrie
* initial test of AST (broken) * slight improvement to build * almost working... * added minpack cflags * use static linking * yaml and pthreads features added * debug and release cflags * versioning * formated vcpkg.json * updated version string * adjusted based on PR feedback * updated to 9.2.4 release to avoid source patching * removed comments * updated baseline version * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com> * adds supports field to json * Update ports/starlink-ast/portfile.cmake adjust configure options Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com> * removed --disabled-shared and MINPACK_NO_DLL * use DETERMINE_BUILD_TRIPLET to determine host * updates git-tree hash * quotemarks fix * git tree hash update Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>
2021-07-22Allow specifing the ODBC version for nanodbc. (#17974)Anthony Calandra
2021-07-22[SLikeNet] Update and fix building with x64-mingw-static (#18358)Leonid Pospelov
* SLikeNet now builds under MinGW Use vcpkg.json instead of CONTROL Fix Run x-add-version Fix deprecation warning Update ports/slikenet/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/slikenet/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Run vcpkg x-add-version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-22[soil2] Update version (#18453)Stijn Herfst
* [soil2] Update version * update version files * Update ports/soil2/CONTROL * update control file * [soil2] Remove CMake version support * Remove CMake version copy * update version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-07-22[openssl] Fix vcpkg-cmake-wrapper.cmake (#18475)Phoebe
* [openssl] Fix vcpkg-cmake-wrapper.cmake * Update baseline revision * Update the wrapper * Update the baseline * Update the wrapper * Update the baseline * Update the wrapper * Update the baseline * Update the wrapper * Update the baseline * Update the wrapper * Update the baseline * Update the wrapper * Update the baseline * Bump port-version. * Update the baseline version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-07-22[tiff] Fix build on arm64-linux (#18511)Kai Pastor
* Fix FindCMath * x-add-version
2021-07-22[spdlog] Update to 1.9.0 (#18512)Andrey Nekrasov
2021-07-22[openblas] Fix C/CXX flag customization in openblas (#18535)Johannes Schönberger
* Fix C/CXX flag customization in openblas * Update ports/openblas/portfile.cmake Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * Update versions * Update versions/o-/openblas.json * Fix merge conflict * Update versions/o-/openblas.json Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-22[teemo] Update version to v2.2. (#18551)winsoft666
* [teemo] Update version to v2.3. * [teemo] Modify version to v2.2 * [teemo] Run `vcpkg x-add-version teemo` to add version info. * [teemo] Update Build-Depends. * Update versions/t-/teemo.json Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-07-22[icu] Fix x86-osx -> arm64-osx cross-compilation (#18608)Lucius Q. User
2021-07-22[laszip] Migrate LASzip to the new manifest format. (#18614)Tamás G. Barna
* Migrate LASzip to the new manifest format. - CONTROL -> vcpkg.json - vcpkg_configure_cmake -> vcpkg_cmake_configure - vcpkg_install_cmake -> vcpkg_cmake_install * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-07-22[azure-storage-cpp] Deprecate azure-storage-cpp package (#18618)JinmingHu
* Add "legacy" to the description of azure-storage-cpp * vcpkg x-add-version azure-storage-cpp --overwrite-version * print a message * update version * update json file * Fix typo * Update version stuff * add new sdk * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-07-22vcpkg_configure_make: MacOS assume target arch is host arch (#18632)Eric Kilmer
This is to guard against MacOS triplets that don't list VCPKG_OSX_ARCHITECTURES
2021-07-22[libuuid] Added cmake config and targets (#18738)bucurb
* added cmake config and targets * bumped version * updated sha * renamed targets to unofficial- * updated sha * Trigger builds * PR comments * updated sha * Update the baseline version * PR comments * sha Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-22Update SPSCQueue to v1.1 (#19079)Erik Rigtorp
2021-07-22[libmariadb] Fix plugin installation, fix pkgconfig (#18769)Jack·Boos·Yu
* [libmariadb] Fix plugin installation, fix pkgconfig * fix installation * update version stuff Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-22[llvm] improve cross compilation (#18770)Alexandre Bique
2021-07-22[vcpkg] Update vcpkg tools (#18817)Phoebe
* [perl/nuget] Update to latest release * Update nuget to 5.10.0 in vcpkgTools.xml * Update git aria2 scons go doxygen ruby bazel python3 * Update clang * Update meson to 5.8.1 * Update the baseline verison * Update vswhere to 2.8.4 * Update gsutil, add x86 nodejs on windows * Update git to 2.32.0.2 * Update the doc * Revert changes for adding nodejs Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-22[liblzma] add install bundle for support build target for ios platform. (#18829)Jimmy Lee
* [liblzma] add install bundle for support build target for ios platform. * Remove the deprecated functions * format vcpkg.json * Update the baseline version Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-07-22[apsi] Add new port (#18847)Wei Dai
* Added a new port, apsi. * Updated versioning. * Added platform to a feature in apsi. * Updated versioning. Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-22[libmodplug] [ffmpeg] fix libmodplug .pc file for static windows build (#18867)Matthias C. M. Troffaes
* [libmodplug] fix pkg-config file for static builds on windows * [libmodplug] convert CONTROL to vcpkg.json * [libmodplug] bump port version * [ffmpeg] enable modplug feature on static windows builds * [ffmpeg] reformat manifest * [ffmpeg] bump port version * [ffmpeg] [libmodplug] x-add-version * [libmodplug] simplify copyright file install * [libmodplug] x-add-version * [ffmpeg] bump port version * [ffmpeg] x-add-version * [ffmpeg] fix post-merge * [ffmpeg] x-add-version
2021-07-22[flatbuffers] upgrade the `flatbuffers` to v2.0.0 (#18897)Xing Ji
* upgrade the flatbuffers's version * run `vcpkg x-add-version` * upgrade flatbuffers to v2.0.0 for mnn * add new port-version of `mnn` after upgrade the flatbuffers * fix the port-version of `mnn` * Update ports/mnn/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/flatbuffers/CONTROL Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * run `vcpkg x-add-version flatbuffers --overwrite-version` * run `vcpkg x-add-version mnn --overwrite-version` * regenerate code files by flatc before build * run `vcpkg x-add-version mnn --overwrite-version` * add `flatbuffers` in dependencies * run `vcpkg x-add-version mnn --overwrite-version` * new port version for mnn * run `vcpkg x-add-version mnn --overwrite-version` to rebuild * Update versions/m-/mnn.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/mnn/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * run `vcpkg x-add-version mnn --overwrite-version` * Add missing quotes. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-22[pcapplusplus] New port (#18899)seladb
* Add PcapPlusPlus port * Fix non-windows installation * Run json formatting and x-add-version * Run x-add-version * Fix sha * Apply suggestions to `vcpkg.json` from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Fix versions * Fix sha for pcapplusplus.json * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Revert back from 'version' to 'version-string' * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Fix SHA in pcapplusplus.json * Remove the patches and copy the lib files from the `Dist` folder * Fix sha Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-07-22[ompl] Fix linking using ${OMPL_LIBRARIES} (#18908)Akash
* Fix _IMPORT_PREFIX * Export cmake targets file * Fix config * Make separate omplapp port * Run x-add-version for omplapp * Fix versions * Fix omplapp static builds * Run x-add-version * Update ports/omplapp/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/omplapp/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Put files in quotes * Run x-add-version Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-07-22[nana]add MinGW subsystem support for nana (#18911)Liu Chenxin
* add MinGW subsystem support for nana * update port version * [nana] update versions * format-manifest Co-authored-by: Billy Robert ONeal III <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-07-22[robin-hood-hashing] Update to 3.11.3 (#18917)Rémy Tassoux
* [robin-hood-hashing] Update to 3.11.3 * [robin-hood-hashing] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-07-22[cpp-httplib] Update library to 0.9.1 (#18972)Leonid Pospelov
* Bump cpp-httplib version to 0.9.1 * Run x-add-version
2021-07-22[libavif] Update 0.9.1 to 0.9.2 (#18973)Dmitry Baryshev
* [libavif] Update 0.9.1 -> 0.9.2 * [libavif] vcpkg x-add-version --all