vcpkg/scripts
Wolfgang Stöggl 6e30ee1ae8 vcpkg_configure_meson - Remove compiler flag /Oi (#8667)
Removing the compiler flag /Oi (Generate Intrinsic Functions) allows
meson to detect functions like memmove, memset correctly. This is
relevant to meson configure for fribidi (see fribidi/meson.build).

This fixes the following "issues" (from fribidi meson-log.txt):
  testfile.c(17): error C2168: 'memmove': too few actual parameters for
  intrinsic function
  Checking for function "memmove" : NO
  testfile.c(17): error C2168: 'memset': too few actual parameters for
  intrinsic function
  Checking for function "memset" : NO

And enables detection of the functions:
  Checking for function "memmove" : YES
  Checking for function "memset" : YES
2019-10-21 15:25:58 -07:00
..
boost [vcpkg] fatal_error when patch fails to apply (#8087) 2019-10-07 10:35:13 -07:00
buildsystems Use CMAKE_TRY_COMPILE_PLATFORM_VARIABLES to propogate values (#5180) 2019-09-23 13:43:52 -07:00
cmake vcpkg_configure_meson - Remove compiler flag /Oi (#8667) 2019-10-21 15:25:58 -07:00
ifw [vcpkg-export-ifw] Maintenance Tool 2017-10-05 21:24:32 +03:00
posh-vcpkg/0.0.1 [vcpkg] Initial commit of powershell integration 2017-10-14 01:45:28 -07:00
templates use macros VCPKG_TARGET_IS_ instead of VCPKG_CMAKE_SYSTEM_NAME 2019-10-07 20:11:35 -07:00
toolchains [vcpkg_configure_cmake] Add NO_CHARSET_FLAG option (#7074) 2019-06-30 09:31:22 -07:00
addPoshVcpkgToPowershellProfile.ps1 Remove stray entries 2018-05-19 19:23:32 -07:00
bootstrap.ps1 (#8013) [vcpkg] Compatibility with pwsh >= 6.2 2019-09-06 16:16:15 -07:00
bootstrap.sh Fix CMake checks for Apple Clang 11.0 on macOS 10.15 (#8580) 2019-10-14 16:04:05 -07:00
cleanEnvironmentHelper.ps1 #5248 make vcpkg buildable as 'system' user (#7038) 2019-06-25 21:45:02 -07:00
get_triplet_environment.cmake [vcpkg]Port toolchains (#7687) 2019-08-20 08:47:26 -07:00
ports.cmake [ports.cmake] Fixup capitalization inconsistencies of Windows drive letter. (#8304) 2019-09-24 15:58:10 -07:00
vcpkg_completion.bash [autocomplete] Add tab-completion support for bash 2018-12-13 14:02:02 -08:00
vcpkgTools.xml [vcpkg] Fix powershell font corruption bug (#7094) 2019-07-06 13:29:46 -07:00