vcpkg/scripts/cmake
Sander Cox fad4d8eecc
[vcpkg] Expand Architecture list with escape chars (#18156)
* Expand Architecture list with escape chars

This expands the architecture lists with escape characters. When
building FAT binaries for macos using multiple architectures in the
values they need to be escaped otherwise they are passed on to CMake
incorrectly #14932

* Adding the architecture fix to vcpkg-cmake port
updating port vcpkg-cmake version

* updated version in baseline
2021-07-01 09:21:55 -07:00
..
execute_process.cmake [scripts-audit] execute_process (#16190) 2021-02-16 11:41:36 -08:00
vcpkg_acquire_msys.cmake [scripts-audit] Rollup 2021-05-21 (#18112) 2021-05-26 13:40:48 -07:00
vcpkg_add_to_path.cmake [scripts-audit] vcpkg_add_to_path (#16189) 2021-02-17 10:08:50 -08:00
vcpkg_apply_patches.cmake [docs] link to new functions in deprecated warnings (#17179) 2021-05-09 10:47:21 -07:00
vcpkg_build_cmake.cmake [doc] Fix spelling errors (#17560) 2021-05-09 10:48:42 -07:00
vcpkg_build_make.cmake [vcpkg/scripts/make] correct linker flag name (#17084) 2021-06-03 14:56:25 -07:00
vcpkg_build_msbuild.cmake [scripts-audit] simple msbuild-buildsystem changes (#17779) 2021-05-17 11:08:42 -07:00
vcpkg_build_ninja.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_build_nmake.cmake [doc] Fix spelling errors (#17560) 2021-05-09 10:48:42 -07:00
vcpkg_build_qmake.cmake [qt5] Fix linux dynamic build (#15005) 2020-12-21 11:17:30 -08:00
vcpkg_buildpath_length_warning.cmake [scripts-audit] vcpkg_buildpath_length_warning (#16191) 2021-02-15 12:26:56 -08:00
vcpkg_check_features.cmake [scripts-audit] Rollup PR 2021-02-26 (#16440) 2021-02-28 13:17:19 -08:00
vcpkg_check_linkage.cmake clarify the actions of vcpkg_check_linkage (#15832) 2021-01-28 19:45:59 -08:00
vcpkg_clean_executables_in_bin.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_clean_msbuild.cmake [scripts-audit] simple msbuild-buildsystem changes (#17779) 2021-05-17 11:08:42 -07:00
vcpkg_common_definitions.cmake [aws-cpp-sdk] [zlib] [openssl] [curl] Fix zlib, OpenSSL, curl and AWS SDK for Android (#15725) 2021-04-19 17:08:51 -07:00
vcpkg_common_functions.cmake [scripts audit] ports.cmake (#16257) 2021-02-18 14:27:41 -08:00
vcpkg_configure_cmake.cmake [vcpkg] Expand Architecture list with escape chars (#18156) 2021-07-01 09:21:55 -07:00
vcpkg_configure_gn.cmake [scripts-audit] gn buildsystem (#17776) 2021-05-17 11:08:33 -07:00
vcpkg_configure_make.cmake [vcpkg_configure_make] Fix mingw (cross) build issues (#18554) 2021-06-30 13:12:06 -07:00
vcpkg_configure_meson.cmake [meson] fix build_machine (#17845) 2021-05-26 14:00:07 -07:00
vcpkg_configure_qmake.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_copy_pdbs.cmake [scripts-audit] Rollup PR 2021-02-26 (#16440) 2021-02-28 13:17:19 -08:00
vcpkg_copy_tool_dependencies.cmake vcpkg_copy_tool_dependencies: show description how to install powershell (#16347) 2021-04-01 10:39:35 -07:00
vcpkg_copy_tools.cmake [doc] Fix spelling errors (#17560) 2021-05-09 10:48:42 -07:00
vcpkg_download_distfile.cmake [vcpkg_download_distfile] Add condition for padding the SHA (#18459) 2021-06-15 10:14:40 -07:00
vcpkg_execute_build_process.cmake Remove a ')' character in the documentation (#16515) 2021-04-28 18:03:43 -07:00
vcpkg_execute_in_download_mode.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_execute_required_process_repeat.cmake [(z_)vcpkg_prettify_command(_line)] Scripts Tree Audit (#16130) 2021-02-09 15:53:36 -08:00
vcpkg_execute_required_process.cmake [(z_)vcpkg_prettify_command(_line)] Scripts Tree Audit (#16130) 2021-02-09 15:53:36 -08:00
vcpkg_extract_source_archive_ex.cmake [scripts-audit] Rollup PR 2021-02-26 (#16440) 2021-02-28 13:17:19 -08:00
vcpkg_extract_source_archive.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_fail_port_install.cmake [scripts-audit] Rollup 2021-05-21 (#18112) 2021-05-26 13:40:48 -07:00
vcpkg_find_acquire_program.cmake [openssl] Fix build on ARM64 macos (#18310) 2021-06-11 09:24:56 -07:00
vcpkg_find_fortran.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_fixup_cmake_targets.cmake [docs] link to new functions in deprecated warnings (#17179) 2021-05-09 10:47:21 -07:00
vcpkg_fixup_pkgconfig.cmake [doc] document vcpkg_fixup_pkgconfig merging behaviour (#18091) 2021-06-04 16:49:02 -07:00
vcpkg_from_bitbucket.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_from_git.cmake [vcpkg_from_git] new options TAG and X_OUT_REF (#15049) 2021-01-11 00:27:56 -08:00
vcpkg_from_github.cmake [docs] vcpkg_from_github beast moved to boost-beast (#18106) 2021-06-04 16:48:54 -07:00
vcpkg_from_gitlab.cmake [vcpkg baseline][vtk-m] fix the sha512 (#14884) 2020-12-03 13:24:26 -08:00
vcpkg_from_sourceforge.cmake [vcpkg] Add experimental $X_VCPKG_ASSET_SOURCES for source caching (#13639) 2021-06-04 16:48:26 -07:00
vcpkg_get_program_files_platform_bitness.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_get_windows_sdk.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_install_cmake.cmake [docs] link to new functions in deprecated warnings (#17179) 2021-05-09 10:47:21 -07:00
vcpkg_install_gn.cmake [vcpkg_install_gn] Fix variable name typo (#18186) 2021-06-02 15:42:18 -05:00
vcpkg_install_make.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_install_meson.cmake [vcpkg/meson] fix some details (#15756) 2021-03-31 11:54:44 -07:00
vcpkg_install_msbuild.cmake [scripts-audit] simple msbuild-buildsystem changes (#17779) 2021-05-17 11:08:42 -07:00
vcpkg_install_nmake.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_install_qmake.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_internal_get_cmake_vars.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_minimum_required.cmake [vcpkg] Add vcpkg_minimum_required as a replacement for VERSION.txt. (#15638) 2021-01-20 12:07:41 -08:00
vcpkg_replace_string.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_test_cmake.cmake [scripts audit] ports.cmake (#16257) 2021-02-18 14:27:41 -08:00
z_vcpkg_apply_patches.cmake [scripts-audit] Rollup 2021-05-21 (#18112) 2021-05-26 13:40:48 -07:00
z_vcpkg_escape_regex_control_characters.cmake [scripts-audit] Rollup 2021-05-21 (#18112) 2021-05-26 13:40:48 -07:00
z_vcpkg_function_arguments.cmake [scripts-audit] vcpkg.cmake (#16061) 2021-02-18 16:27:47 -08:00
z_vcpkg_prettify_command_line.cmake [z_vcpkg_prettify_command_line] write to output variable (#16195) 2021-02-12 17:53:17 -08:00