vcpkg/toolsrc/src
2017-10-12 12:02:14 +03:00
..
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_autocomplete.cpp Autocomplete: remove 2017-10-02 01:24:19 +03:00
commands_available_commands.cpp Create stub autocomplete function 2017-10-02 01:23:55 +03: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 [vcpkg edit] Fix VSCode path 2017-09-19 12:45:37 -07:00
commands_env.cpp Overhaul VS selection. Add triplet option to specify VS instance 2017-10-05 18:27:07 -07:00
commands_export_ifw.cpp [vcpkg] Clang-format on commands_export_ifw 2017-10-05 18:14:08 -07:00
commands_export.cpp [vcpkg] Refactor out implication in option parsing for export 2017-10-04 16:24:03 -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 vcpkg install Print summary when using the --keep-going flag 2017-10-11 17:56:01 -07:00
commands_integrate.cpp [vcpkg] Fix use of UNICODE-sensitive Windows APIs 2017-10-02 13:57:55 -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 Make output format closer to the CHANGELOG formatting 2017-09-24 03:31:30 -07:00
commands_remove.cpp [commands_remove.cpp] Naming scheme and missing const 2017-09-13 21:46:48 -07:00
commands_search.cpp Show warning instead of failing if port cannot be parsed 2017-10-02 14:57:52 -07:00
commands_update.cpp Version check is now performed before running any command 2017-09-14 04:13:03 -07:00
commands_version.cpp Change message of version mismach to a warning 2017-09-14 04:12:13 -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 [metrics.cpp] More naming scheme and const fixes 2017-09-13 23:10:53 -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 Show warning instead of failing if port cannot be parsed 2017-10-02 14:57:52 -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 vcpkg: initial ARM64 support 2017-10-12 12:02:14 +03:00
SourceParagraph.cpp [vcpkg] Add more operator== to CStringView. Uppercase Span to follow naming convention. 2017-10-03 15:51:24 -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 size_t instead of int 2017-10-01 13:04:10 -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 Overhaul VS selection. Add triplet option to specify VS instance 2017-10-05 18:27:07 -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 Fix Strings::split() to handle delimiters of arbitrary size 2017-10-05 18:27:07 -07:00
vcpkg_System.cpp [vcpkg] Remove multiple byte order marks 2017-10-05 18:07:29 -07:00
vcpkg.cpp Suppress 4768 warning from shlobj.h 2017-10-02 17:29:11 -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 vcpkg: initial ARM64 support 2017-10-12 12:02:14 +03: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