aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-09[vcpkg] New policy: SKIP_ARCHITECTURE_CHECK. (#10398)Alexander Neumann
* New policy: SKIP_DLL_ARCHITECTURE_CHECK. The check only works if MS link.exe is used otherwise the second linker member is missing (according to the observed errors) * rename to VCPKG_POLICY_SKIP_ARCHITECTURE_CHECK since the dll check was ok but the lib check was failing. * fix indentation * move the if to a better position.
2020-04-09fix vcpkg_find_acquire_program for script (#10621)Alexander Neumann
behavior before: one script found meant another script could not be searched since the first one would simply be returned.
2020-04-09[vcpkg-test] Fix the check for ability to make symlinks (#10543)nicole mazzuca
The old check checked to see if the computer was in developer mode _OR_ allowed sideloading apps, but we want _only_ developer mode.
2020-04-09[vcpkg] Correct UInt128 code 😇 (#10583)nicole mazzuca
* [vcpkg] Correct UInt128 code 😇 `UInt128::operator<<(x, y)` should clear the bottom 64 bits of `x` if `y >= 64`; however, we don't do this, and so we duplicate `x`'s bottom bits into `x.top` instead of moving them. Similarly, we have the opposite problem for `UInt128::operator>>`. This commit fixes these latent bugs, which we weren't hitting because the thing we use them for never actually shifts more than 64 bits.
2020-04-08[jsoncons] update to v0.150.0 (#10688)Daniel Parker
* [jsoncons] update to v0.150.0 * [jsoncons]Fixed version in CONTROL file
2020-04-08fix some remaining absolute paths. (#10746)Alexander Neumann
2020-04-07[google-cloud-cpp*] update to the latest release (#10680)Carlos O'Ryan
2020-04-06[vcpkg] Fix vcpkgTools.xml, vcpkg_find_acquire_program.cmake ↵Lily
version/filename inconsistent (#10655)
2020-04-06[mpfr] Add mirror for mpfr at gnu.org (#10035)Michael Konečný
* add mirror for mpfr at gnu.org * remove deprecated include(vcpkg_common_functions) * update version number after modified port * update copyright handling command to install
2020-04-06[angle] Improve port (#9965)Alexander Neumann
* update opengl and install all headers * improve angle * update egl-registry * fix osx regression * update baseline. * fix uwp regressions * fix osx and linux regression * add encoding patch * bump glad control * rechdeck gl visibility from native build * removed unnecessary commented code * add GL_VISIBILITY to the exported targets Co-authored-by: dan-shaw <51385773+dan-shaw@users.noreply.github.com>
2020-04-06[vcpkg] Make configure meson sane and work for all targets. (#10395)Alexander Neumann
* fix configure meson for non windows builds. * change to the two ports using meson * fix passing of empty compiler arguments. * dont transform / into - for all flags * copy meson logs into the buildtree to better diagnose CI errors of meson ports * another change to the two ports to actually force a CI rebuild * add missing /pkgconfig dir to PKG_CONFIG_PATH * fix pkgconfig setup * add share/pkgconfig to PKG_CONFIG_PATH * Add CMake path to PATH for meson * add share folder to prefix for meson * remove double message * add libdir so that meson does not install into architecture folder in linux and make prefix path target dependent. (Or should it be host dependent?) * bump controls * update toolchain selector to use VCPKG_TARGET_IS_<paltform>. * change pkgconfig prefix and path..... meson is not correctly handling native windows paths and eating "\" PKG_CONFIG_PATH also nees : to correctly separate paths Prefix still must be near to native path but with / instead of \ C:/somepath/
2020-04-06Android Support: Exporting to Android Archive (AAR) (#10271)atkawa7
* added android triplets * added android support to vcpkg * added export directories to git ignore * fix libraries naming * added vckpg sources to visual studio project files * rename file location * issue with std::string fs:path copy initialization * format path on VStudio * fix checks format cannot work on fs::path * support header only libraries * support using architecture instead of triplets * added prefab support * added debug logs and prefab debug flag * added support for empty packages i.e openssl
2020-04-06[libffi] Support arm/arm64 (#10485)Jack·Boos·Yu
* [libffi] Support arm/arm64 * [libffi] Use VCPKG_TARGET_ARCHITECTURE to determine triplet * [libffi] Use VCPKG_TARGET_ARCHITECTURE in CMakeLists.txt * update baseline * re-trigger ci test
2020-04-06[blend2d] Update to beta_2020-03-29 (#10600)ZeeWanderer
- Blend2D updated to beta_2020-03-29 - local Asmjit updated to 2020-03-16
2020-04-06[nana] Add Xorg dependency libxcursor-dev and modify deprecated functions ↵Cheney Wang
(#10605) Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2020-04-06[qt5-base] Fix EGL absolute path on Linux (#10641)Alexander Neumann
* - add patch to find the debug library - manually fix EGL path in Qt5GuiConfigExtras.cmake * bump control
2020-04-06[vcpkg baseline] Remove replxx:x86-windows=fail (#10703)nicole mazzuca
* [vcpkg baseline] add qt5-tools:x64-linux=fail something is wrong, but I don't want to figure it out right now * remove qt5-tools
2020-04-03[sciter] Update to 4.4.1.5 (#10071)pravic
* [sciter] Fix executable permissions on OSX. * [sciter] Update to 4.4.0.8.7427 * [sciter] Update to 4.4.1.0.7439 * [sciter] Update to 4.4.1.5.7587
2020-04-03[skyr-url] Add new port (#10463)Glyn Matthews
* Added port for Skyr URL library * Removed vcpkg_test_cmake call in skyr-url port * Fixed type in version number, added step to copy PDBs * Added build dependency on tl-expected * Removed commented out code * Disabled warnings as errors * Bumped version number * Updated version number for Skyr URL
2020-04-03[hunspell] Disable build tools in non-Windows (#10574)Jack·Boos·Yu
* [hunspell] Disable build tools on OSX * [hunspell] Disable build tools in non-Windows * update baseline * [hunspell] Change notice.
2020-04-03[reproc] Update to version 12.0.0 (#10594)Daan De Meyer
2020-04-03[abseil] Fix feature name error (#10620)Lily
2020-04-03[openvr] Added Linux support and updated to v1.10.30 (#10629)Maki
* [openvr] Added Linux support * [openvr] Updated to v1.10.30 * [openvr] Updated port file with modern variables and better platform checking * [openvr] Updated ci.baseline.txt as Linux is supported now
2020-04-03[freerdp] Fix include paths and output (#10630)Jake
Signed-off-by: jarves <jarveson@gmail.com>
2020-04-03[opus] Make AVX an optional feature (#10634)Gabriel
2020-04-03ixwebsocket: update to 9.1.9 (#10633)Benjamin Sergeant
Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
2020-04-03[googleapis] upgrade to v0.7.0 release (#10651)Carlos O'Ryan
2020-04-03[libwebsockets] Update to 4.0.1 (#10658)NancyLi1013
2020-04-03[function2] Update to version 4.1.0 (#10666)Gregor Jasny
2020-04-03[vcpkg] Fix spec instance name (#10660)Phoebe
* [vcpkg] Fix spec instance name * Change cub version for testing the changes * Add vulkan-hpp to test
2020-04-01vcpkg_from_git: Add support for git over ssh (#9446)Marc Boucek
* vcpkg_from_git: Add support for git over ssh * vcpkg_from_git: append ssh bin directory to path * vcpkg_from_git: fix function signature on non windows platforms * Revert "vcpkg_from_git: fix function signature on non windows platforms" This reverts commit 0d608ee5911d2ba274e782a21dfe77a502a39053. * Revert "vcpkg_from_git: append ssh bin directory to path" This reverts commit 377ce3fae1e2c085a5da7ace8185624a345a511b. * Partial Revert "vcpkg_from_git: Add support for git over ssh" This partially reverts commit 9b81b16c4ccd3d8646d97e66234566a07af8a308. Co-authored-by: Marc Boucek <marc.boucek@native-instruments.de> Co-authored-by: Marc Boucek <marc.boucek@posteo.net>
2020-04-01[vcpkg baseline] Ignore osg-qt (#10637)Phoebe
2020-03-28[hdf5] add tools and fortran feature (#9864)Alexander Neumann
* [hdf5] add tools and fortran feature * change fortran feature to state requirements
2020-03-27[abseil] Add compiler C++17. (#8248)Lily
* [abseil] Add compiler C++17. * Add feature c++17.
2020-03-27[replxx] Add new port (#10052)kreuzerkrieg
* replxx * wip
2020-03-27[magnum/magnum-plugins] Fix patches for --head builds (#10158)Jonathan Hale
* [magnum] Update patches for --head builds Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Remove obsolete patch Since basisu port has been updated, we can now use it without patching the magnum-plugins code for compatibility. Signed-off-by: Squareys <squareys@googlemail.com> * [corrade] Remove obsolete warning and flag Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Rename patches to reflect order of application Signed-off-by: Squareys <squareys@googlemail.com> * [corrade/magnum/magnum-plugins] Update port versions Signed-off-by: Squareys <squareys@googlemail.com>
2020-03-27[ffmpeg] Disable vdpau in UNIX (#10161)Jack·Boos·Yu
* [ffmpeg] Disable vdpau in UNIX * [ffmpeg] Disable vdpau in OSX only * [freerdp] Add warning message when building in non-windows * revert 1ec77854917e513c7bdf17c8301fcd0a15aa685f changes
2020-03-27[ryu]Fix linux problem with ccache (#10340)kreuzerkrieg
* Fix linux problem with ccache * wip * wip
2020-03-27[libpq] Fix build failure when vcpkg path contains spaces (#10274)Daniel
Add quotes to paths in command flags
2020-03-27[geotrans] Modify incorrect version in CONTROL (#10325)Lily
* [geotrans] Upgrade to version 3.8 * [geotrans] Modify incorrect version in CONTROL
2020-03-27[vtk] Add find dependency pugixml in cmake config file (#10379)Jack·Boos·Yu
* [vtk] Add find dependency pugixml in cmake config file * [vtk] Re-generate patch * re-trigger ci test
2020-03-27[vcpkg] Add the possibility to load vcvars.bat with external toolchain. ↵Alexander Neumann
(#10399) * Add VCPKG_LOAD_VCVARS_ENV allow loading vcvars.bat if an external toolchain file is used. * add documentation
2020-03-27[tinyexr] Update to commit `fdaeecb`@2020-03-15 (#10426)Henrik Gaßmann
- Modernize port.
2020-03-27[lodepng] Update to commit e34ac0@2020-03-15 (#10427)Henrik Gaßmann
* [lodepng] Add cmake import configs * [lodepng] Update to commit e34ac0@2020-03-15 * [lodepng] Modernize port - Remove calls to deprecated vcpkg functions. - Remove commented out pngdetail tool project definitions. * [lodepng] Remove osx failure from ci.baseline
2020-03-27[civetweb] Add optional SSL support (#10431)Gregor Jasny
2020-03-27[bfgroup-lyra] Update to 1.3 (#10436)Phoebe
2020-03-27[spirv-cross] Update to version 2020-02-26 (#10442)Henrik Gaßmann
- Modernize port.
2020-03-27[cppgraphqlgen] Update to v3.2.0 and fix #10407 (#10446)Bill Avery
* [cppgraphqlgen] Update to v3.2.0 * Fix #10407 * Use file INSTALL for copyright
2020-03-27[lzo] Fix for building Linux shared library (#10451)here-mikelley
* [lzo] Fix for building Linux shared library * [lzo] replace MSVC with VCPKG_TARGET_IS_WINDOWS * [lzo] Update version to 2.10-5
2020-03-27[wt] Update to 4.2.2 (#10459)quatmax