aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-16[liblo] Initial port (#2821)Stephen Kyne
* [portaudio] Added ASIO support to build * Update libpng to 1.6.34 * [liblo] Initial port * Revert "Update libpng to 1.6.34" This reverts commit ede0bb947b07aea119b7b05e3625c3eec1395af4. * Revert "[liblo] Initial port" This reverts commit bb819eb21841bb8cf4816af5a78e17ef58ec8ce5. * [liblo] Initial port * [liblo] Use vcpkg_from_github() and vcpkg_fixup_cmake_targets() * [liblo] Fix SHA512
2018-02-16[vcpkg] http_proxy and https_proxy should be lowercase (#2815)Fujii Hironori
Pacman of Msys understands only lowercase environment variables http_proxy and https_proxy.
2018-02-15update cuda requirement to 9.0, fixes #2791 (#2802)Jason Juang
* update cuda requirement to 9.0, fixes #2791 * [cuda] Restore sample version blob
2018-02-14[vcpkg-find-acquire-program] Add mirror for NASM. Fixes #2777.Robert Schumacher
2018-02-14Updated boost license to 1.66.0 (#2795)Patrik Huber
I was a bit confused to see a reference to "1.65.1" while I was installing 1.66.0, but it turns out this URL is just not updated. This updates it.
2018-02-14[vcpkg] Implement Default-Features (#2697)Jonathan Hale
* [vcpkg] Add Default-Feature to make_status_pgh utility function Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Parse "Default-Features" as dependencies and add test for parsing Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Document some methods and structures Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Add install_default_features_test Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Change install_default_features_test to not have preinstalled package * [vcpkg] Test install behaviour of default features Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Implement default features Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Test default features upgrade behavior Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Implement upgrade with default features Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Test behaviour of upgrade with default features in dependencies Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Make upgrade install new default features Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Move collecting of packages for which to prevent defaults Further down the line to create_feature_install_plan. Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Fix core missing from default features and potential inf loop Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Rename, fix and move some tests Signed-off-by: Squareys <squareys@googlemail.com>
2018-02-13Merge pull request #2780 from Alisayyy-Yang/NewFixDateBranchAlexander Karatarakis
Fix date issue
2018-02-13[uriparser] Update to 0.8.5Alexander Karatarakis
2018-02-13Copy local dependencies for library targets (#2787)Bruce Jones
* Fix for issue #2786 * [vcpkg-cmake-toolchain] Only applocal dependencies for shared libraries
2018-02-13[aubio] Update to handle static FFMPEGRobert Schumacher
2018-02-13[ffmpeg] Bump version for PR #2783Robert Schumacher
2018-02-13[ffmpeg] Allow static builds of ffmpeg (#2783)Anonymous Maarten
ffmpeg creates static .a libraries, so change the suffix to .lib
2018-02-13[liblzma] Add usage informationRobert Schumacher
2018-02-13change compile order to debug first, fix #2767 (#2785)Jason Juang
2018-02-12Fix date issueAlisayyy-Yang
2018-02-11Merge pull request #2774 from cmpute/masterAlexander Karatarakis
[pcre] fix space issue and add mirror (fix #2751)
2018-02-11Merge pull request #2776 from igl42/masterAlexander Karatarakis
[blaze] update to Blaze 3.3
2018-02-11[blaze] update to Blaze 3.3Klaus Iglberger
2018-02-10Merge pull request #2770 from UnaNancyOwen/update_realsense2Alexander Karatarakis
[realsense2] Update to v2.10.0
2018-02-10fixed typo in warning message (#2773)ChrisBFX
2018-02-10[realsense2] Update to v2.10.0Tsukasa Sugiura
Update realsense2 port to librealsense v2.10.0.
2018-02-10[pcre] fix space issue and add mirror (fix #2751)Jacob Zhong
2018-02-09[folly] Workaround bug for VS 15.6Alexander Karatarakis
2018-02-09Merge pull request #2756 from ivysnow/mmanAlexander Karatarakis
[mman] git-f5ff813 initial.
2018-02-09Merge pull request #2755 from ivysnow/tinydirAlexander Karatarakis
[tinydir] 1.2.3 initial.
2018-02-09Merge pull request #2754 from ivysnow/recastAlexander Karatarakis
[recast] 1.5.1 initial.
2018-02-09Merge pull request #2753 from ivysnow/chipmunkAlexander Karatarakis
[chipmunk] 7.0.2 initial.
2018-02-09Merge pull request #2752 from miurahr/libgeotiffAlexander Karatarakis
Add libgeotiff port
2018-02-09[vcpkg-ci] Delete intermediate build folders even on unsuccesful buildsAlexander Karatarakis
2018-02-09Update Catch to 2.1.2 (#2763)Martin Hořeňovský
2018-02-09[mman] git-f5ff813 initial.Ivy Snow
2018-02-09[tinydir] 1.2.3 initial.Ivy Snow
2018-02-09[recast] 1.5.1 initial.Ivy Snow
2018-02-09[chipmunk] 7.0.2 initial.Ivy Snow
2018-02-09[libgeotiff] update descriptionHiroshi Miura
2018-02-09[libgeotiff] remove installed dlls when static buildHiroshi Miura
2018-02-09fix tiff detection error when static buildHiroshi Miura
2018-02-09[libgeotiff] fix install directory for cmake configurationsHiroshi Miura
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-09Add libgeotiff portHiroshi Miura
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-08[qt5-base][qtdeploy] Deploy plugin dependencies to the executable's folder.Robert Schumacher
2018-02-07Update CHANGELOG and bump version to v0.0.104Alexander Karatarakis
2018-02-07Merge pull request #2747 from miurahr/epsilonAlexander Karatarakis
Add epsilon library port
2018-02-07[cgal] Avoid using absolute paths in cmake config fileRobert Schumacher
2018-02-07[blosc] Update to 1.13.5Alexander Karatarakis
static-install-fix.patch no longer required (upstream contains the patched version). Resolves build error with VS 15.6 in static builds
2018-02-07Merge branch 'master' of https://github.com/Microsoft/vcpkgRobert Schumacher
2018-02-07[vcpkgInvokeCommandClean] Don't use -encodedCommand.Alexander Karatarakis
Instead, use -Command with the appropriate number of escaped quotes (which ended up being 3)
2018-02-07Merge findFileRecursivelyUp into VcpkgPowershellUtilsAlexander Karatarakis
2018-02-07[vtk] Fix breaking change in find_package(HDF5)Robert Schumacher
2018-02-07[curl] Add nghttp2.lib to dependencies of curlRobert Schumacher
2018-02-07[vcpkg-configure-cmake] Use ninja to configure in parallel (#2712)Robert Schumacher