aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_integrate.cpp
AgeCommit message (Expand)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
2017-10-02[vcpkg] Fix use of UNICODE-sensitive Windows APIsRobert Schumacher
2017-08-31[vcpkg integrate] Change regex to static const, add missing constsAlexander Karatarakis
2017-08-31[vcpkg integrate] Naming convention fixesAlexander Karatarakis
2017-08-31example -> EXAMPLEAlexander Karatarakis
2017-08-31Function naming conventionAlexander Karatarakis
2017-05-04get_environmental_variable() -> get_environment_variable()Alexander Karatarakis
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-23[vcpkg-integrate-project] Escape backticks. Fixes #964.Robert Schumacher
2017-04-21`Integrate project`: Change authors to `vcpkg`Alexander Karatarakis
2017-04-21Function renames. Make string static constexprAlexander Karatarakis
2017-04-14Merge from masterRobert Schumacher
2017-04-13Use Util::erase_remove_if()Alexander Karatarakis
2017-04-13Revert "Use Util::keep_if()"Robert Schumacher
2017-04-12Merge from masterRobert Schumacher
2017-04-12[vcpkg] Remove+indirect nearly all uses of iostreamsRobert Schumacher
2017-04-12Use Util::keep_if()Alexander Karatarakis
2017-04-11[vcpkg] Alias out standard filesystem headers to ensure clean separation.Robert Schumacher
2017-04-08[vcpkg] Initial addition of Filesystem abstraction to enable testing.Robert Schumacher
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