index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
/
commands_search.cpp
Age
Commit message (
Expand
)
Author
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-12
Reorganize commands, each in its own namespace
Alexander Karatarakis
2017-01-12
Introduce Command namespace. Refactoring
Alexander Karatarakis
2016-12-12
[vcpkg_cmd_arguments] Use std::string instead of char*
Alexander Karatarakis
2016-11-30
Introduce filesystem_fs.h
Alexander Karatarakis
2016-11-07
[search] Don't #include "vcpkg.h"
Alexander Karatarakis
2016-11-07
Move shorten_description to vcpkglib_helpers
Alexander Karatarakis
2016-11-07
Refactor: create new Paragraphs.h/cpp
Alexander Karatarakis
2016-11-07
[vcpkg search] Use System::println() instead of iostream + iomanip
Alexander Karatarakis
2016-11-07
Rework `vcpkg search` implementation
Alexander Karatarakis
2016-11-07
Make lambda arg const
Alexander Karatarakis
2016-11-06
Make parameter const
Alexander Karatarakis
2016-10-04
Rename function case_insensitive_find() to case_insensitive_ascii_find()
Alexander Karatarakis
2016-09-30
All commands now use the new functions for argument checking
Alexander Karatarakis
2016-09-30
Rename check_max_args to check_max_arg_count and introduce min/exact variants
Alexander Karatarakis
2016-09-21
vcpkg search now does substring search
Alexander Karatarakis
2016-09-21
Simplify for-iterator
Alexander Karatarakis
2016-09-21
Move search_command to a separate file
Alexander Karatarakis