vcpkg/scripts/cmake
Jesse Towner a037d82649
[vcpkg] vcpkg_configure_meson: cross-compile fixes for Android (#16260)
* [vcpkg] vcpkg_configure_meson: cross-compile fixes

This change includes two fixes to the meson cross-compile config.

The first change fixes the regex used to partition linker flag
options so that it supports double-hyphen prefixes.

The second change ensures that the cross file is always generated
when the target platform is either Android or iOS, even if the
host and target CPU architectures are the same.

* Use helper function instead of regex replace

Use vcpkg_internal_meson_convert_compiler_flags_to_list to partition
compiler flags into a list, instead of string(REGEX REPLACE ...).
2021-02-20 21:29:35 -08:00
..
execute_process.cmake [scripts-audit] execute_process (#16190) 2021-02-16 11:41:36 -08:00
vcpkg_acquire_msys.cmake [mpc/mpfr] Add new port / update mpfr (#13081) 2021-01-24 23:01:16 -08: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 don't change line endings on patching. (#15578) 2021-01-14 14:51:36 -08:00
vcpkg_build_cmake.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_build_gn.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_build_make.cmake [vcpkg_build_make] remove libtool artifacts (#15622) 2021-01-16 19:53:05 -08:00
vcpkg_build_msbuild.cmake [vcpkg_build_msbuild] Hotfix regression in #16173 (#16180) 2021-02-11 10:09:36 -08: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 [docs] fix "CMake script" -> "makefile" for vcpkg_(n)build_make (#15419) 2021-01-05 12:37:19 -08: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 [libarchive+tesseract+opencv] add missing libarchiveConfig.cmake, fix tesseract downstream and unblock opencv CI (#15089) 2021-01-16 19:26:38 -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 [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_common_definitions.cmake [many ports] mingw support (#14556) 2020-12-01 14:13:58 -08:00
vcpkg_common_functions.cmake [scripts audit] ports.cmake (#16257) 2021-02-18 14:27:41 -08:00
vcpkg_configure_cmake.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_configure_gn.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_configure_make.cmake vcpkg_configure_make: Support macOS cross-compile (#15659) 2021-01-28 19:38:32 -08:00
vcpkg_configure_meson.cmake [vcpkg] vcpkg_configure_meson: cross-compile fixes for Android (#16260) 2021-02-20 21:29:35 -08: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 [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_copy_tool_dependencies.cmake [python3] Build interpreter (#14891) 2020-12-18 12:00:45 -08:00
vcpkg_copy_tools.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_download_distfile.cmake Show the cache file name at download time to provide more ancillary information in non-ARIA2 mode. (#15538) 2021-01-11 09:16:32 -08:00
vcpkg_execute_build_process.cmake [(z_)vcpkg_prettify_command(_line)] Scripts Tree Audit (#16130) 2021-02-09 15:53:36 -08: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 [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -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 [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_find_acquire_program.cmake [msys2] Update msys components pkgconfig url (#15732) 2021-01-22 10:45:08 -08: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 [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_fixup_pkgconfig.cmake [vcpkg_fixup_pkgconfig] Handle spaces in path, do not validate individual libraries (#13126) 2020-12-07 18:17:19 -08: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 [vcpkg baseline][vtk-m] fix the sha512 (#14884) 2020-12-03 13:24:26 -08: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 docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08: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 [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08:00
vcpkg_install_gn.cmake [vcpkg docs] Check for documentation generation in CI (#14614) 2020-12-01 13:37:26 -08: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 [meson] fix single-config builds (#15937) 2021-02-01 19:27:34 -08:00
vcpkg_install_msbuild.cmake [vcpkg_install_msbuild] Hotfix regression in #16173 (#16199) 2021-02-12 23:42:22 -08: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_escape_regex_control_characters.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_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