aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_remove.cpp
AgeCommit message (Expand)Author
2017-04-07Extract functions for output formattingAlexander Karatarakis
2017-04-07Fix output formattingAlexander Karatarakis
2017-04-07RemovePlan -> sort by nameAlexander Karatarakis
2017-04-07Use switch-caseAlexander Karatarakis
2017-04-07Use switch-caseAlexander Karatarakis
2017-04-04PacakgeSpec.toString() -> PackageSpec.to_string()Alexander Karatarakis
2017-04-04color -> ColorAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04package_spec_with_remove_plan -> PackageSpecWithRemovePlanAlexander Karatarakis
2017-04-04remove_plan_type -> RemovePlanTypeAlexander Karatarakis
2017-04-04request_type -> RequestTypeAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-04-04Want: change enum constants to ALL_UPPERAlexander Karatarakis
2017-04-04want_t -> WantAlexander Karatarakis
2017-04-04InstallState: change enum constants to ALL_UPPERAlexander Karatarakis
2017-04-04install_state_t -> InstallStateAlexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2017-04-04package_spec -> PackageSpecAlexander Karatarakis
2017-04-04[vcpkg-remove] Make purge the default for remove.Robert Schumacher
2017-04-04`remove` Add --outdated optionAlexander Karatarakis
2017-04-01[vcpkg] Replace explicit bulk operations with fmapRobert Schumacher
2017-03-31`remove`: Add --dry-run optionAlexander Karatarakis
2017-03-22[commands] Use Checks::exit_fail/success/with_code()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-10Nuke Joiner. Add wjoin()Alexander Karatarakis
2017-02-17[remove-command] Reorder input processingAlexander Karatarakis
2017-02-15Remove unused variable from create_remove_plan()Alexander Karatarakis
2017-02-03[vcpkg remove] Fix remove --purge not applying to not-installed packagesAlexander Karatarakis
2017-01-30Change --recursive option to --recurseAlexander Karatarakis
2017-01-30remove_plan now depends on the spec, instead of StatusParagraphAlexander Karatarakis
2017-01-30Fix usage of remove_plan_typeAlexander Karatarakis
2017-01-30[Dependencies] User-requested vs autos-elected info is now in a separate enumAlexander Karatarakis
2017-01-30FormattingAlexander Karatarakis
2017-01-30Improve messages from the `remove` commandAlexander Karatarakis
2017-01-30Remove commented-out codeAlexander Karatarakis
2017-01-30Enable recursive `remove` commandAlexander Karatarakis
2017-01-30Print remove plan. Fail if --recursive is not passed and there are dependenciesAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-30Create a remove plan. NOT used yetAlexander Karatarakis
2017-01-30Move & rename remove_plan_type enumAlexander Karatarakis
2017-01-25Rename vcpkg.h/cpp to vcpkglib.h/cppAlexander Karatarakis
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
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
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