aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-18[otl] Add new port (#7272)imc-123
2019-07-18[leaf] New port (#7319)Simon Brand
2019-07-18[minizip] Make BZip2 an optional feature (#7282)Roland Knall
* [minizip] Update CMakeLists.txt If the BZip2 package has not been found, ensure that the library does not assume it is. This would stop any build on targets where bzip2 is not installed. This can either be the bzip2 package provided by vcpkg or locally on the system. Feature: - Allow optionally to enable bzip2 supprt * [minizip] Make bzip2 truly optional Also catch dependency in the corresponding cmake files
2019-07-18[vcpkg] Environment Variable Passthrough (#7290)Curtis J Bezault
* use additional env param * remove partials * remove change to linux triplet * Fix some issues that vicroms pointed out * whitespace change
2019-07-18[curl] Update to 7.65.2 (#7093)Kevin Lu
2019-07-18[nameof] Add new port (#7250)myd7349
2019-07-18[boost-asio] fix on Windows (#7267)denis-gz
2019-07-18[eastl] upgrade to 3.14 (#7276)Phoebe
2019-07-18[libyaml] Fix build error (#7277)wangli28
2019-07-17 [wil] match commit used for NuGet package 1.0.190716.2 (#7285)Duncan Horn
2019-07-17Make json-spirit pass post-validation (#7310)John Zhu
2019-07-17add vcpkg-cmake-wrapper for irrlicht (#7296)DailyShana
2019-07-17[libsodium] Fix linux build error. (#7297)NancyLi1013
2019-07-17[qt5-winextras, ecsutil, soundtouch] Fix build-depends (#7298)wangli28
2019-07-17[metis] Fix linux build error. (#7299)NancyLi1013
2019-07-17[botan] Fix parallel build (#7303)alcroito
The build tool parallel argument should be passed in the regular COMMAND case, not the NO_PARALLEL_COMMAND one. Also the job number argument on Windows should not have a space between the argument and number.
2019-07-17Update rocksdb to 6.1.2, adds optional zstd feature (#7304)Brad Barnich
2019-07-17[qt5]Fix build failure in linux (#7230)JackBoosY
2019-07-17Example: Building dynamic libraries on Linux using overlay triplets (#7291)Victor Romero
* Example building dynamic libraries on Linux using overlay triplets * Change triplets list to multi-columns * Override default triplets example
2019-07-17[bond] make haskell an external dependency (#7306)Phil Christensen
2019-07-17[qt5-base]Add a print message to inform the user to install the dependency ↵JackBoosY
package. (#6983)
2019-07-17Update cpprestsdk to v2.10.14. (#7286)Billy O'Neal
2019-07-16[rapidjson] Fix path RapidJSON_INCLUDE_DIRS (#7273)wangli28
* [rapidjson] Fix path RapidJSON_INCLUDE_DIRS * [bond] Fix error hash
2019-07-16Add June changelog (#7294)Griffin Downs
* Add June changelog * Add link to spec for overlay-ports
2019-07-16[mongoose] Add new port (#7089)myd7349
* [mongoose] Add new port * [mongoose] About UWP * [mongoose] Take advantage of cmake 3.14 improvements
2019-07-15[scnlib] Add new port (#7014)Daniel Marshall
* [scnlib] Add new port
2019-07-15[wintoast] Add new port. (#7006)NancyLi1013
* [wintoast] Add new port. * Add CMakeLists.txt. * Change the way to install headers.
2019-07-15[openxr-loader] Initial port (#6339)Bradley Austin Davis
* [openxr] add initial port * [openxr-loader] Set executable suffix * [openxr-loader] Use correct checks for Windows * [openxr-loader] Add failure messages for unsupported platforms
2019-07-15[paho-mqttpp3] Add New Port: Paho MQTT C++ library (#7033)devilfish_mm
* added port: paho-mqtt-cpp * fixed unix build * Added openssl as a feature * Added documentation * commented out unnecessary stuff * Updated as per code review * [paho-mqttpp3] Simplify portfile
2019-07-15use abseil's official cmake for build (#7018)Cloud Han
2019-07-15[cpp-peglib] Add new port (#7254)Mohammed Alyousef
2019-07-15[leveldb] Fix cmake config (#7245)Phoebe
2019-07-15[nonius] properly install noniusConfig.cmake (#7258)Marc Boucek
2019-07-15Fix copying raqm-version.h to include directory (#7263)Tobias Markus
2019-07-15[sqlite3-tool]Fix build error on arm/uwp platform. (#7202)JackBoosY
2019-07-15Upgrade google-cloud-cpp to v0.11.0. (#7134)Carlos O'Ryan
2019-07-12[zyre] Add new port (#7189)myd7349
2019-07-11[rabit] Add new port. (#7234)NancyLi1013
2019-07-11Testing for --overlay-ports and --overlay-triplets args (#7243)Victor Romero
2019-07-11[etcdcpp] Add new port (#6999)Samuel Marks
* [etcdpp] Add new port * [ports/etcdpp/CONTROL] Added homepage * [etcdpp] Change header namespace * [etcdcpp] Change target and port names * rename changes * change version to date offscale-libetcd-cpp is a rolling-release port
2019-07-10[gherkin-b] update to latest (#7231)Phil Christensen
2019-07-10[genann] Add new port. (#7195)NancyLi1013
* [genann] Add new port. * change version to date
2019-07-10[libkml] Fix install path (#7194)wangli28
2019-07-10[7zip] add new port (#5221) (#6920)bitwiser73
2019-07-10[Librsvg] port (#6807)Rodrigo Hernandez Cordoba
* [librsvg] Initial librsvg port. This is version 2.40.20, the last C version of the library, moving forward would require rust compilation tools to be available in vcpkg. Should close issue #3865
2019-07-10allow spaces in pathname on linux (#7216)Phil Christensen
2019-07-09Added nasm mirror as nasm.us is down again (#7175)Igor Kostenko
2019-07-09[pthreads4W] vcpkg wrapper fixes (#7178)Stefano Sinigardi
* [pthreads4W] restore compatibility with projects using pthreads v2, set proper VERSION symbol * [pthreads4W] remove FORCED cached variables, to enable user override
2019-07-09Update libraqm to 0.7.0 (#7149)Tobias Markus
2019-07-09Cleanup vcpkg_configure_cmake.cmake (#6792)YenForYang