aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_cache.cpp
AgeCommit message (Collapse)Author
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-16Files::get_contents() -> Files::read_contents()Alexander Karatarakis
2016-12-12Use System::println(std::string&) overloadAlexander Karatarakis
2016-12-12[vcpkg_cmd_arguments] Use std::string instead of char*Alexander Karatarakis
2016-11-07[cache] Don't #include "vcpkg.h"Alexander Karatarakis
2016-11-07Refactor: create new Paragraphs.h/cppAlexander Karatarakis
2016-11-07Rework `vcpkg cache` implementationAlexander Karatarakis
2016-11-07Add simple substring filtering to `vcpkg cache`, like `vcpkg search`Alexander Karatarakis
2016-09-30Rename check_max_args to check_max_arg_count and introduce min/exact variantsAlexander Karatarakis
2016-09-21Place command_cache in a separate cpp fileAlexander Karatarakis