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_edit.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-09-19
[vcpkg edit] Fix VSCode path
Alexander Karatarakis
2017-09-14
`vcpkg edit`: Improve detection for VSCode - Insiders. Prefer it if available
Alexander Karatarakis
2017-08-31
Naming convention
Alexander Karatarakis
2017-08-31
Function naming convention
Alexander Karatarakis
2017-08-30
Improve `vcpkg edit` and feedback when no editor is found
Alexander Karatarakis
2017-08-28
[edit] Fix variable names to be consistence with vcpkg's convention
Alexander Karatarakis
2017-08-28
Use const
Alexander Karatarakis
2017-08-22
[vcpkg edit] Add option --buildtrees
Alexander Karatarakis
2017-08-21
Fix detection of 64-bit VSCode
Alexander Karatarakis
2017-05-04
get_environmental_variable() -> get_environment_variable()
Alexander Karatarakis
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-11
[vcpkg] Alias out standard filesystem headers to ensure clean separation.
Robert Schumacher
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
optional<T> -> Optional<T>
Alexander Karatarakis
2017-04-04
vcpkg_cmd_arguments -> VcpkgCmdArguments
Alexander Karatarakis
2017-03-31
Move Environment::get_program_files() to System::get_program_files()
Robert Schumacher
2017-03-28
Rework optional<T>
Alexander Karatarakis
2017-03-22
[commands] Use Checks::exit_fail/success/with_code()
Alexander Karatarakis
2017-03-16
[vcpkg-edit] Fix search for VSCode insiders
Robert Schumacher
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-03-10
[vcpkg] Also search registry keys for VSCode. Prefer insider version if ↵
Robert Schumacher
available. Fixes #764.
2017-02-17
`create`/`edit`: check for --options
Alexander Karatarakis
2017-02-14
Add functions to find the Program Files folders on the C++ side. Resolves #606
Alexander Karatarakis
2017-02-14
System::get_environmental_variable() now returns optional<>
Alexander Karatarakis
2017-02-14
Rename wdupenv_str to get_environmental_variable()
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-25
Add quotes are port name in error message
Alexander Karatarakis
2017-01-13
[edit command] Now checks that port exists before opening
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
2017-01-12
Place build & build_external commands into separate files
Alexander Karatarakis
2016-12-12
[vcpkg_cmd_arguments] Use std::string instead of char*
Alexander Karatarakis
2016-09-30
create & edit commands now only handle package names
Alexander Karatarakis
2016-09-30
[vcpkg edit] Now throws an error if it cannot launch an editor
Alexander Karatarakis
2016-09-30
Added triplet check in all commands that obtain package_specs
Alexander Karatarakis
2016-09-30
Place check_and_get_package_spec in a separate file
Alexander Karatarakis
2016-09-30
Replace usage of parse_all_args_as_package_specs with the new functions
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-29
Rename wchar_t overload of Strings::format() to wformat()
Alexander Karatarakis
2016-09-23
parse_all_arguments_as_package_specs: remove unused parameter
Alexander Karatarakis
2016-09-23
Improved error reporting when user provides invalid triplets
Albert Ziegenhagel
2016-09-22
Place list_command() in a separate cpp file
Alexander Karatarakis