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_list.cpp
Age
Commit 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 fix
Alexander Karatarakis
2017-08-31
example -> EXAMPLE
Alexander 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-desc
Robert Schumacher
2017-05-16
Added '--full-desc' option to search and list commands to shows full ↵
Jon Erickson
description for packages.
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
vcpkg_cmd_arguments -> VcpkgCmdArguments
Alexander Karatarakis
2017-03-31
Introduce 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 --options
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-25
Rename vcpkg.h/cpp to vcpkglib.h/cpp
Alexander Karatarakis
2017-01-12
Reorganize commands, each in its own namespace
Alexander Karatarakis
Additionally, functions related to a command can now live in the same namespace
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-07
Move shorten_description to vcpkglib_helpers
Alexander Karatarakis
2016-11-07
Add simple substring filtering to `vcpkg list`
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
Place command_list() in a separate cpp file
Alexander Karatarakis