vcpkg/toolsrc/src
2017-08-28 17:20:29 -07:00
..
BinaryParagraph.cpp Add missing const 2017-08-28 17:10:50 -07:00
coff_file_reader.cpp Add missing const 2017-08-28 17:10:50 -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 [vcpkg] feature packages initial parsing 2017-06-19 15:06:15 -07:00
commands_build.cpp Use const. Take str by reference 2017-08-28 17:12:42 -07:00
commands_cache.cpp Use const 2017-08-28 17:16:38 -07:00
commands_ci.cpp refactor feature packages 2017-07-19 14:19:11 -07:00
commands_contact.cpp Run clang-format over the cpp files 2017-04-27 18:59:57 -07:00
commands_create.cpp [clang-format] Cpp11BracedListStyle: true 2017-04-28 12:55:50 -07:00
commands_depends.cpp Use const 2017-08-28 17:16:38 -07:00
commands_edit.cpp [edit] Fix variable names to be consistence with vcpkg's convention 2017-08-28 17:20:29 -07:00
commands_env.cpp Implement support to request a specific toolset version via the variable VCPKG_PLATFORM_TOOLSET in the triplet file 2017-06-02 18:13:12 +02:00
commands_export.cpp Add missing const keywords 2017-08-28 16:59:59 -07:00
commands_hash.cpp Rename Strings:: function for utf8/utf16 conversion 2017-05-04 14:54:23 -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 Run clang-format over the cpp files 2017-04-27 18:59:57 -07:00
commands_install.cpp [vcpkg] Trap Ctrl-C, enable thread safety for global data structures 2017-08-25 16:03:57 -07:00
commands_integrate.cpp get_environmental_variable() -> get_environment_variable() 2017-05-04 14:58:18 -07:00
commands_list.cpp [vcpkg] Improve formatting of search and list. Fix gl2ps version. 2017-08-22 15:59:27 -07:00
commands_owns.cpp Run clang-format over the cpp files 2017-04-27 18:59:57 -07:00
commands_portsdiff.cpp [vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework. 2017-06-20 09:36:21 -07:00
commands_remove.cpp [vcpkg] Fix typo 2017-08-23 16:16:31 -07:00
commands_search.cpp Introduce GlobalState struct 2017-08-24 16:29:40 -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 Run clang-format over the cpp files 2017-04-27 18:59:57 -07:00
LineInfo.cpp Run clang-format over the cpp files 2017-04-27 18:59:57 -07:00
MachineType.cpp [vcpkg] Refactored to simplify BuildPolicies into BuildPolicy. 2017-05-24 00:44:00 -07:00
metrics.cpp [vcpkg] Trap Ctrl-C, enable thread safety for global data structures 2017-08-25 16:03:57 -07:00
PackageSpec.cpp [vcpkg] Improve error messages when a feature is requested that doesn't exist. 2017-08-21 21:08:43 -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 [vcpkg] ALLOW_OBSOLETE_MSVCRT policy should enable use of all CRTs. 2017-07-24 09:03:03 -07:00
SourceParagraph.cpp Introduce GlobalState struct 2017-08-24 16:29:40 -07:00
StatusParagraph.cpp [vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework. 2017-06-20 09:36:21 -07:00
StatusParagraphs.cpp partial end to end feature packages hdf5 2017-08-16 15:10:50 -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] Use pointer to instance-controlled strings and cache hashcode 2017-06-21 15:27:34 -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 Merge pull request #1690 from Mixaill/vcpkg-toolsetsdetection-fix 2017-08-26 00:38:27 -07:00
vcpkg_Checks.cpp [vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644 2017-08-25 17:30:56 -07:00
vcpkg_Chrono.cpp Run clang-format over the cpp files 2017-04-27 18:59:57 -07:00
vcpkg_Dependencies.cpp [vcpkg] Deduplicate code from feature packages 2017-08-23 15:57:46 -07:00
vcpkg_Enums.cpp Enums::f(): Accept CStringView instead of std::string& 2017-04-28 13:07:51 -07:00
vcpkg_Files.cpp [vcpkg-export] Fix nuget export. Fixes #1223. 2017-06-21 17:41:31 -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] Trap Ctrl-C, enable thread safety for global data structures 2017-08-25 16:03:57 -07:00
vcpkg_metrics_uploader.cpp [vcpkg] free memory CommandLineToArgvW 2017-08-26 12:17:39 -07:00
vcpkg_Parse.cpp [vcpkg] Reorganize some parsing functions. 2017-08-19 19:27:34 -07:00
vcpkg_Strings.cpp [vcpkg] Revert revert. Bug fixed. 2017-07-24 13:59:53 -07:00
vcpkg_System.cpp Merge pull request #1690 from Mixaill/vcpkg-toolsetsdetection-fix 2017-08-26 00:38:27 -07:00
vcpkg.cpp Add missing const keywords 2017-08-28 16:59:59 -07:00
VcpkgCmdArguments.cpp [vcpkg] Trap Ctrl-C, enable thread safety for global data structures 2017-08-25 16:03:57 -07:00
vcpkglib.cpp [vcpkg] Trap Ctrl-C, enable thread safety for global data structures 2017-08-25 16:03:57 -07:00
VcpkgPaths.cpp Merge pull request #1690 from Mixaill/vcpkg-toolsetsdetection-fix 2017-08-26 00:38:27 -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