aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_remove.cpp
AgeCommit message (Collapse)Author
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
Additionally, functions related to a command can now live in the same namespace
2017-01-12Introduce Command namespace. RefactoringAlexander Karatarakis
2016-12-12[vcpkg_Input] Use std::string instead of char*Alexander Karatarakis
2016-12-12[vcpkg_cmd_arguments] Use std::string instead of char*Alexander Karatarakis
2016-12-01Move install_package() and deinstall_package() to the files of theAlexander Karatarakis
appropriate commands
2016-09-30Rename check_all_triplets() to check_triplets()Alexander Karatarakis
2016-09-30Added triplet check in all commands that obtain package_specsAlexander Karatarakis
2016-09-30Place check_and_get_package_spec in a separate fileAlexander Karatarakis
2016-09-30Replace usage of parse_all_args_as_package_specs with the new functionsAlexander Karatarakis
2016-09-30All commands now use the new functions for argument checkingAlexander Karatarakis
2016-09-23parse_all_arguments_as_package_specs: remove unused parameterAlexander Karatarakis
2016-09-23Improved error reporting when user provides invalid tripletsAlbert Ziegenhagel
2016-09-18Initial commitAlexander Karatarakis