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
|
818b8a4cfc
|
PacakgeSpec.toString() -> PackageSpec.to_string()
|
2017-04-04 16:47:08 -07:00 |
|
Alexander Karatarakis
|
eeb87e1051
|
StatusParagraph_and_associated_files -> StatusParagraphAndAssociatedFiles
|
2017-04-04 16:47:06 -07:00 |
|
Alexander Karatarakis
|
e401799aca
|
color -> Color
|
2017-04-04 16:47:00 -07:00 |
|
Alexander Karatarakis
|
3f76b9e53d
|
vcpkg_paths -> VcpkgPaths
|
2017-04-04 16:44:46 -07:00 |
|
Alexander Karatarakis
|
c9f4f312ae
|
package_spec_with_install_plan -> PackageSpecWithInstallPlan
|
2017-04-04 16:44:44 -07:00 |
|
Alexander Karatarakis
|
39d6688e02
|
install_plan_type -> InstallPlanType
|
2017-04-04 16:44:44 -07:00 |
|
Alexander Karatarakis
|
e051edfa10
|
vcpkg_cmd_arguments -> VcpkgCmdArguments
|
2017-04-04 16:44:43 -07:00 |
|
Alexander Karatarakis
|
cf3ee7c2a5
|
Want: change enum constants to ALL_UPPER
|
2017-04-04 16:44:43 -07:00 |
|
Alexander Karatarakis
|
7ca52532c2
|
want_t -> Want
|
2017-04-04 16:44:42 -07:00 |
|
Alexander Karatarakis
|
a742b60b4f
|
InstallState: change enum constants to ALL_UPPER
|
2017-04-04 16:44:42 -07:00 |
|
Alexander Karatarakis
|
ab34b88f2d
|
install_state_t -> InstallState
|
2017-04-04 16:44:42 -07:00 |
|
Alexander Karatarakis
|
bdf80d63c6
|
triplet -> Triplet
|
2017-04-04 16:44:42 -07:00 |
|
Alexander Karatarakis
|
830a4d97d4
|
Rename Metrics:: function to all_lower
|
2017-04-04 16:44:41 -07:00 |
|
Alexander Karatarakis
|
c86dbc960e
|
Introduce Metrics namespace
|
2017-04-04 16:44:41 -07:00 |
|
Robert Schumacher
|
b788c2b209
|
[vcpkg] ImmutableSortedVector is actually Mutable via move.
Use fmap instead of construct/insert.
Don't cache VS2015 instances since it is called once.
Add ParagraphDataMap alias.
|
2017-04-01 03:30:52 -07:00 |
|
Robert Schumacher
|
05c9f77a4a
|
[vcpkg] Use fmap instead of std::transform.
|
2017-04-01 01:39:24 -07:00 |
|
Robert Schumacher
|
74f788d04f
|
[vcpkg] Replace explicit bulk operations with fmap
|
2017-04-01 01:11:51 -07:00 |
|
Robert Schumacher
|
7d4832c6bf
|
Rename optional::get_or_exit() to optional::value_or_exit()
|
2017-03-31 16:29:04 -07:00 |
|
Robert Schumacher
|
c5950aa651
|
Rename expected::get_or_exit() to expected::value_or_exit()
|
2017-03-31 16:23:48 -07:00 |
|
Alexander Karatarakis
|
42bd55e3ae
|
Rework optional<T>
|
2017-03-28 18:59:57 -07:00 |
|
Alexander Karatarakis
|
67ce764c2e
|
[expected] Now uses exit variants instead of throw variants
|
2017-03-28 18:48:03 -07:00 |
|
Alexander Karatarakis
|
4bc91f1f26
|
[commands] Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:45:39 -07:00 |
|
Alexander Karatarakis
|
4114d87a07
|
All Checks now take LineInfo as the first argument
|
2017-03-13 17:56:21 -07:00 |
|
Alexander Karatarakis
|
d15818c602
|
Checks::unreachable() now needs LineInfo as an argument
|
2017-03-13 17:56:21 -07:00 |
|
Alexander Karatarakis
|
ed21cde02a
|
install : Remove call to Environment::ensure_utilities_on_path();
|
2017-03-10 17:04:29 -08:00 |
|
Alexander Karatarakis
|
07e43a7cae
|
Nuke Joiner. Add wjoin()
|
2017-03-10 16:21:17 -08:00 |
|
Alexander Karatarakis
|
b7bd8c3251
|
Fix #include of Paragraph.h
|
2017-02-27 15:54:06 -08:00 |
|
Alexander Karatarakis
|
c0ae9fee7e
|
Move some functions from vcpkglib.h to Paragraphs.h
|
2017-02-27 15:45:56 -08:00 |
|
Alexander Karatarakis
|
e99e577dc9
|
install : check for --options and delay loading of status_db
|
2017-02-17 15:22:49 -08:00 |
|
Alexander Karatarakis
|
293fcbec59
|
[!] Change the format of the listfile
|
2017-02-15 19:19:19 -08:00 |
|
Alexander Karatarakis
|
430739c468
|
Change parameter from std::string to package_spec
|
2017-02-15 18:06:06 -08:00 |
|
Alexander Karatarakis
|
6824cc9264
|
Extract create_user_troubleshooting_message(). CI doesn't call it, interactive commands do
|
2017-02-15 18:06:06 -08:00 |
|
Alexander Karatarakis
|
6e25bcf7cb
|
Swap parameters of Build::create_error_message()
|
2017-02-15 18:06:06 -08:00 |
|
Alexander Karatarakis
|
c60c9de6e2
|
Restore dependency check in build_package()
|
2017-02-15 18:06:06 -08:00 |
|
Alexander Karatarakis
|
2b90350632
|
Separate dependency check from build_package()
|
2017-02-15 18:06:06 -08:00 |
|
Alexander Karatarakis
|
a13b2f0c92
|
build_package() modified to return the result of the build
|
2017-02-10 14:00:11 -08:00 |
|
Alexander Karatarakis
|
e6e325b1cd
|
Fix usage of Strings::Joiner
|
2017-01-30 22:10:08 -08:00 |
|
Alexander Karatarakis
|
86a5ab7bcc
|
Use pointer instead of reference for out param
|
2017-01-30 21:52:44 -08:00 |
|
Alexander Karatarakis
|
b4e9322a11
|
Rename field
|
2017-01-30 21:52:43 -08:00 |
|
Alexander Karatarakis
|
884cd176b0
|
Renames and formatting
|
2017-01-30 21:52:43 -08:00 |
|
Alexander Karatarakis
|
4059d4a6b9
|
[package_spec] Make toString() a member function
|
2017-01-30 21:52:42 -08:00 |
|
Alexander Karatarakis
|
050e4a0f7a
|
Introduce precompiled headers
|
2017-01-30 21:52:42 -08:00 |
|