aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_cache.cpp
AgeCommit message (Expand)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
2017-08-31example -> EXAMPLEAlexander Karatarakis
2017-08-28Use constAlexander 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-08[vcpkg] Initial addition of Filesystem abstraction to enable testing.Robert Schumacher
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04expected -> ExpectedAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-03-27Rework Paragraph parsing error handling. Add single paragraph functionsAlexander 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-12Reorganize commands, each in its own namespaceAlexander Karatarakis
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