aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-19[grpc] Update to v1.32.0 (#14111)Phoebe
2020-10-19[cmake] upgrade to 3.18 (#12612)Stefano Sinigardi
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-19[qca] Re-fix find pkgconfig using FindPkgConfig.cmake (#14110)Jack·Boos·Yu
2020-10-17[vcpkg] CMAKE_SYSTEM_PROCESSOR is missing if VCPKG_TARGET_ARCHITECTURE is ↵xyb
arm or arm64. (#13465) This change tries to fix issue #13395. Root cause: In script mode, cmake won't populate CMAKE_SYSTEM_PROCESSOR parameter automatically. That parameter is required by libpng to configure build parameters. To fix this issue, we need explicitly set CMAKE_SYSTEM_PROCESSOR value. Verify: On arm64-linux host, run `./vcpkg install tesseract:arm64-linux`.
2020-10-17[qtkeychain] update to 0.11.1 (#14011)JonLiu1993
* [qtkeychain] update to 0.11.1 * [qtkeychain] Update to 0.11.1 * Update ports/qtkeychain/portfile.cmake * Update ports/qtkeychain/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-10-17[vcpkg_common_definitions] Add macro VCPKG_HOST_IS_<target> (#13730)Jack·Boos·Yu
* [vcpkg_common_definitions] Add macro VCPKG_HOST_IS_<target> * Update scripts/cmake/vcpkg_common_definitions.cmake
2020-10-17[qt5] Update to 5.15.1 (#13477)Alexander Neumann
* update everything. Let ci test if just updating is enough * fix some minor version details. * remove upstream patch * add zstdd patch and do not remove zlib since it is required for bootstrapping * add mqtt hash * webengine hash * add fixup pkgconfig to assimp * add assimp to qt-3d (still requires zlib fix) * setup pkg-config for qt * fix psql detection in configure * fix build details * fix assimp library nameing * -rpath option is not available for static builds * move config log somewhere where CI can catch it. * move logs only if they exists * append bzip2 qt-3d * break qt3d again to get logs * retry qt3d * remove qt-3d failure. everything ok now * add assistent patch for qt5-tools not building qthelp * remove unnecessary qt5-webengine patches * Remove PSQL_TYPES * [qt5-3d] remove irrxml as a assimp dep * remove unnecessary patch * fix qt-3d on windows * fix qt5-3d linux Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-10-17[cfitsio] Update to 3.49 and fix dependency zlib (#14064)Jack·Boos·Yu
* [cfitsio] Update to 3.49 and fix dependency zlib * export unofficial cmake targets * [cfitsio] Fix file paths, export cmake targets * [cfitsio] Required cmake_policy CMP0012 * [ccfits] Fix dependency cfitsio * [cfitsio] Fixup pkgconfig * [healpix] Fix dependency cfitsio * [cfitsio] fix homepage and patches Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-10-17[oatpp] Update to 1.2.0 (#14078)Kaung Zaw Htet
* [oatpp] Update to 1.2.0 * fixed UWP build err of oatpp at v1.2.0
2020-10-17[antlr4] update to 4.8 (#14036)Akihisa Yagi
* [antlr4] update to 4.8 * [antlr4] Add supports * [antlr4] Regenerate patch files * [antlr4] Remove spaces from patch files Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-10-16[libpqxx] Update to 7.2.0 (#14067)JonLiu1993
* [libpqxx] Update to 7.1.2 * [libpqxx] Update to 7.2.0 * Update ports/libpqxx/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-10-16[json-c] always install pc files (#14086)Alexander Neumann
2020-10-15[curl] Update to 7.73.0 (#14035)Kevin Lu
2020-10-15[qca] Disable plugin botan temporary (#14058)Jack·Boos·Yu
2020-10-15[icu] Disable layoutex feature (#13991)Pierre Gergondet
This feature requires icu-le-hb which is not provided by vcpkg. When this package is otherwise available on the system the build will fail as the pkg-config file pulls the dependency from the system.
2020-10-15[jansson] Update to 2.13.1 (#14007)jimmy hu
* [jansson] Update to 2.13.1 [jansson] Update to 2.13.1 * [jansson] Update portfile.cmake [jansson] Update portfile.cmake
2020-10-15[openmama] Update to 6.3.1 (#14039)fquinner
* Bumped OpenMAMA to 6.3.1 * [openmama] Update CONTROL Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-10-15[magic-enum] Update to v0.7.0 (#14046)Daniil Goncharov
2020-10-15[assimp] Fix missing find dependency utfcpp (#14061)Jack·Boos·Yu
2020-10-15[gamedev-framework] Update new version 0.18.0 (#14066)Julien Bernard
* update to new version * format vcpkg.json correctly
2020-10-15[libmariadb] Update the patch (#14059)Phoebe
2020-10-15[vcpkg/cmake] add LOGNAME option (#14002)Alexander Neumann
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2020-10-14[chakracore,gamma,libopenmpt,portaudio,usrsctp] Fix baseline for 2020-10-14 ↵Billy O'Neal
(#14054) * [portaudio] Remove from baseline, fix CRT linkage and mark UWP as unsupported. portaudio was fixed by https://github.com/microsoft/vcpkg/commit/654adc64b36607aff14f614387eb904d64faec2b * [chakracore] Remove passing case from baseline and add Supports. PASSING, REMOVE FROM FAIL LIST: chakracore:arm64-windows (.\scripts\ci.baseline.txt) * [gamma] Remove from baseline. PASSING, REMOVE FROM FAIL LIST: gamma:x64-linux (.\scripts\ci.baseline.txt) This was blocked by portaudio before. * [usrsctp] Remove baseline PASSING, REMOVE FROM FAIL LIST: usrsctp:arm-uwp (.\scripts\ci.baseline.txt) PASSING, REMOVE FROM FAIL LIST: usrsctp:x64-uwp (.\scripts\ci.baseline.txt) Probably fixed by https://github.com/microsoft/vcpkg/commit/16b68c2f35771c250b354248f11015f9def2a89b * [libopenmpt] Fix build on recent msvc by backporting deaf2e3837fb08b1a53fd21bb53adbafe0a84e7d https://github.com/OpenMPT/openmpt/commit/deaf2e3837fb08b1a53fd21bb53adbafe0a84e7d * [chakracore] Also needs dynamic universe.
2020-10-14[ogre] Add assimp as dependency (#14032)NancyLi1013
2020-10-14Add sratom port (#13771)Dominic Clark
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-14[openxr-loader] Fix dependency port jsoncpp (#14028)Phoebe
2020-10-14[vcpkg/configure_make] add option DETERMINE_BUILD_TRIPLET (#14001)Alexander Neumann
* [vcpkg/configure_make] add option DETERMINE_BUILD_TRIPLET * add missing option to cmake_parse_arguments * add missing USE_WRAPPERS option
2020-10-13[halide] Update to version 10.0.0 (#13860)Alex Reinking
* fix LLVM target-all feature * [halide] bump Halide to version 10.0.0 * Use empty package policy to allow plugins to be located in lib. This is following the recommendations in a conversation I had with Robert Schumacher on the #vcpkg CppLang Slack channel. This recommendation was derived from the fact that "cmake defaults module DLLs into the lib folder, which makes vcpkg's current policy very inconvenient for authors" and that I do not plan to enable build systems other than CMake. * [halide] skip x86-windows due to MSVC bug * [halide] restore x64-windows-static fail status * add usage file to Halide * Update CONTROL version * Remove '!emscripten` from ports/halide/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-10-13[libtheora] add unofficial cmake config, remove FindOGG.cmake (#13783)Matthias C. M. Troffaes
* [libtheora] remove FindOGG.cmake since ogg port already provides a cmake config * [libtheora] OGG -> Ogg to match config (fixes x64-linux build on case sensitive file systems) * [libtheora] add config file and install it * [libtheora] bump port version * [libtheora] remove include and add missing target_link_libraries instead * [libtheora] use target_include_directories to set build and install interface include folders Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-13[openvdb] Update to the latest version (#13740)NancyLi1013
* [openvdb] Update to the latest version * Update tools Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-13[metis] Fix redefinition with msvc header file (#13778)Jack·Boos·Yu
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-13[sqlcipher] Add new port (#13786)SvenPStarFinanz
* [sqlcipher] New port * Reformatted. * Update vcpkg.json * Update ports/sqlcipher/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Removed from baseline, because flagged in vcpkg.json. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-13Fixed port of mongo-c-driver/mongo-cxx-driver for android (#13850)Markus87
* Fixed port of mongo-c-driver/mongo-cxx-driver for android * mongo-c-driver - Default value of ENABLE_SHM_COUNTERS is AUTO * Use vcpkg provided variable VCPKG_TARGET_IS_ANDROID to detect android Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Increased port-version of mongo-c-driver * Increased port-version of mongo-cxx-driver Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-10-13[cpr/crc32c] Update version (#13678)Jack·Boos·Yu
2020-10-13[utfcpp] Use vcpkg_*_cmake and add features (#13521)Jack·Boos·Yu
2020-10-13[vcpkg] VCPKG_APPINSTALL_DEPS install dependencies on install #1653 (#13011)Sander Cox
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-10-13[libgeotiff] Upgrade to version 1.6.0 (#10408)Lily
2020-10-13[libpng[apng]] Add msys installation to use awk (#13838)Albert Huang
* libpng[apng] - add msys installation to use awk, which fixes the apng prefix problem * [libpng] Update CONTROL version * Fix incorrect args to vcpkg_acquire_msys Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-10-13[openssl] Update to 1.1.1h (#13956)Kevin Lu
* [openssl] Update to 1.1.1h * Update ports/openssl-unix/CONTROL Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update ports/openssl-uwp/CONTROL Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update ports/openssl-windows/CONTROL Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com> Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
2020-10-13Use libwebsocket's master for libuv-related bugfixes (#13939)zbroyar
* use libwebsocket's master for libuv-related bugfixes * use tag v4.1.3 which includes libuv foreign loop fixes
2020-10-13[directxtex] Use CMake build system, add OpenEXR support and dx12 feature ↵Rémy Tassoux
(#13969) * [directxtex] Use CMake build system and add OpenEXR support Use the provided CMake file instead of the VS solutions to build the library, as recommended in the vcpkg maintainer guide. Also add the openexr feature to enable OpenEXR in the library and its tools. https://github.com/Microsoft/DirectXTex/wiki/Adding-OpenEXR * [directxtex] Fix build failure on ARM and UWP * [directxtex] Use vcpkg_copy_tools * [directxtex] Add win7 feature DirectXTex can be build without DirectX12 to support Windows 7 Service Pack 1 or later platforms, so I added this as a feature. * [directxtex] Replace win7 with dx12 feature * [directxrex] Shorten patch file * [directxtex] Fix wrong port version * [directxtex] Use ninja
2020-10-13[ffmpeg:x64-linux] install tools also on non-windows platforms (#13932)Matthias C. M. Troffaes
* [ffmpeg:x64-linux] install tools * [ffmpeg] use vcpkg_copy_tools to copy tools
2020-10-13[directxtk12] Use CMake build system (#13975)Rémy Tassoux
* [directxtk12] Use CMake build system Use the provided CMake file instead of the VS solutions to build the library, as recommended in the maintainer guidelines. * [directxtk12] Fix wrong port version * [directxtk12] Use ninja
2020-10-13[icu] Update automake dependency 1.15 -> 1.16 (#13980)hannesweisbach
* [icu] Update automake dependency 1.15 -> 1.16 automake 1.15 is not available through msys anymore; automake 1.16 is the oldest available version. * [icu] Update CONTROL version Co-authored-by: LilyWangL <wangli28@beyondsoft.com>
2020-10-13[portaudio] Fix build on windows (#13982)Nemirtingas
* Build only static or shared library * Update CONTROL Co-authored-by: Nemirtingas <nanaki89@hotmail.fr>
2020-10-13[glew] Add dependency (#13993)Phoebe
* [glew] Add dependency * Update ports/glew/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-10-13update ogre to 1.12.9 (#14006)Long Huan
fix Bites error
2020-10-13[sentry-native] Update to 0.4.3 (#13996)Vitalii Koshura
* [sentry-native] Update to 0.4.3 Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com> * Remove port-version string Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2020-10-13[lest] Add optional 'Homepage' field to CONTROL (#14004)jimmy hu
* [vcpkg] Add optional 'Homepage' field to CONTROL [control file] Add optional 'Homepage' tag This allows a 'Homepage' tag to be added to a port. * Update ports/lest/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-10-13[akali] Update to v1.42 (#14005)winsoft666
* teemo * 1. move header files to teemo folder. 2. add Cancel Event. 3. create directories automatically. * update teemo to v2.1 * update teemo code ref * remvoe cpprestsdk dependency * Update to v1.42 * [akali] Add supports and update ci.baseline.txt * Update portfile.cmake Co-authored-by: wangli28 <wangli28@beyondsoft.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>