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 (
Collapse
)
Author
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
Additionally, functions related to a command can now live in the same namespace
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
appropriate commands
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
2016-09-30
Replace usage of parse_all_args_as_package_specs with the new functions
Alexander Karatarakis
2016-09-30
All commands now use the new functions for argument checking
Alexander Karatarakis
2016-09-23
parse_all_arguments_as_package_specs: remove unused parameter
Alexander Karatarakis
2016-09-23
Improved error reporting when user provides invalid triplets
Albert Ziegenhagel
2016-09-18
Initial commit
Alexander Karatarakis
[prev]