vcpkg/toolsrc/src
2017-03-13 16:17:47 -07:00
..
BinaryParagraph.cpp Remove unused function 2017-02-15 18:48:06 -08:00
coff_file_reader.cpp Introduce precompiled headers 2017-01-30 21:52:42 -08: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 Use System::cmd_execute_clean() for build, create, portsdiff 2017-03-10 17:04:29 -08:00
commands_cache.cpp cache/list/own/search: check for --options 2017-02-17 15:38:02 -08:00
commands_ci.cpp ci: Remove call to Environment::ensure_utilities_on_path(); 2017-03-10 17:04:29 -08:00
commands_contact.cpp Change Info::email() to Contact::email(). Remove vcpkg_info.h/cpp 2017-02-17 20:13:36 -08:00
commands_create.cpp Use System::cmd_execute_clean() for build, create, portsdiff 2017-03-10 17:04:29 -08:00
commands_edit.cpp [vcpkg] Also search registry keys for VSCode. Prefer insider version if available. Fixes #764. 2017-03-10 16:37:10 -08:00
commands_hash.cpp hash check for --options 2017-02-17 15:53:05 -08:00
commands_help.cpp contact/help/version: Check for --options 2017-02-17 15:52:54 -08:00
commands_helpers.cpp Reorganize commands, each in its own namespace 2017-01-12 22:03:57 -08:00
commands_import.cpp Reuse functions for finding dlls/libs 2017-03-01 16:22:06 -08:00
commands_install.cpp install: Remove call to Environment::ensure_utilities_on_path(); 2017-03-10 17:04:29 -08:00
commands_integrate.cpp Use System::cmd_executeClean() 2017-03-10 17:33:23 -08:00
commands_list.cpp cache/list/own/search: check for --options 2017-02-17 15:38:02 -08:00
commands_owns.cpp cache/list/own/search: check for --options 2017-02-17 15:38:02 -08:00
commands_portsdiff.cpp System::cmd_execute_and_capture_output() now redirects std::err to std::out 2017-03-13 16:17:47 -07:00
commands_remove.cpp Nuke Joiner. Add wjoin() 2017-03-10 16:21:17 -08:00
commands_search.cpp Move some functions from vcpkglib.h to Paragraphs.h 2017-02-27 15:45:56 -08:00
commands_update.cpp Introduce extract_port_names_and_versions() 2017-02-27 16:14:36 -08:00
commands_version.cpp STRINGIFY: use __VA_ARGS__ to avoid C4003 and double quote hack 2017-02-17 21:53:14 -08:00
MachineType.cpp Introduce precompiled headers 2017-01-30 21:52:42 -08:00
metrics.cpp Use System::cmd_executeClean() 2017-03-10 17:33:23 -08:00
opt_bool.cpp Enhance the opt_bool type 2017-02-01 11:42:41 -08:00
package_spec_parse_result.cpp Introduce precompiled headers 2017-01-30 21:52:42 -08:00
package_spec.cpp Add package_spec::display_name() 2017-01-30 21:52:43 -08:00
Paragraphs.cpp load_all_ports() no longer aborts when a port fails 2017-03-01 13:59:19 -08:00
pch.cpp Introduce precompiled headers 2017-01-30 21:52:42 -08:00
PostBuildLint_BuildInfo.cpp Fix #include of Paragraph.h 2017-02-27 15:54:06 -08:00
PostBuildLint_BuildPolicies.cpp Rename policy to OnlyReleaseCRT 2017-03-03 19:09:24 -08:00
PostBuildLint_BuildType.cpp PostBuildLint enum revamp 2017-02-10 14:00:11 -08:00
PostBuildLint_ConfigurationType.cpp PostBuildLint enum revamp 2017-02-10 14:00:11 -08:00
PostBuildLint_LinkageType.cpp PostBuildLint enum revamp 2017-02-10 14:00:11 -08:00
PostBuildLint.cpp Rename policy to OnlyReleaseCRT 2017-03-03 19:09:24 -08:00
SourceParagraph.cpp Nuke Joiner. Add wjoin() 2017-03-10 16:21:17 -08:00
StatusParagraph.cpp Introduce precompiled headers 2017-01-30 21:52:42 -08:00
StatusParagraphs.cpp Use check_exit() instead of check_throw() 2017-02-22 15:42:04 -08:00
tests_dependencies.cpp Enable qualified dependencies. Fix bug in internal 'build' command. 2016-11-05 01:02:15 -07:00
tests_paragraph.cpp Use Nested Namespace Definition 2017-01-05 14:27:36 -08:00
triplet.cpp Use Strings::ascii_to_lowercase() 2017-02-15 20:39:49 -08:00
vcpkg_Checks.cpp Introduce LINE_INFO macro + struct 2017-03-13 16:04:29 -07:00
vcpkg_Chrono.cpp [vcpkg] Deduplicate all timer classes. 2017-03-04 06:25:05 -08:00
vcpkg_cmd_arguments.cpp Remove unused function 2017-02-17 15:53:18 -08:00
vcpkg_Dependencies.cpp Fix #include of Paragraph.h 2017-02-27 15:54:06 -08:00
vcpkg_Enums.cpp Add vcpkg_Enums 2017-02-10 14:00:11 -08:00
vcpkg_Environment.cpp Formatting 2017-03-10 17:04:29 -08:00
vcpkg_Files.cpp Don't capture anything in lambdas, if they don't need it 2017-02-15 18:06:06 -08:00
vcpkg_Input.cpp Introduce precompiled headers 2017-01-30 21:52:42 -08:00
vcpkg_metrics_uploader.cpp Remove parameter names to avoid C4100 2017-02-15 18:45:26 -08:00
vcpkg_paths.cpp System::cmd_execute_and_capture_output() now redirects std::err to std::out 2017-03-13 16:17:47 -07:00
vcpkg_Strings.cpp Nuke Joiner. Add wjoin() 2017-03-10 16:21:17 -08:00
vcpkg_System.cpp System::cmd_execute_and_capture_output() now redirects std::err to std::out 2017-03-13 16:17:47 -07:00
vcpkg.cpp [vcpkg] Deduplicate all timer classes. 2017-03-04 06:25:05 -08:00
vcpkglib_helpers.cpp Introduce precompiled headers 2017-01-30 21:52:42 -08:00
vcpkglib.cpp Introduce make_cmake_cmd() helper function 2017-03-10 17:04:29 -08:00