index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
/
commands_remove.cpp
Age
Commit message (
Expand
)
Author
2017-04-07
Extract functions for output formatting
Alexander Karatarakis
2017-04-07
Fix output formatting
Alexander Karatarakis
2017-04-07
RemovePlan -> sort by name
Alexander Karatarakis
2017-04-07
Use switch-case
Alexander Karatarakis
2017-04-07
Use switch-case
Alexander Karatarakis
2017-04-04
PacakgeSpec.toString() -> PackageSpec.to_string()
Alexander Karatarakis
2017-04-04
color -> Color
Alexander Karatarakis
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
package_spec_with_remove_plan -> PackageSpecWithRemovePlan
Alexander Karatarakis
2017-04-04
remove_plan_type -> RemovePlanType
Alexander Karatarakis
2017-04-04
request_type -> RequestType
Alexander Karatarakis
2017-04-04
vcpkg_cmd_arguments -> VcpkgCmdArguments
Alexander Karatarakis
2017-04-04
Want: change enum constants to ALL_UPPER
Alexander Karatarakis
2017-04-04
want_t -> Want
Alexander Karatarakis
2017-04-04
InstallState: change enum constants to ALL_UPPER
Alexander Karatarakis
2017-04-04
install_state_t -> InstallState
Alexander Karatarakis
2017-04-04
triplet -> Triplet
Alexander Karatarakis
2017-04-04
package_spec -> PackageSpec
Alexander Karatarakis
2017-04-04
[vcpkg-remove] Make purge the default for remove.
Robert Schumacher
2017-04-04
`remove` Add --outdated option
Alexander Karatarakis
2017-04-01
[vcpkg] Replace explicit bulk operations with fmap
Robert Schumacher
2017-03-31
`remove`: Add --dry-run option
Alexander Karatarakis
2017-03-22
[commands] Use Checks::exit_fail/success/with_code()
Alexander Karatarakis
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-03-13
Checks::unreachable() now needs LineInfo as an argument
Alexander Karatarakis
2017-03-10
Nuke Joiner. Add wjoin()
Alexander Karatarakis
2017-02-17
[remove-command] Reorder input processing
Alexander Karatarakis
2017-02-15
Remove unused variable from create_remove_plan()
Alexander Karatarakis
2017-02-03
[vcpkg remove] Fix remove --purge not applying to not-installed packages
Alexander Karatarakis
2017-01-30
Change --recursive option to --recurse
Alexander Karatarakis
2017-01-30
remove_plan now depends on the spec, instead of StatusParagraph
Alexander Karatarakis
2017-01-30
Fix usage of remove_plan_type
Alexander Karatarakis
2017-01-30
[Dependencies] User-requested vs autos-elected info is now in a separate enum
Alexander Karatarakis
2017-01-30
Formatting
Alexander Karatarakis
2017-01-30
Improve messages from the `remove` command
Alexander Karatarakis
2017-01-30
Remove commented-out code
Alexander Karatarakis
2017-01-30
Enable recursive `remove` command
Alexander Karatarakis
2017-01-30
Print remove plan. Fail if --recursive is not passed and there are dependencies
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-30
Create a remove plan. NOT used yet
Alexander Karatarakis
2017-01-30
Move & rename remove_plan_type enum
Alexander Karatarakis
2017-01-25
Rename vcpkg.h/cpp to vcpkglib.h/cpp
Alexander Karatarakis
2017-01-12
Reorganize commands, each in its own namespace
Alexander Karatarakis
2017-01-12
Introduce Command namespace. Refactoring
Alexander 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-01
Move install_package() and deinstall_package() to the files of the
Alexander Karatarakis
2016-09-30
Rename check_all_triplets() to check_triplets()
Alexander Karatarakis
2016-09-30
Added triplet check in all commands that obtain package_specs
Alexander Karatarakis
2016-09-30
Place check_and_get_package_spec in a separate file
Alexander Karatarakis
[next]