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-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