aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_env.cpp
AgeCommit message (Collapse)Author
2017-08-28[commands_env.cpp] Use const. Naming schemeAlexander Karatarakis
2017-06-02Implement support to request a specific toolset version via the variable ↵Albert Ziegenhagel
`VCPKG_PLATFORM_TOOLSET` in the triplet file
2017-05-04Rework vcpkg's triplet environment readingAlexander Karatarakis
The triplet is "run" and vcpkg observes the environment. Previously, the environment was deduced by the triplet's name
2017-05-01[vcpkg] Split vcpkg::Commands::Build -> vcpkg::Build, ↵Robert Schumacher
vcpkg::Commands::BuildCommand
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2017-04-03[vcpkg-env] Added internal 'env' command to help diagnose environment issues.Robert Schumacher