aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_edit.cpp
AgeCommit 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 pathAlexander Karatarakis
2017-09-14`vcpkg edit`: Improve detection for VSCode - Insiders. Prefer it if availableAlexander Karatarakis
2017-08-31Naming conventionAlexander Karatarakis
2017-08-31Function naming conventionAlexander Karatarakis
2017-08-30Improve `vcpkg edit` and feedback when no editor is foundAlexander Karatarakis
2017-08-28[edit] Fix variable names to be consistence with vcpkg's conventionAlexander Karatarakis
2017-08-28Use constAlexander Karatarakis
2017-08-22[vcpkg edit] Add option --buildtreesAlexander Karatarakis
2017-08-21Fix detection of 64-bit VSCodeAlexander Karatarakis
2017-05-04get_environmental_variable() -> get_environment_variable()Alexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-11[vcpkg] Alias out standard filesystem headers to ensure clean separation.Robert Schumacher
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04optional<T> -> Optional<T>Alexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-03-31Move Environment::get_program_files() to System::get_program_files()Robert Schumacher
2017-03-28Rework 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 insidersRobert Schumacher
2017-03-13All Checks now take LineInfo as the first argumentAlexander 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 --optionsAlexander Karatarakis
2017-02-14Add functions to find the Program Files folders on the C++ side. Resolves #606Alexander Karatarakis
2017-02-14System::get_environmental_variable() now returns optional<>Alexander Karatarakis
2017-02-14Rename wdupenv_str to get_environmental_variable()Alexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-25Add quotes are port name in error messageAlexander Karatarakis
2017-01-13[edit command] Now checks that port exists before openingAlexander Karatarakis
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
2017-01-12Place build & build_external commands into separate filesAlexander Karatarakis
2016-12-12[vcpkg_cmd_arguments] Use std::string instead of char*Alexander Karatarakis
2016-09-30create & edit commands now only handle package namesAlexander Karatarakis
2016-09-30[vcpkg edit] Now throws an error if it cannot launch an editorAlexander Karatarakis
2016-09-30Added triplet check in all commands that obtain package_specsAlexander Karatarakis
2016-09-30Place check_and_get_package_spec in a separate fileAlexander Karatarakis
2016-09-30Replace usage of parse_all_args_as_package_specs with the new functionsAlexander Karatarakis
2016-09-30All commands now use the new functions for argument checkingAlexander Karatarakis
2016-09-30Rename check_max_args to check_max_arg_count and introduce min/exact variantsAlexander Karatarakis
2016-09-29Rename wchar_t overload of Strings::format() to wformat()Alexander Karatarakis
2016-09-23parse_all_arguments_as_package_specs: remove unused parameterAlexander Karatarakis
2016-09-23Improved error reporting when user provides invalid tripletsAlbert Ziegenhagel
2016-09-22Place list_command() in a separate cpp fileAlexander Karatarakis