..
BinaryParagraph.cpp
Remove Strings::is_empty(). Use std::string.empty()
2017-08-29 16:20:46 -07:00
coff_file_reader.cpp
CoffFileReader naming convention
2017-08-31 18:03:54 -07:00
commands_available_commands.cpp
[vcpkg] Split vcpkg::Commands::Build -> vcpkg::Build, vcpkg::Commands::BuildCommand
2017-05-01 17:24:54 -07:00
commands_build_external.cpp
example -> EXAMPLE
2017-08-31 18:10:10 -07:00
commands_build.cpp
example -> EXAMPLE
2017-08-31 18:10:10 -07:00
commands_cache.cpp
example -> EXAMPLE
2017-08-31 18:10:10 -07:00
commands_ci.cpp
Rework vcpkg install (and vcpkg ci)
2017-09-13 17:23:04 -07:00
commands_contact.cpp
[vcpkg contact] Naming convention fix
2017-08-31 18:13:12 -07:00
commands_create.cpp
Remove unused #include
2017-08-31 18:13:30 -07:00
commands_depends.cpp
example -> EXAMPLE
2017-08-31 18:10:10 -07:00
commands_edit.cpp
Naming convention
2017-08-31 18:02:51 -07:00
commands_env.cpp
[commands_env.cpp] Use const. Naming scheme
2017-08-28 17:21:34 -07:00
commands_export.cpp
[vcpkg export] Naming convention fixes
2017-08-31 18:13:22 -07:00
commands_hash.cpp
[commands_hash.cpp] Use const. Naming scheme.
2017-08-28 17:22:40 -07:00
commands_help.cpp
[vcpkg-help] Improve help, including a list of topics.
2017-07-26 16:46:22 -07:00
commands_import.cpp
[vcpkg import] Add missing consts
2017-08-31 18:27:10 -07:00
commands_install.cpp
Rework vcpkg install (and vcpkg ci)
2017-09-13 17:23:04 -07:00
commands_integrate.cpp
[vcpkg integrate] Change regex to static const, add missing consts
2017-08-31 18:26:15 -07:00
commands_list.cpp
[vcpkg list] Naming convention fix
2017-08-31 18:22:02 -07:00
commands_owns.cpp
example -> EXAMPLE
2017-08-31 18:10:10 -07:00
commands_portsdiff.cpp
[vcpkg portsdiff] Add missing const, remove unused #include
2017-08-31 18:33:52 -07:00
commands_remove.cpp
Refactor package removal code to eliminate its duplication
2017-09-13 16:10:25 -07:00
commands_search.cpp
example -> EXAMPLE
2017-08-31 18:10:10 -07:00
commands_update.cpp
[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.
2017-06-20 09:36:21 -07:00
commands_version.cpp
Use Strings::EMPTY instead of ""
2017-08-28 19:54:01 -07:00
LineInfo.cpp
Run clang-format over the cpp files
2017-04-27 18:59:57 -07:00
MachineType.cpp
Add missing const
2017-08-31 18:20:52 -07:00
metrics.cpp
Use Strings::EMPTY
2017-08-28 19:54:01 -07:00
PackageSpec.cpp
Use Strings::EMPTY
2017-08-28 19:54:01 -07:00
PackageSpecParseResult.cpp
ExpectedT factory class
2017-06-06 14:02:59 -07:00
ParagraphParseResult.cpp
Run clang-format over the cpp files
2017-04-27 18:59:57 -07:00
Paragraphs.cpp
Introduce GlobalState struct
2017-08-24 16:29:40 -07:00
pch.cpp
Introduce precompiled headers
2017-01-30 21:52:42 -08:00
PostBuildLint_BuildType.cpp
Convert BuildType/Configuration Type into simple enum classes
2017-06-06 16:37:58 -07:00
PostBuildLint.cpp
Naming convention fixes
2017-08-31 18:05:13 -07:00
SourceParagraph.cpp
Use Strings::join() and Strings::format()
2017-09-01 17:22:55 -07:00
StatusParagraph.cpp
Add missing consts
2017-09-01 17:14:50 -07:00
StatusParagraphs.cpp
Add missing consts
2017-09-01 17:12:58 -07:00
test_install_plan.cpp
[vcpkg] Add Util::ResourceBase, use MoveOnlyBase
2017-08-22 15:14:15 -07:00
tests_arguments.cpp
[vcpkg] Add support for single-option arguments.
2017-07-26 14:28:19 -07:00
tests_dependencies.cpp
[vcpkg] Reorganize some parsing functions.
2017-08-19 19:27:34 -07:00
tests_package_spec.cpp
[vcpkg] Refactor parsing together and flatten featurespec usages
2017-08-20 19:09:39 -07:00
tests_paragraph.cpp
[vcpkg] Refactor parsing together and flatten featurespec usages
2017-08-20 19:09:39 -07:00
triplet.cpp
[Triplet] Naming convention and missing const
2017-09-01 17:08:21 -07:00
vcpkg_Build_BuildPolicy.cpp
[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.
2017-06-20 09:36:21 -07:00
vcpkg_Build.cpp
[vcpkg_Build.h] Naming scheme, unneeded #include, unneeded inline
2017-09-07 16:16:30 -07:00
vcpkg_Checks.cpp
[vcpkg_Checks] Naming convention fixes
2017-09-01 17:05:22 -07:00
vcpkg_Chrono.cpp
[vcpkg_Chrono] Add missing consts
2017-09-01 17:03:23 -07:00
vcpkg_Dependencies.cpp
Rework vcpkg install (and vcpkg ci)
2017-09-13 17:23:04 -07:00
vcpkg_Enums.cpp
Enums::f(): Accept CStringView instead of std::string&
2017-04-28 13:07:51 -07:00
vcpkg_Files.cpp
Move function to Files::find_from_PATH()
2017-08-30 22:42:43 -07:00
vcpkg_GlobalState.cpp
[vcpkg] Set codepage to 65001, duplicate of #1682 , fixes #1660 #1631 #1644
2017-08-25 17:30:56 -07:00
vcpkg_Input.cpp
[vcpkg_Input] Add missing const
2017-09-01 17:02:12 -07:00
vcpkg_metrics_uploader.cpp
[vcpkg] free memory CommandLineToArgvW
2017-08-26 12:17:39 -07:00
vcpkg_Parse.cpp
[vcpkg_Parse] Add missing const
2017-09-01 17:01:02 -07:00
vcpkg_Strings.cpp
an empty delimiter causes the split function to fail
2017-09-06 10:33:51 -07:00
vcpkg_System.cpp
Remove #1712 workaround. Clean Byte-Order-Mark if present
2017-09-01 16:32:29 -07:00
vcpkg.cpp
Add missing const keywords
2017-08-28 16:59:59 -07:00
VcpkgCmdArguments.cpp
Add missing const
2017-08-29 19:32:00 -07:00
vcpkglib.cpp
Add missing const
2017-08-29 19:32:00 -07:00
VcpkgPaths.cpp
[VcpkgPaths.cpp] Don't modify and ref on the fly
2017-09-01 16:58:51 -07:00
VersionT.cpp
Run clang-format over the headers. Remove stray Version.h/cpp. Fix location of VersionT.cpp
2017-04-27 18:59:57 -07:00