aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12[antlr4] Upgrade to antlr 4.7.1Albert Fong
2018-12-11Upgrade gRPC to 1.16.1.Carlos O'Ryan
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
2018-12-06Merge pull request #4903 from ShinNoNoir/tesseract-v4Phil Christensen
[tesseract] Update Tesseract port to 4.0.0
2018-12-06[osgearth] bump version in control filePhil Christensen
2018-12-06Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4912Phil Christensen
2018-12-06Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4903Phil Christensen
2018-12-06Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4898Phil Christensen
2018-12-06Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/3425Phil Christensen
2018-12-06Merge pull request #4894 from twMr7/ogre_update_1113Phil Christensen
[Ogre] update to 1.11.3
2018-12-06[ogre] add missing 'debug' to rename pathPhil Christensen
2018-12-06Merge pull request #4858 from rfric/dev/pbcPhil Christensen
[pbc] Initial support for PBC library
2018-12-06Update to release version 2.10 plevy
Update to release version 2.10
2018-12-06[pbc] Initial support for PBC libraryRichard Fric
2018-12-05Fix pango on macOS (#4784)angelmixu
* fix pango for macOS: added an already parsed config.h.unix and moved win32 code conditionally for platform * use a list for better viewing wich source files are added * only define HAVE_CORE_TEXT on macOS * [pango] Modernize. Bump control version. Fix configure into source directory.
2018-12-05Upgrade to openssl 1.0.2q (#4844)Thierry Bastian
* Upgrade to openssl 1.0.2q * [qca] Use vcpkg_from_git()
2018-12-05[gettext] macOS fixes (#4849)past-due
2018-12-05Merge pull request #4860 from shaymagsumov/devil-tiff-featurePhil Christensen
[devil] Fix 'tiff' option name.
2018-12-05Merge pull request #4853 from youknowone/flatbuffer-gcc8Phil Christensen
[flatbuffers] disable -Werror for gcc8
2018-12-05Merge pull request #4759 from jasjuang/tinyxml2Phil Christensen
[tinyxml2] update to 7.0.1
2018-12-05[ffmpeg] fix aubio break from ffmpeg updatePhil Christensen
2018-12-05[tinyxml2] patch fastrtps to use tinyxml2 namespacePhil Christensen
2018-12-05mongo and bson 1.9.2 to 1.9.5 (#4722)inv2004
* mongo and bson 1.9.2 to 1.9.5 * [libbson][mongo-c-driver] Modernize
2018-12-05Merge pull request #4850 from past-due/physfs_win10_patchPhil Christensen
[physfs] Fix Win10 GetUserProfileDirectory() problem
2018-12-05[tesseract] Update to 4.0.0Raynor Vliegendhart
2018-12-05Merge branch 'master' of https://github.com/zhouqime/vcpkgzhouqi
2018-12-05rxqt portzhouqi
2018-12-04[re2] Add vcpkg_copy_pdbs (#4876)Łukasz Mendakiewicz
* [re2] Add vcpkg_copy_pdbs * [re2] Bump control file version
2018-12-04[cppgraphqlgen] Add a port for Microsoft/cppgraphqlgen (#4825)Bill Avery
* [cppgraphqlgen] Add a port for Microsoft/cppgraphqlgen * Update hash for replacement tag * Change the github ref to a commit ID to invalidate cached downloads * Upgrade to cppgraphqlgen v0.6
2018-12-04[devil] Bump control versionRobert Schumacher