aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_help.cpp
AgeCommit message (Collapse)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
2017-07-26[vcpkg-help] Improve help, including a list of topics.Robert Schumacher
2017-07-09Adds a missing new line statementMaktm
2017-05-03`export` Mention in `vcpkg help`Alexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-12get_files_recursive()/get_files_non_recursive()Alexander Karatarakis
2017-04-11[vcpkg] Alias out standard filesystem headers to ensure clean separation.Robert Schumacher
2017-04-04color -> ColorAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-04-04[vcpkg-remove] Make purge the default for remove.Robert Schumacher
Added (currently undocumented) --no-purge as workaround if required.
2017-04-04[vcpkg-remove-outdated] Add documentation for remove --outdated.Robert Schumacher
2017-03-22[commands] Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-02-17`contact`/`help`/`version`: Check for --optionsAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
Additionally, functions related to a command can now live in the same namespace
2017-01-12Place contact and version commands in different cpp filesAlexander Karatarakis
2017-01-12Introduce Command namespace. RefactoringAlexander Karatarakis
2016-11-07Introduce vcpkg_info.h/cppAlexander Karatarakis
2016-10-03[vcpkg] Adjust ersion to point at LICENSE.txtRobert Schumacher
2016-09-30All commands now use the new functions for argument checkingAlexander Karatarakis
2016-09-30Rename check_max_args to check_max_arg_count and introduce min/exact variantsAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis