aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-23[libgeotiff] Remove FindPROJ4.cmake from srcRaynor Vliegendhart
The GeoTIFF library ships with its own FindPROJ4.cmake module. This file interferes with the cmake files that are installed by vcpkg for the PROJ4 package. As a result, the debug version of libgeotiff gets incorrectly linked to the release version of PROJ4. By removing FindPROJ4.cmake from the source directory, the vcpkg's .cmake files are used instead, allowing CMake to find the debug version of PROJ4 when building the debug version of libgeotiff.
2019-01-22Updating HPX to V1.2 (#4778)Hartmut Kaiser
2019-01-22fix freetype for macOS (#4774)angelmixu
* added patch to freetype for assigning a value to macros like HAVE_UNISTD_H as using newer macOS Frameworks fail to compile if they have no value * [freetype] Modernize. Bump control version
2019-01-22[podofo] Change auto_ptr to unique_ptr. (#5182)Alexej Harm
* [podofo] Change auto_ptr to unique_ptr. * [podofo] Use PATCHES argument of vcpkg_extract_source_archive_ex
2019-01-22[vcpkg] Randomize topological sort in CI plans to allow concurrent builds to ↵Robert Schumacher
more efficiently interact
2019-01-22[celero] Revert changes in c6db2c880a064b29e0b38eda29f19510235fb4c9Robert Schumacher
2019-01-18Updates 2019.01.09Robert Schumacher
2019-01-18Merge pull request #5122 from kafeg/masterVictor Romero
[autobahn] Add autobahn-cpp header-only library for WAMP
2019-01-17[cppgraphqlgen] Update to 1.0.3 bugfix release (#5139)Bill Avery
* Update to 1.0.2 bugfix release * Update REF to get missing commit * Update to v1.0.3
2019-01-17Add public-preview version of azure-iot-sdk-c (#5155)ewertons
* Add public-preview feature to azure-iot-sdk-c suite of packages * [azure-c-shared-utility][azure-iot-sdk-c] Remove unneeded repeat dependencies in feature
2019-01-17ms-gsl update to support clang-cl (#5162)Farwaykorse
2019-01-17[sobjectizer] updated to 5.5.24.1 (#5176)eao197
* sobjectizer-v5.5.24 and so5extra-v1.2.2 * sobjectizer updated to v.5.5.24.1
2019-01-16Merge pull request #5127 from cdcseacave/tinyexifVictor Romero
[TinyEXIF] Update to version 1.0.2
2019-01-16[msmpi] update to 10.0 (#5107)Stefano Sinigardi
* [msmpi] update to 10.0 * [parmetis] fix build error
2019-01-16[tinyexif] Use SHA as download source code refVictor Romero
2019-01-16[qt5] update to QT5.12 (#4991)Lennart Trunk
* update qt5-base to 5.12 * update modules to 5.12 (qt5-declarative and dependents don't work yet) * fix qt5-declarative for 5.12 and some hashes. * add qt5-declarative as dependency for qt5-graphicaleffects
2019-01-16[tinyexif] Fix hashVictor Romero
2019-01-16[tinyexif] Update CONTROL fileVictor Romero
2019-01-16[minizip] Enable decrypt support for password-encrypted ZIP files. (#5010)Eric Rosenquist
* Enable support for password-encrypted ZIP files. * [minizip] combine patch with in vcpkg_from_github
2019-01-16[Arrow] Update Arrow to 0.11.1 (#4977)Phil Felton
* Arrow update * Add version info * Forgot to apply patch * Whitespace * Fix patch * Fix patch * Version which works on Linux * Fix problem finding ZSTD on x64-windows * Fix zlib dependency finding * Fix renaming on Windows * Include missing boost-format dependency * Linux debug build picks up debug libs now * Make windows work again * Remove boost-format dependency * Error if dependencies not found rather than attempt to download them * [parquet] Turn parquest into a stub
2019-01-16Update portfile.cmakecDc
2019-01-15[selene] Update to v0.2. (#4920)Michael Hofmann
* [selene] Update to v0.2. * [selene] Simplify portfile slightly * [selene] Ensure the library is only built statically.
2019-01-15Updated ecm to version 5.53.0 (#4939)Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2019-01-15Merge pull request #5159 from myd7349/imgui-v1.67Victor Romero
[imgui] Update to 1.67
2019-01-15Merge pull request #5146 from myd7349/spdlog-1.3.0Victor Romero
[spdlog] Update to 1.3.0
2019-01-15[imgui] Fix SHA512Victor Romero
2019-01-15Merge pull request #5156 from Dagizmo/masterVictor Romero
[x265] update to version 2.9
2019-01-15[x265] Update version in CONTROLJosé de Jesús Medina Ríos
2019-01-15[imgui] Update to 1.67myd7349
2019-01-14[x265] update to version 2.9José de Jesús Medina Ríos
2019-01-14[fmt] Update to 5.3.0 (#5136)Daniel Marshall
2019-01-14[libass] Adding new port (#5026)Corbin
Added libass control/portfile for vcpkg as requested here: https://github.com/Microsoft/vcpkg/issues/4678
2019-01-14Merge pull request #5111 from alenas/masterVictor Romero
[easyloggingpp] updated to 9.96.7
2019-01-14[sciter] Update to 4.2.4.6184 (#4260)pravic
* [sciter] Update to 4.2.0.6064 * [sciter] Update to 4.2.1.6085 * [sciter] Update to 4.2.2.6090 * [sciter] Update to 4.2.3.6108 * [sciter] Update to 4.2.4.6184 * Update sciter to 4.2.6.9
2019-01-14[spdlog] Update to 1.3.0myd7349
2019-01-11update msys2 to latest release (#4990)Phil Christensen
2019-01-11Merge branch 'master' into dev/philc/4990Phil Christensen
2019-01-11Merge pull request #5058 from lazyhamster/libidn2-updateVictor Romero
[libidn2 ] Update to version 2.0.5.
2019-01-11[openssl] openssl-bump-to-1.0.2q-cve-fixes (#5019)Victor Romero
* [openssl] openssl-bump-to-1.0.2q-cve-fixes https://www.openssl.org/news/vulnerabilities.html * [openssl-uwp] Patch Configure script to set UNICODE * Change CONTROL version
2019-01-11[nlohmann-json] Update to 3.5.0 (#5033)Stanislav Ershov
2019-01-11[libjpeg-turbo] use d suffix for debug libs (#4965)Stefano Sinigardi
* use d suffix for debug libs, improve compatibility with official FindJPEG.cmake (cmake 3.13) * [libjpeg] fix also non-static case * [libjpeg-turbo] bump version * [libjpeg-turbo] fixes for regression on Linux/macOS * [libjpeg-turbo] fix regression in qt5-base * [linkjpeg-turbo] force CI test
2019-01-11[TinyEXIF] Update to version 1.0.2cDc
2019-01-10Change CONTROL versionVictor Romero
2019-01-10[openssl-uwp] Patch Configure script to set UNICODEVictor Romero
2019-01-10Fix error C2169 (#5118)LarryIII
2019-01-10[gettext] Add mirror (#5055)past-due
* [gettext] Add mirror * [gettext] http -> https for original download URL
2019-01-10fixed building plplot with wxwidget feature on (#5089)Nikolay Simakov
* fixed builting plplot with wxwidget feature on * [plplot] Use vcpkg_extract_source_archive_ex
2019-01-10Fix typo of the source name in port.camke (#5098)LarryIII
2019-01-10Merge branch 'master' of https://github.com/Microsoft/vcpkg into ↵Victor Romero
dev/viromer/5019
2019-01-10[autobahn] Add autobahn-cpp header-only library for WAMPVitaly Petrov