aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_search.cpp
AgeCommit message (Expand)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
2017-10-02Show warning instead of failing if port cannot be parsedAlexander Karatarakis
2017-08-31example -> EXAMPLEAlexander Karatarakis
2017-08-24Introduce GlobalState structAlexander Karatarakis
2017-08-22[vcpkg] Improve formatting of search and list. Fix gl2ps version.Robert Schumacher
2017-08-16partial end to end feature packages hdf5Daniel Shaw
2017-06-20[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.Robert Schumacher
2017-06-19[vcpkg] feature packages initial parsingDaniel Shaw
2017-06-09Merge pull request #1106 from evil-e/masterRobert Schumacher
2017-06-09[vcpkg] Rename --full-desc to --x-full-descRobert Schumacher
2017-06-08[vcpkg] Improve diagnostics upon port load failureRobert Schumacher
2017-05-22[vcpkg-search] added search in descriptionDaniel Shaw
2017-05-16Added '--full-desc' option to search and list commands to shows full descript...Jon Erickson
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-08[vcpkg] Initial addition of Filesystem abstraction to enable testing.Robert Schumacher
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-04-04dependency -> DependencyAlexander Karatarakis
2017-03-22[commands] Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-15`search` Modify messageAlexander Karatarakis
2017-02-27Move some functions from vcpkglib.h to Paragraphs.hAlexander Karatarakis
2017-02-27Introduce function: load_all_ports()Alexander Karatarakis
2017-02-21Use std::vector.empty() instead of checking for size() = 0Alexander Karatarakis
2017-02-21Add `search --graph` optionAlexander Karatarakis
2017-02-17`cache`/`list`/`own`/`search`: check for --optionsAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
2017-01-12Introduce Command namespace. RefactoringAlexander Karatarakis
2016-12-12[vcpkg_cmd_arguments] Use std::string instead of char*Alexander Karatarakis
2016-11-30Introduce filesystem_fs.hAlexander Karatarakis
2016-11-07[search] Don't #include "vcpkg.h"Alexander Karatarakis
2016-11-07Move shorten_description to vcpkglib_helpersAlexander Karatarakis
2016-11-07Refactor: create new Paragraphs.h/cppAlexander Karatarakis
2016-11-07[vcpkg search] Use System::println() instead of iostream + iomanipAlexander Karatarakis
2016-11-07Rework `vcpkg search` implementationAlexander Karatarakis
2016-11-07Make lambda arg constAlexander Karatarakis
2016-11-06Make parameter constAlexander Karatarakis
2016-10-04Rename function case_insensitive_find() to case_insensitive_ascii_find()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-21vcpkg search now does substring searchAlexander Karatarakis
2016-09-21Simplify for-iteratorAlexander Karatarakis
2016-09-21Move search_command to a separate fileAlexander Karatarakis