.. |
BinaryParagraph.cpp
|
Rename expected::get_or_exit() to expected::value_or_exit()
|
2017-03-31 16:23:48 -07:00 |
coff_file_reader.cpp
|
All Checks now take LineInfo as the first argument
|
2017-03-13 17:56:21 -07:00 |
commands_available_commands.cpp
|
Introduce ci command: builds all packages of a triplet
|
2017-02-15 18:06:06 -08:00 |
commands_build_external.cpp
|
build-external now calls code from build after input processing
|
2017-02-17 15:09:15 -08:00 |
commands_build.cpp
|
[commands] Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:45:39 -07:00 |
commands_cache.cpp
|
Rework Paragraph parsing error handling. Add single paragraph functions
|
2017-03-27 12:43:14 -07:00 |
commands_ci.cpp
|
Rename optional::get_or_exit() to optional::value_or_exit()
|
2017-03-31 16:29:04 -07:00 |
commands_contact.cpp
|
[commands] Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:45:39 -07:00 |
commands_create.cpp
|
[commands] Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:45:39 -07:00 |
commands_edit.cpp
|
Rework optional<T>
|
2017-03-28 18:59:57 -07:00 |
commands_hash.cpp
|
Remove unneeded calls to c_str()
|
2017-03-28 18:48:03 -07:00 |
commands_help.cpp
|
[commands] Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:45:39 -07:00 |
commands_helpers.cpp
|
Reorganize commands, each in its own namespace
|
2017-01-12 22:03:57 -08:00 |
commands_import.cpp
|
Rework Paragraph parsing error handling. Add single paragraph functions
|
2017-03-27 12:43:14 -07:00 |
commands_install.cpp
|
Rename optional::get_or_exit() to optional::value_or_exit()
|
2017-03-31 16:29:04 -07:00 |
commands_integrate.cpp
|
Rename optional::get_or_exit() to optional::value_or_exit()
|
2017-03-31 16:29:04 -07:00 |
commands_list.cpp
|
Introduce get_installed_ports()
|
2017-03-31 16:15:05 -07:00 |
commands_owns.cpp
|
[commands] Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:45:39 -07:00 |
commands_portsdiff.cpp
|
[commands] Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:45:39 -07:00 |
commands_remove.cpp
|
remove : Add --dry-run option
|
2017-03-31 16:15:05 -07:00 |
commands_search.cpp
|
[commands] Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:45:39 -07:00 |
commands_update.cpp
|
Introduce get_installed_ports()
|
2017-03-31 16:15:05 -07:00 |
commands_version.cpp
|
[commands] Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:45:39 -07:00 |
LineInfo.cpp
|
Put LineInfo in separate h/cpp
|
2017-03-13 17:56:21 -07:00 |
MachineType.cpp
|
All Checks now take LineInfo as the first argument
|
2017-03-13 17:56:21 -07:00 |
metrics.cpp
|
Rework optional<T>
|
2017-03-28 18:59:57 -07:00 |
opt_bool.cpp
|
All Checks now take LineInfo as the first argument
|
2017-03-13 17:56:21 -07:00 |
package_spec_parse_result.cpp
|
Fix #include
|
2017-03-24 10:47:18 -07:00 |
package_spec.cpp
|
Add package_spec::display_name()
|
2017-01-30 21:52:43 -08:00 |
paragraph_parse_result.cpp
|
Rework Paragraph parsing error handling. Add single paragraph functions
|
2017-03-27 12:43:14 -07:00 |
Paragraphs.cpp
|
Rework Paragraph parsing error handling. Add single paragraph functions
|
2017-03-27 12:43:14 -07:00 |
pch.cpp
|
Introduce precompiled headers
|
2017-01-30 21:52:42 -08:00 |
PostBuildLint_BuildInfo.cpp
|
Rework Paragraph parsing error handling. Add single paragraph functions
|
2017-03-27 12:43:14 -07:00 |
PostBuildLint_BuildPolicies.cpp
|
Add EMPTY_INCLUDE_FOLDER policy. Resolves #816
|
2017-03-24 12:49:08 -07:00 |
PostBuildLint_BuildType.cpp
|
Remove Enums::unreachable(). Use Checks::unreachable() instead
|
2017-03-13 17:56:21 -07:00 |
PostBuildLint_ConfigurationType.cpp
|
Remove Enums::unreachable(). Use Checks::unreachable() instead
|
2017-03-13 17:56:21 -07:00 |
PostBuildLint_LinkageType.cpp
|
Remove Enums::unreachable(). Use Checks::unreachable() instead
|
2017-03-13 17:56:21 -07:00 |
PostBuildLint.cpp
|
[vcpkg-lint] Improve diagnostics as identified in #857
|
2017-03-27 16:32:51 -07:00 |
SourceParagraph.cpp
|
Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:46:05 -07:00 |
StatusParagraph.cpp
|
Introduce precompiled headers
|
2017-01-30 21:52:42 -08:00 |
StatusParagraphs.cpp
|
All Checks now take LineInfo as the first argument
|
2017-03-13 17:56:21 -07:00 |
tests_dependencies.cpp
|
Enable qualified dependencies. Fix bug in internal 'build' command.
|
2016-11-05 01:02:15 -07:00 |
tests_paragraph.cpp
|
Rename expected::get_or_exit() to expected::value_or_exit()
|
2017-03-31 16:23:48 -07:00 |
triplet.cpp
|
All Checks now take LineInfo as the first argument
|
2017-03-13 17:56:21 -07:00 |
vcpkg_Checks.cpp
|
Use cstring_view in all functions in Checks::
|
2017-03-28 18:48:03 -07:00 |
vcpkg_Chrono.cpp
|
[vcpkg] Deduplicate all timer classes.
|
2017-03-04 06:25:05 -08:00 |
vcpkg_cmd_arguments.cpp
|
Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:46:05 -07:00 |
vcpkg_Dependencies.cpp
|
Rename expected::get_or_exit() to expected::value_or_exit()
|
2017-03-31 16:23:48 -07:00 |
vcpkg_Enums.cpp
|
Correctly forward the line_info parameter
|
2017-03-22 17:18:41 -07:00 |
vcpkg_Environment.cpp
|
Rename optional::get_or_exit() to optional::value_or_exit()
|
2017-03-31 16:29:04 -07:00 |
vcpkg_Files.cpp
|
Correctly forward the line_info parameter
|
2017-03-22 17:18:41 -07:00 |
vcpkg_Input.cpp
|
Use Checks::exit_fail/success/with_code()
|
2017-03-22 17:46:05 -07:00 |
vcpkg_metrics_uploader.cpp
|
Rename expected::get_or_exit() to expected::value_or_exit()
|
2017-03-31 16:23:48 -07:00 |
vcpkg_paths.cpp
|
Rework optional<T>
|
2017-03-28 18:59:57 -07:00 |
vcpkg_Strings.cpp
|
Nuke Joiner. Add wjoin()
|
2017-03-10 16:21:17 -08:00 |
vcpkg_System.cpp
|
Rename optional::get_or_exit() to optional::value_or_exit()
|
2017-03-31 16:29:04 -07:00 |
vcpkg.cpp
|
Eliminate last usage of Checks::check_throw()
|
2017-03-31 17:00:24 -07:00 |
vcpkglib_helpers.cpp
|
Replace all whitespace by a single space
|
2017-03-28 08:57:35 +02:00 |
vcpkglib.cpp
|
Use cwstring_view in CMakeVariable
|
2017-03-31 16:42:06 -07:00 |