| Age | Commit message (Collapse) | Author |
|
|
|
|
|
The testing libraries in google-cloud-cpp-common are an strictly
optional feature. I expect that mostly developers of other
google-cloud-cpp-* libraries would use them, but the occasional end-user
might want them too.
|
|
* [google-cloud-cpp-spanner] New port
A client library for Google's Cloud Spanner.
* Fix package version.
|
|
* [libproxy]Add new port.
* [libmodman]Add new port.
* [libproxy]Support windows, set dependency libmodman.
* Add usage, add vcpkg-cmake-wrapper.cmake to libproxy.
* add empty line to usage.
* [libmodman]Fix undefined typeid in Visual Studio 2019.
* [libproxy]Fix install libproxy.py error when it not exist.
* Disable arm/uwp build.
* Enable static build on UNIX.
* [libproxy]Re-generate patches, delete default feature tools and use system libmodman.
* [libproxy]Disable install libproxy.py.
* [libproxy]Disable install Libproxy.pm and PLlibproxy.
* [libproxy]DISABLE PARALLEL CONFIGURE
* [libproxy]Revert 6f233cced1a51a086e5fea5bf290565d9847d4b7
* [libmodman/libproxy]Fix arm build.
|
|
* [libpng] fix cmake targets
* fix typo issue
* Merge changes from PR#8293
|
|
assimp (#9075)
* [minizip assimp] export minizip cmake targets and fix minizip dependency in assimp
* Update CMakeList.txt
* Update obsolete functions
|
|
* [spdlog]Upgrade version to 1.4.2
* [spdlog]Do not remove these libraries.
* [spdlog]Fix error C4275 when use fmt.
* [spdlog]Re-fix C4275 error.
* [spdlog]Re-fix C4275 error.
* [spdlog]Disable build on uwp.
* [spdlog]Fix build with uwp.
|
|
* [magnum-plugins] Patch FindBasisUniversal to find prebuilt basisu
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Patch BasisImporter to use slightly outdated basisu
jherico's fork which the vcpkg port is based on does not integrate
https://github.com/BinomialLLC/basis_universal/commit/54304fa01443280bbaa9854f16c9f1756b17b40b
yet, which renamed a parameter.
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Only apply FindBasisUniversal patch on release
The change is integrated upstream for --head builds already.
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Download large patch from GitHub history
|
|
|
|
|
|
|
|
[angle] Add option /bigobj to compiler
|
|
[vcpkg] update telemetry
|
|
[vcpkg_from_github] Allow targeting Github Enterprise instances
|
|
[docs] Add the gcc+=7 prerequisite to the README
|
|
|
|
|
|
[qt5-base] Add option to link to OpenSSL at compile-time
|
|
NancyLi1013/dev/NancyLi/4848-add-usage-for-pdcurses
[pdcurses] Fix linkage error
|
|
* [z3]Upgrade to 4.8.6.
* [z3]Use `vcpkg_fail_port_install`.
|
|
* [pfring]Add new port.
* [pfring]Use newest version, add install step.
* Re-trigger CI.
* Re-trigger CI.
|
|
|
|
* [portaudio] Fix library cannot be found
* Fix include cannot be found
|
|
|
|
[detours] Update for vcpkg_build_nmake
|
|
[feature] add `vcpkg export --x-chocolatey` support
|
|
|
|
[mdnsresponder] Fix build with dynamic CRT
|
|
[libmspack] Fix several missing imports
|
|
[faad2] Add initial version of FAAD2
|
|
Rename TOKEN -> AUTHORIZATION_TOKEN
|
|
|
|
[vcpkg] QoL: add host specific path separator to common definitions
|
|
[wxchartdir] Add new port
|
|
[dbow3] Switch from unofficial repo to large patchset
|
|
[ace] Upgrade to 6.5.7
|
|
[cgal][openmvs] CGAL: Upgrade to 5.0
|
|
[nanoflann] Add new port
|
|
[libsodium] Fix CPU feature not properly detected on Linux
|
|
[netcdf-cxx4] Update to 4.3.1
|
|
[date] Update to 2019-11-08
|
|
[prometheus-cpp] Update to version 0.8.0
|
|
[json-dto] Update to v0.2.9; Switch repo; Fix license installation
|
|
[nlohmann-json] Upgrade to 3.7.3
|
|
|
|
|
|
|
|
By default Qt loads OpenSSL at runtime.
This commit adds a "QT_OPENSSL_LINK" option, which specifies "-openssl-linked". The option is enabled by default for static configurations.
From https://doc.qt.io/qt-5/ssl.html:
"By default, an SSL-enabled Qt library dynamically loads any installed OpenSSL library at run-time. However, it is possible to link against the library at compile-time by configuring Qt with the -openssl-linked option."
|
|
|