aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_integrate.cpp
AgeCommit message (Expand)Author
2017-04-04elevation_prompt_user_choice -> ElevationPromptChoiceAlexander Karatarakis
2017-04-04color -> ColorAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04expected -> ExpectedAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-03-31Move Environment:: functions into vcpkg_paths. Remove Environment.h/cppRobert Schumacher
2017-03-31Move Environment::get_program_files() to System::get_program_files()Robert Schumacher
2017-03-31Rename optional::get_or_exit() to optional::value_or_exit()Robert Schumacher
2017-03-28Rework optional<T>Alexander Karatarakis
2017-03-22[commands] Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-22Use Checks::exit_with_message()Alexander Karatarakis
2017-03-22Use Checks::check_exit()Alexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Checks::unreachable() now needs LineInfo as an argumentAlexander Karatarakis
2017-03-10Use System::cmd_executeClean()Alexander Karatarakis
2017-03-10`integrate`: Use paths.get_nuget_exe()Alexander Karatarakis
2017-02-28Use Checks::check_exit()Alexander Karatarakis
2017-02-28Remove fs::exists() callAlexander Karatarakis
2017-02-28Improve implementation of `vcpkg integrate remove`Alexander Karatarakis
2017-02-28Re-use variable instead of re-calling function returning itAlexander Karatarakis
2017-02-17`integrate`: checks for --optionsAlexander Karatarakis
2017-02-16Improve message of `vcpkg integrate install`Alexander Karatarakis
2017-02-14Add functions to find the Program Files folders on the C++ side. Resolves #606Alexander Karatarakis
2017-02-14System::get_environmental_variable() now returns optional<>Alexander Karatarakis
2017-02-14Rename wdupenv_str to get_environmental_variable()Alexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
2017-01-12Introduce Command namespace. RefactoringAlexander Karatarakis
2017-01-12Rename commands_integration.cpp to commands_integrate.cppAlexander Karatarakis