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 |
|
Robert Schumacher
|
a26c028893
|
[vcpkg] Fixup 5d2f4485
|
2017-01-30 19:37:07 -08:00 |
|
Alexander Karatarakis
|
5d2f448592
|
Use Strings::join()
|
2017-01-27 13:01:22 -08:00 |
|
Alexander Karatarakis
|
59be40a100
|
Rename vcpkg.h/cpp to vcpkglib.h/cpp
|
2017-01-25 19:32:50 -08:00 |
|
Alexander Karatarakis
|
cc8851144a
|
Reorganize commands, each in its own namespace
Additionally, functions related to a command can now live
in the same namespace
|
2017-01-12 22:03:57 -08:00 |
|
Alexander Karatarakis
|
df2a05e854
|
Introduce Command namespace. Refactoring
|
2017-01-12 17:43:05 -08:00 |
|
Alexander Karatarakis
|
30587111d3
|
Rename commands_installation to commands_install
Names should match the command
|
2017-01-12 17:43:05 -08:00 |
|