aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_install.cpp
AgeCommit message (Collapse)Author
2017-04-10default_target_triplet -> default_tripletAlexander Karatarakis
2017-04-10Tweak `install` input parsing to match `remove`Alexander Karatarakis
2017-04-08[vcpkg] Further work on filesystem abstraction layer.Robert Schumacher
2017-04-07Use Triplet.canonical_name() or .to_string()Alexander Karatarakis
2017-04-07Remove PackageSpec.display_name()Alexander Karatarakis
2017-04-07Use existing variableAlexander Karatarakis
2017-04-07Remove to_printf_args(PackageSpec)Alexander Karatarakis
2017-04-07Add missing break;Alexander Karatarakis
2017-04-07`install command` Add status for the building phaseAlexander Karatarakis
2017-04-07Add UNKNOWN caseAlexander Karatarakis
2017-04-07Remove unneeded branchAlexander Karatarakis
2017-04-07Use switch-caseAlexander Karatarakis
2017-04-07`vcpkg install` improve status messageAlexander Karatarakis
2017-04-07`vcpkg install`: Print install plan and add --dry-run optionAlexander Karatarakis
2017-04-04PacakgeSpec.toString() -> PackageSpec.to_string()Alexander Karatarakis
2017-04-04StatusParagraph_and_associated_files -> StatusParagraphAndAssociatedFilesAlexander Karatarakis
2017-04-04color -> ColorAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04package_spec_with_install_plan -> PackageSpecWithInstallPlanAlexander Karatarakis
2017-04-04install_plan_type -> InstallPlanTypeAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-04-04Want: change enum constants to ALL_UPPERAlexander Karatarakis
2017-04-04want_t -> WantAlexander Karatarakis
2017-04-04InstallState: change enum constants to ALL_UPPERAlexander Karatarakis
2017-04-04install_state_t -> InstallStateAlexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2017-04-04Rename Metrics:: function to all_lowerAlexander Karatarakis
2017-04-04Introduce Metrics namespaceAlexander Karatarakis
2017-04-01[vcpkg] ImmutableSortedVector is actually Mutable via move.Robert Schumacher
Use fmap instead of construct/insert. Don't cache VS2015 instances since it is called once. Add ParagraphDataMap alias.
2017-04-01[vcpkg] Use fmap instead of std::transform.Robert Schumacher
2017-04-01[vcpkg] Replace explicit bulk operations with fmapRobert Schumacher
2017-03-31Rename optional::get_or_exit() to optional::value_or_exit()Robert Schumacher
2017-03-31Rename expected::get_or_exit() to expected::value_or_exit()Robert Schumacher
2017-03-28Rework optional<T>Alexander Karatarakis
2017-03-28[expected] Now uses exit variants instead of throw variantsAlexander Karatarakis
2017-03-22[commands] Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Checks::unreachable() now needs LineInfo as an argumentAlexander Karatarakis
2017-03-10`install`: Remove call to Environment::ensure_utilities_on_path();Alexander Karatarakis
2017-03-10Nuke Joiner. Add wjoin()Alexander Karatarakis
2017-02-27Fix #include of Paragraph.hAlexander Karatarakis
2017-02-27Move some functions from vcpkglib.h to Paragraphs.hAlexander Karatarakis
2017-02-17`install`: check for --options and delay loading of status_dbAlexander Karatarakis
2017-02-15[!] Change the format of the listfileAlexander Karatarakis
2017-02-15Change parameter from std::string to package_specAlexander Karatarakis
2017-02-15Extract create_user_troubleshooting_message(). CI doesn't call it, ↵Alexander Karatarakis
interactive commands do
2017-02-15Swap parameters of Build::create_error_message()Alexander Karatarakis
2017-02-15Restore dependency check in build_package()Alexander Karatarakis
2017-02-15Separate dependency check from build_package()Alexander Karatarakis
2017-02-10build_package() modified to return the result of the buildAlexander Karatarakis