aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-18Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4951Phil Christensen
2018-12-18Merge pull request #4831 from peters/masterPhil Christensen
[ffmpeg] Update to 4.1.
2018-12-18Merge pull request #4912 from plevy/patch-2Phil Christensen
[osgEarth] Update to osgEarth release version 2.10
2018-12-18[aubio] get latest aubio to resolve ffmpeg build issuePhil Christensen
2018-12-17Support custom Android NDK, better ABI specification (#4986)Bradley Austin Davis
2018-12-17Update release version or commit to latest for below ports (#4957)Cheney Wang
* [botan][caf][celero][docopt][glbinding][nanodbc][sfgui]Update release version or commit to latest * [sfml] Add find_dependency(Freetype)
2018-12-17[docs] Fix #4932 (#4982)myd7349
2018-12-17[alembic] update to 1.7.10 (#4916)Jason Juang
2018-12-17Wt Linux fixes (#4927)Todor Prokopov
* [harfbuzz] Fix build on Linux * [cairo] Fix build on Linux * [pango] Fix build on Linux * [wt] Fix build on Linux * [wt] Fix linking with -lcrypto
2018-12-17add libcopp (#4918)OWenT
* add libcopp * [libcopp] Disable ninja due to asm issue. Tweak/install usage file. Prefer static linking over CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS. Use vcpkg_fixup_cmake_targets.
2018-12-17[graphqlparser] Use default library type for the platform instead of ↵Bill Avery
specifying SHARED (#4794) * Use default library type for the platform instead of specifying SHARED * [graphqlparser] Bump control version and slight cleanup * [vcpkg_find_acquire_program] Correct for previous corruption of CI
2018-12-17[libuv] fix for cmake target (#4803)ivysnow
* [libuv] fix for cmake target * [libuv] rename target to unofficial-libuv
2018-12-17Merge pull request #3425 from fbudin69500/ITK_use_HDF5_testPhil Christensen
[vtk][itk] Update ITK, and VTK portfiles.
2018-12-17get_versions should return all versions so the best match can be found (#4945)Łukasz Mendakiewicz
* get_versions should return all versions so the best match can be found * [vcpkg] Consider more than one path when searching for system binaries
2018-12-17[ffmpeg] Add patch for upstream fixesPhil Christensen
address build failures in pangolin that are related to updating the ffmpeg library by pulling in pangolin fix from upstream.
2018-12-17[vtk] add warning for libx11_xt_lib on linuxPhil Christensen
2018-12-14Apply patch to export all symbols.Carlos O'Ryan
2018-12-13Merge pull request #4953 from coryan/upgrade-google-cloud-cpp-to-v0.4.0Phil Christensen
Upgrade google-cloud-cpp to v0.4.0
2018-12-13[rapidstring] Add new port (#4814)myd7349
* [rapidstring] Add new port * [rapidstring] Rename package to be unofficial-rapidstring
2018-12-13[geogram] update to 1.6.9 (#4680)Yann Lanthony
* [geogram] update to 1.6.9 * [geogram] Cleanup. Enable ninja. Modernize. * [geogram] Disable PREFER_NINJA with comment
2018-12-13[imgui] Update to 1.66b (#4941)Stanislav Ershov
2018-12-13Update libpng-apng to match libpng ports changes + update to 1.6.36 (#4944)Albert Huang
* Update libpng-apng to match libpng ports changes + update to 1.6.36 * Delete CONTROL.bak * Delete portfile.cmake.bak * Delete use-abort-on-all-platforms.patch.bak
2018-12-13Merge pull request #4943 from LukaszMendakiewicz/dev/lukaszme/portablegitPhil Christensen
Replace MinGit with PortableGit
2018-12-13Merge pull request #4914 from marcomagdy/aws-lambda-cppPhil Christensen
[aws-lambda-cpp] add new port
2018-12-13Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4914Phil Christensen
2018-12-12xalan-c: Remove use of obsolete unary_ and binary_function for C++17 ↵Roger Leigh
compatibility (#4575) * xalan-c: Remove use of obsolete unary_ and binary_function for C++17 compatibility * [xerces-c] Improve port stability by adding control over ICU dependency
2018-12-12Port of sparsepp added (#4938)Federico Fuga
2018-12-12[sajson] Add new port (#4818)myd7349
* [sajson] Add new port * [sajson] Fix package namespace
2018-12-12[docs] Add config-environment.mdRobert Schumacher
2018-12-12[libiconv] ModernizeRobert Schumacher
2018-12-12[vcpkg] Add support for muslc, static crt linkage, and forcing the system ↵Robert Schumacher
binaries for cmake and ninja
2018-12-11Upgrade crc32c to 1.0.6.Carlos O'Ryan
This version supports both static and shared libraries, yay!
2018-12-11Upgrade google-cloud-cpp to v0.4.0Carlos O'Ryan
Just a periodic release.
2018-12-11Allow redirection of the downloads folder with an environment variable. (#4883)Billy O'Neal
* Add detection for VCPKG_DOWNLOADS environment variable in vcpkgpaths.cpp. * Pass the downloads directory from VcpkgPaths to cmake. * Also fixup bootstrap on *nix. * Make error message a little prettier. * Make that bash script actually work :) * [vcpkg] Alter Optional<> usage style * [vcpkg-docs] Add section on Environment Variables to the docs
2018-12-11Target the v0.1.0 releaseMarco Magdy
2018-12-11[gdcm2] fix improper cmake file setup (#4880)James Chang
* move cmake files to proper location, and modify path in contents accordingly * workaround cmake script to find openjpeg package, and include openjpeg in Build-Depends list * [gdcm2] Use vcpkg_fixup_cmake_targets()
2018-12-11[mpir] Embed debug info into static lib (#4905)rfric
2018-12-11[OpenCV3] fix protobuf linking (#4861)Stefano Sinigardi
2018-12-11Upgrade to Git 2.20.0Łukasz Mendakiewicz
2018-12-11Fix unterminated quoted string in bootstrapping script. (#4946)Michael Hofmann
2018-12-11Adapt bootstrap to VS 2019 Preview (#4922)Berrysoft
2018-12-10Include instructions for CentOS bootstrapping (#4892)Andrew Sayman
Currently only includes Ubuntu or apt oriented system. CentOS provides similarly working compilers through devtoolsets.
2018-12-10Replace MinGit with PortableGitŁukasz Mendakiewicz
MinGit does not provide gzip.exe required by git archive required by vcpkg_from_git
2018-12-07Remove constructor for type that was using aggregate initialization; in ↵Billy O'Neal
C++20 any user declared constructor means a type is no longer an aggregate. (#4906)
2018-12-07Merge pull request #4881 from DaanDeMeyer/fix-llvm-port-with-vcpkg-build-typePhil Christensen
[LLVM] Fix error when using VCPKG_BUILD_TYPE
2018-12-06[aws-lambda-cpp] add new portMarco Magdy
2018-12-06[vtk] bump version in control filePhil Christensen
2018-12-06[proj4] undo proj4 portfile changesPhil Christensen
2018-12-06Merge pull request #4898 from bluekyu/masterPhil Christensen
[openvr] update to 1.1.3b
2018-12-06Merge pull request #4900 from zhouqime/masterPhil Christensen
[rxqt] add port