Commit Graph

696 Commits

Author SHA1 Message Date
Alexander Karatarakis
410aa5b43a default_target_triplet -> default_triplet 2017-04-10 13:00:33 -07:00
Alexander Karatarakis
cd0c8e1ca3 Tweak install input parsing to match remove 2017-04-10 12:58:32 -07:00
Alexander Karatarakis
f306e8770f Formatting 2017-04-10 12:58:19 -07:00
Alexander Karatarakis
599c22f2af VersionT: replace to_printf_arg() with .to_string() 2017-04-07 17:56:26 -07:00
Alexander Karatarakis
12f09d3151 Use Triplet.canonical_name() or .to_string() 2017-04-07 17:53:57 -07:00
Alexander Karatarakis
2069028b06 Remove triplet operator<< overload 2017-04-07 17:45:17 -07:00
Alexander Karatarakis
13482879f8 Triplet.to_string() 2017-04-07 17:44:24 -07:00
Alexander Karatarakis
9c2287d0e8 Remove unneeded to_string() calls 2017-04-07 17:39:47 -07:00
Alexander Karatarakis
41c9026875 Remove PackageSpec& operator<< overload 2017-04-07 16:22:35 -07:00
Alexander Karatarakis
18fa18a07b Remove PackageSpec.display_name() 2017-04-07 16:22:35 -07:00
Alexander Karatarakis
285bbe0d8a Add to_printf_arg() for classes with to_string() 2017-04-07 16:22:35 -07:00
Alexander Karatarakis
e8dbe3ec4c vcpkg ci Update strings, similarly to vcpkg install 2017-04-07 16:22:35 -07:00
Alexander Karatarakis
8b59a289f2 Use existing variable 2017-04-07 16:22:35 -07:00
Alexander Karatarakis
d075c27949 vcpkg ci Use switch-case 2017-04-07 16:22:34 -07:00
Alexander Karatarakis
e56d87c689 Remove to_printf_args(PackageSpec) 2017-04-07 16:22:34 -07:00
Alexander Karatarakis
199887fdcd Add missing break; 2017-04-07 15:48:22 -07:00
Alexander Karatarakis
24c2955b03 install command Add status for the building phase 2017-04-07 15:46:18 -07:00
Alexander Karatarakis
4839ea8944 Add UNKNOWN case 2017-04-07 15:45:14 -07:00
Alexander Karatarakis
a405d60fe3 Remove unneeded branch 2017-04-07 15:45:14 -07:00
Alexander Karatarakis
fabeefdb14 Use switch-case 2017-04-07 15:45:14 -07:00
Alexander Karatarakis
687e1d6a1b vcpkg install improve status message 2017-04-07 15:45:14 -07:00
Alexander Karatarakis
75838ddbcc vcpkg install: Print install plan and add --dry-run option 2017-04-07 15:45:14 -07:00
Alexander Karatarakis
c4d5763a53 Fix install plan to not include already installed packages
(unless they are explicitly requested by the user)
2017-04-07 15:45:14 -07:00
Alexander Karatarakis
c91ac99d4a Add find_installed() overload 2017-04-07 15:45:13 -07:00
Alexander Karatarakis
ad24821dce Fix find_installed() 2017-04-07 15:45:13 -07:00
Alexander Karatarakis
66e6e6e9e2 Add RequestType to InstallPlan 2017-04-07 15:45:13 -07:00
Alexander Karatarakis
c85de257c8 Add compare_by_name to InstallPlan 2017-04-07 15:45:13 -07:00
Alexander Karatarakis
1281f66c39 Formatting 2017-04-07 15:45:13 -07:00
Alexander Karatarakis
60b49cf4f7 Extract functions for output formatting 2017-04-07 15:45:13 -07:00
Alexander Karatarakis
1ed61c4de8 Fix output formatting 2017-04-07 15:45:13 -07:00
Alexander Karatarakis
cdc77fdae4 RemovePlan -> sort by name 2017-04-07 15:45:13 -07:00
Alexander Karatarakis
26197ac316 Use switch-case 2017-04-07 15:45:13 -07:00
Alexander Karatarakis
b36250344a Use switch-case 2017-04-07 15:45:13 -07:00
Alexander Karatarakis
0d65de2aa9 Don't suppress output of setting the environemnt on --debug 2017-04-06 16:54:19 -07:00
Alexander Karatarakis
bb7cccc2ac Add System32\Wbem to the whitelisted environment
Solves vcvarsall.bat not being able to find wmic.exe
2017-04-06 16:54:19 -07:00
Robert Schumacher
d03171d122 [vcpkg-debug] Add debug messages for calls to cmd_execute() 2017-04-05 17:37:36 -07:00
Robert Schumacher
1c9838b551 [vcpkg-debug] Add debugging for calls to cmd_execute_clean() 2017-04-05 16:28:09 -07:00
Alexander Karatarakis
fe81139bc0 Update CHANGELOG and bump version to v0.0.79 2017-04-05 15:06:34 -07:00
Robert Schumacher
846471c8f2 Merge fix regression in CUDA due to sanitized environments 2017-04-05 14:39:16 -07:00
Alexander Karatarakis
7dbc893163 Change vcpkg build_external to vcpkg build-external 2017-04-05 14:21:11 -07:00
Alexander Karatarakis
84ed167439 Introduce vcpkg depend-info command 2017-04-05 14:20:49 -07:00
Robert Schumacher
cc338dcc8c [cuda] Add CUDA_PATH to environment whitelist. 2017-04-05 14:10:01 -07:00
sdcb
928ff24cbc Fix a infinite skip_comment check in Paragraphs.cpp
This happens when git not checkout file's line break as CR-LF.
When CONTROL file contains comment followed by \n instead of \r\n, there will be a infinite skip_comment check.
2017-04-05 17:12:32 +08:00
Alexander Karatarakis
d9a4034539 Join declaration with assignment 2017-04-04 16:47:08 -07:00
Alexander Karatarakis
9aab06f5af toString() -> to_string in various enums 2017-04-04 16:47:08 -07:00
Alexander Karatarakis
818b8a4cfc PacakgeSpec.toString() -> PackageSpec.to_string() 2017-04-04 16:47:08 -07:00
Alexander Karatarakis
dac8ace761 LineInfo::toString() -> LineInfo::to_string() 2017-04-04 16:47:07 -07:00
Alexander Karatarakis
2d7beb71e7 lint_status -> LintStatus 2017-04-04 16:47:07 -07:00
Alexander Karatarakis
e1af07d45a elevation_prompt_user_choice -> ElevationPromptChoice 2017-04-04 16:47:07 -07:00
Alexander Karatarakis
3677b2c3c8 metrics: functions to lower_case 2017-04-04 16:47:07 -07:00