aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/VcpkgPaths.h
AgeCommit message (Collapse)Author
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-10-05Overhaul VS selection. Add triplet option to specify VS instanceAlexander Karatarakis
2017-10-04Merge branch 'export-ifw' of https://github.com/podsvirov/vcpkg into ↵Robert Schumacher
podsvirov-export-ifw
2017-09-27[Toolset selection] Use VS2017 vcvarsall for v140 if availableAlexander Karatarakis
2017-09-28[vcpkg-export-ifw] Usage QtIFW toolsKonstantin Podsvirov
Download and use tools to make repository and installer
2017-08-26[vcpkg] Use vcvars argument strings from detected toolset. Avoid c-string ↵Robert Schumacher
pointer comparison.
2017-08-24[vcpkg] testing for architectures supported by toolsetMikhail Paulyshka
2017-08-21[vcpkg] Fix feature packages for non-default triplets. Reduce duplication ↵Robert Schumacher
between normal installs and feature installs.
2017-06-05[vcpkg] Formatting and simplification of VcpkgPaths::get_toolset()Robert Schumacher
2017-06-02Implement support to request a specific toolset version via the variable ↵Albert Ziegenhagel
`VCPKG_PLATFORM_TOOLSET` in the triplet file
2017-04-27Run clang-format over the headers. Remove stray Version.h/cpp. Fix location ↵Alexander Karatarakis
of VersionT.cpp
2017-04-08[vcpkg] Initial addition of Filesystem abstraction to enable testing.Robert Schumacher
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis