mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:59:00 +08:00
f5c732b40d
* [portfile functions] Override execute_process() to accept ALLOW_IN_DOWNLOAD_MODE option * [vcpkg install] Set VCPKG_DOWNLOAD_MODE when using --only-downloads option * [vcpkg_find_acquire_program] Allow in Download Mode * Don't stop when build fails for a package * Download sources for all packages in dependency graph * Improve output messages * Enable acquiring MSYS packages in download mode * Documentation * Update documentation * execute_process() always fails on Download Mode * Regenerate docs and fix formatting * Run clang-format * Use _execute_process on vcpkg_from_<source> helpers * Fix calls to _execute_process() when not in Download Mode
1.6 KiB
1.6 KiB
Portfile helper functions
- execute_process
- vcpkg_acquire_msys
- vcpkg_add_to_path
- vcpkg_apply_patches
- vcpkg_build_cmake
- vcpkg_build_msbuild
- vcpkg_check_features
- vcpkg_check_linkage
- vcpkg_clean_msbuild
- vcpkg_common_definitions
- vcpkg_configure_cmake
- vcpkg_copy_pdbs
- vcpkg_copy_tool_dependencies
- vcpkg_download_distfile
- vcpkg_execute_build_process
- vcpkg_execute_required_process
- vcpkg_extract_source_archive
- vcpkg_extract_source_archive_ex
- vcpkg_fail_port_install
- vcpkg_find_acquire_program
- vcpkg_from_bitbucket
- vcpkg_from_git
- vcpkg_from_github
- vcpkg_from_gitlab
- vcpkg_install_cmake
- vcpkg_install_msbuild
- vcpkg_prettify_command
- vcpkg_test_cmake