aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-25Merge pull request #586 from codicodi/fix-libarchiveRobert Schumacher
[libarchive] fix build with VS2017
2017-01-25[libarchive] Disable libiconv supportRobert Schumacher
This fixes an issue with the detection code on VS2017. Additionally, it appears that the functionality provided by libiconv is minimal on Windows due to the existance of the Win32 conversion APIs.
2017-01-25Remove defunct reference to vcpkgcommon.vcxprojAlexander Karatarakis
2017-01-25Remove vcpkgcommon.vcxproj. Merge it into vcpkglib.vcxprojAlexander Karatarakis
2017-01-25Change check_throw() to check_exit()Alexander Karatarakis
2017-01-25Rename main.cpp to vcpkg.cppAlexander Karatarakis
2017-01-25Rename vcpkg.h/cpp to vcpkglib.h/cppAlexander Karatarakis
2017-01-25Move all sources (except main.cpp) from vcpkg.vcxproj to vcpkglib.vcxprojAlexander Karatarakis
2017-01-25Remove vcpkgmetrics.vcxproj. Merge it into vcpkglib.vcxprojAlexander Karatarakis
2017-01-25[vcpkg_copy_pdbs] Force output to be in en-us. Resolves #587Alexander Karatarakis
2017-01-25Merge pull request #590 from mmassing/boost_with_bzip2Robert Schumacher
[boost] Add bzip2 support
2017-01-25[boost] Bump version to correspond with added bzip2 dependency.Robert Schumacher
2017-01-25[gdal] Bump version to correspond with adding external libpng dependency.Robert Schumacher
2017-01-25Add quotes are port name in error messageAlexander Karatarakis
2017-01-25Merge pull request #592 from sdcb/directxtk-non-win10Robert Schumacher
[directxtk] do not use win10 sdk
2017-01-25Merge pull request #589 from mmassing/gdal_link_external_libpngRobert Schumacher
[gdal] Link against external libpng
2017-01-25Merge pull request #571 from codicodi/add-fontconfigRobert Schumacher
Add fontconfig
2017-01-25[vcpkg] Do not build tests when running scripts\bootstrap.ps1.Robert Schumacher
2017-01-25Move MachineType.cpp to src\Alexander Karatarakis
2017-01-25Merge pull request #593 from OlafvdSpek/patch-3Alexander Karatarakis
Include powershell -exec bypass in suggestion
2017-01-25[boost] Bump versionAlexander Karatarakis
2017-01-25Merge pull request #588 from mmassing/boost_fix_zlib_in_debugAlexander Karatarakis
[boost] Fix zlib detection in debug build
2017-01-25Merge pull request #594 from OlafvdSpek/patch-2Alexander Karatarakis
Update CONTROL
2017-01-25Update commands_update.cppOlaf van der Spek
2017-01-25Update CONTROLOlaf van der Spek
2017-01-25[directxtk] rollback toolpath周杰
2017-01-25[directxtk] do not use win10 sdk (can now built without win10 sdk installed)周杰
2017-01-25[boost] Add bzip2 supportManuel Massing
2017-01-25[gdal] Link against external libpngManuel Massing
2017-01-25[boost] Fix zlib detection in debug buildManuel Massing
2017-01-24Properly convert wchar to char before printingAlexander Karatarakis
2017-01-24Merge pull request #574 from sdcb/mariadb-2.3.2Robert Schumacher
[libmariadb] upgrade to 2.3.2
2017-01-24[vcpkg] Add user-facing notification to prompt rebuilding vcpkg.exe in face ↵Robert Schumacher
of cmake changes.
2017-01-25[libmariadb] rollback conflict with libmysqlflysha
2017-01-25Merge remote-tracking branch 'refs/remotes/origin/master'flysha
2017-01-24Add error message when CONTROL file cannot be openedAlexander Karatarakis
2017-01-24Improve detection of VS installation instancesAlexander Karatarakis
2017-01-24Merge branch 'sdcb-mpir-static'Alexander Karatarakis
2017-01-24Merge branch 'mpir-static' of https://github.com/sdcb/vcpkg into ↵Alexander Karatarakis
sdcb-mpir-static
2017-01-24[vcpkg integrate] Exit silently if target cannot be found.Robert Schumacher
2017-01-24Merge branch 'master' of https://github.com/microsoft/vcpkgRobert Schumacher
2017-01-24[wt] Suppress reliance on boost autolinkingRobert Schumacher
Fixes #558
2017-01-24Suppress VS2017's vcvarsall.bat outputAlexander Karatarakis
2017-01-24[libarchive] bump versioncodicodi
2017-01-24[libarchive] apply patchcodicodi
2017-01-24[libarchive] add one more patchcodicodi
2017-01-24FetchDependency.ps1 now returns the downloaded exe's pathAlexander Karatarakis
2017-01-24Fix path to nuget.exeAlexander Karatarakis
2017-01-24Download nuget.exe in a version-including subfolder in Downloads\Alexander Karatarakis
2017-01-24Remove $downloadName variableAlexander Karatarakis