aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_list.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-08-31[vcpkg list] Naming convention fixAlexander Karatarakis
2017-08-31example -> EXAMPLEAlexander Karatarakis
2017-08-22[vcpkg] Improve formatting of search and list. Fix gl2ps version.Robert Schumacher
2017-06-20[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.Robert Schumacher
2017-06-09[vcpkg] Rename --full-desc to --x-full-descRobert Schumacher
2017-05-16Added '--full-desc' option to search and list commands to shows full ↵Jon Erickson
description for packages.
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-03-31Introduce get_installed_ports()Alexander Karatarakis
2017-03-22[commands] Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-02-17`cache`/`list`/`own`/`search`: check for --optionsAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-25Rename vcpkg.h/cpp to vcpkglib.h/cppAlexander 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-12Introduce Command namespace. RefactoringAlexander Karatarakis
2016-12-12[vcpkg_cmd_arguments] Use std::string instead of char*Alexander Karatarakis
2016-11-07Move shorten_description to vcpkglib_helpersAlexander Karatarakis
2016-11-07Add simple substring filtering to `vcpkg list`Alexander Karatarakis
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-21Place command_list() in a separate cpp fileAlexander Karatarakis