aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/vcpkgtest
AgeCommit message (Collapse)Author
2018-11-01[vcxproj] Explicitly specify intermediate and output directoriesAlexander Karatarakis
Avoids case-sensitivity issues, flattens the layout, no Win32 but x86 instead Issue #4586
2018-10-31Remove import of user property pages when building vcpkgRoelf-Jilling
2018-03-20[vcpkg-hash] Use BCrypt on WindowsAlexander Karatarakis
2018-02-26[everything] Use -text to ensure consistent files across machines.Robert Schumacher
If you experience trouble, you can use the following to renormalize your local working directory: git add --renormalize . git reset . git checkout .
2017-12-01[vcpkg-contact-survey] Add monthly survey promptRobert Schumacher
2017-11-11[vcpkg-tests] Use PCH.Robert Schumacher
[vcpkg-update] Fix feature packages with update command. Fixes #2003.
2017-11-06[vcpkg] Add tests for remove plans.Robert Schumacher
2017-10-31[vcpkg] Fix bug where packages with uninstalled features appear to be ↵Robert Schumacher
uninstalled.
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
2017-08-20[vcpkg] Refactor parsing together and flatten featurespec usagesRobert Schumacher
2017-06-26adding tests for install plansDaniel Shaw
2017-04-27Formatting + add test to the vcxprojAlexander Karatarakis
2017-04-26Modify test proj to also consider VS2017 locationsAlexander Karatarakis
2017-02-15Raise Warning level for the vcpkg tool to W4Alexander Karatarakis
2017-02-08Remove unnecessary $(PlatformToolset) conditionAlexander Karatarakis
2017-01-30Disable MinimalRebuildAlexander Karatarakis
2017-01-30Enable multiprocessor compilation for vcpkg itselfAlexander Karatarakis
2017-01-25Remove vcpkgcommon.vcxproj. Merge it into vcpkglib.vcxprojAlexander Karatarakis
2017-01-25Remove vcpkgmetrics.vcxproj. Merge it into vcpkglib.vcxprojAlexander Karatarakis
2017-01-23[VS2017] Enable building vcpkg itself with VS2017Alexander Karatarakis
2016-11-05Enable qualified dependencies. Fix bug in internal 'build' command.Robert Schumacher
Added capability for CONTROL files to specify qualified dependencies, which are substring searched inside triplet names. Fixed bug in internal 'build' command where if a package is already built, that built package's dependencies will be used to determine requirements for the build instead of the port directory's CONTROL file.
2016-09-18Initial commitAlexander Karatarakis