aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_integrate.cpp
AgeCommit message (Expand)Author
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