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
/
vcpkg_cmd_arguments.cpp
Age
Commit message (
Expand
)
Author
2017-04-04
vcpkg_cmd_arguments -> VcpkgCmdArguments
Alexander Karatarakis
2017-04-04
opt_bool->OptBool
Alexander Karatarakis
2017-04-04
Rename Metrics:: function to all_lower
Alexander Karatarakis
2017-04-04
Introduce Metrics namespace
Alexander Karatarakis
2017-03-22
Use Checks::exit_fail/success/with_code()
Alexander Karatarakis
2017-03-22
Use Checks::exit_with_message()
Alexander Karatarakis
2017-02-17
Remove unused function
Alexander Karatarakis
2017-02-17
Add vcpkg_cmd_arguments::check_no_optional_arguments()
Alexander Karatarakis
2017-02-01
Enhance the opt_bool type
Alexander Karatarakis
2017-01-31
[opt_bool] Make members ALL_CAPS
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
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
Use System::println(std::string&) overload
Alexander Karatarakis
2016-12-12
[vcpkg_cmd_arguments] Use std::string instead of char*
Alexander Karatarakis
2016-11-07
Remove unused #includes
Alexander Karatarakis
2016-09-30
Place check_and_get_package_spec in a separate file
Alexander Karatarakis
2016-09-30
Remove parse_all_arguments_as_package_specs()
Alexander Karatarakis
2016-09-30
Add function check_and_get_package_spec() and variant for multiple specs
Alexander Karatarakis
2016-09-30
Add quotes around command name
Alexander Karatarakis
2016-09-30
Rename check_max_args to check_max_arg_count and introduce min/exact variants
Alexander Karatarakis
2016-09-23
Change vcpkg::parse() to vcpkg::package_spec::from_string()
Alexander Karatarakis
2016-09-23
parse_all_arguments_as_package_specs: remove unused parameter
Alexander Karatarakis
2016-09-23
Disabled validation of per-package triplet
Albert Ziegenhagel
2016-09-23
Fixed errors introduced during merge
Albert Ziegenhagel
2016-09-23
Merge branch 'master' into default_triplet
Albert Ziegenhagel
2016-09-23
Improved error reporting when user provides invalid triplets
Albert Ziegenhagel
2016-09-22
Refactor dependency related code to vcpkg::Dependencies
Alexander Karatarakis
2016-09-18
Initial commit
Alexander Karatarakis