aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-10[libvorbis] Update to 1.3.6-4d963feevpobr
* Use latest upsteam * Support config mode (upstream) * Remove patch 0002 (merged to upstream) * Remove `ogg.patch` (not needed)
2020-04-09[qt5-base, qt5-imageformat] fix issues on osx (#9705)Alexander Neumann
* [qt5-imageformats] freeglut is not a dependency on osx * [qt5-base] fontconfig can require iconv on linux and osx * include the jasper fix to get CI coverage? * trying to get ci coverage for qt on osx * Revert "trying to get ci coverage for qt on osx" This reverts commit 8b9b188839ec90c25b54b49d17cf03c50987a49b. * apply the correct ci hack * fix wrapper to include macosx debug suffix * update baseline * first try to fix the Qt5 cmake configs at the root. * fix missing backslash * fix plugin patch * fix qt config patch * remove 90% of fixcmake.py * update baseline * experimental removal of fixcmake.py and dll copying into tools/qt5/bin * fix experimental dll copying. * fix static windows builds * fix static builds * fix plugin copy * add quotes around configuration to make it work * remove dll debug messages * note about the cmake fix * revert fontconfig changes on linux. Make qt.conf relative and not absolute * make qt.conf relative * trying to fix ogre osx ci regression * fix silly path error * Revert "trying to fix ogre osx ci regression" This reverts commit 708d8250d6eae81bb9a030ff7edef22d2ea1e67c. * add ogre:x64-osx=fail to CI baseline * retry on osx * fix configure error. since in qt5-base everything is in the package directory and not in the installed * revert change to ci.baseline * update ci baseline * bump control * update baseline * ws change to osg-qt * reset ci baseline to upstream/master * update baseline * fix osg-qt? * skip ms-angle on osx and linux since the normal angle port should be used! * update ci baseline * try adding fontconfig manually * update ci baseline to remove osg-qt for the time being * remove manual library.
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-09handle multiline arguments in makefile correctlyAlexander Neumann
2020-04-09[gsl] update to 2.6Alexander Neumann
2020-04-09[fmt] Fix coolprop build errorwangli28
2020-04-09[fmt] update to 6.2.0wangli28
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-08[libffi] Check return value of execute_process()derselbst
To avoid hiding errors, the return values of the execute_process() commands should be checked and a fatal error should be issued.
2020-04-08[openssl-windows] Avoid to install docs for openssl-windowsPhoebeHui
2020-04-08[DirectXMesh] Add support build for DirectX12wangli28
2020-04-08[nuspell] update port to v3.1.0Dimitrij Mijoski
2020-04-07Bumped version number of skyr-url because of fix to CI errorGlyn Matthews
2020-04-07[google-cloud-cpp*] update to the latest release (#10680)Carlos O'Ryan
2020-04-07[cppcoro] update with PR reviewPark DongHa
* update reference to tag and hash value * ${PORT} for destination Linux build support should marked unavailable?
2020-04-07[raylib] Update to 3.0.0NancyLi1013
2020-04-07Merge branch 'master' into supported-version-changePhoebe
2020-04-07modified control file to inidcate versionrichardh
2020-04-06Merge branch 'master' of https://github.com/Microsoft/vcpkg into ↵NancyLi1013
dev/NancyLi/10611-fix-mosquitto # Conflicts: # ports/libwebsockets/CONTROL
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-04[skyr-url] Fixed change to CMake optionsGlyn Matthews
2020-04-04Bumped version of skyr-url to 1.5.1Glyn Matthews
2020-04-04[cppcoro] add new portPark DongHa
2020-04-03updated indicators to 1.7Richard Uhrie
2020-04-03[entt] Update to version 3.3.2Meyer Zinn
Update version in CONTROL.
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