Home
last modified time | relevance | path

Searched +full:platform +full:- +full:sdk +full:- +full:version (Results 1 – 25 of 252) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/libwebp/
Diosbuild.sh12 # (http://www.ioncannon.net/programming/1483/using-webp-to-reduce-native-ios-app-size/).
14 set -e
19 # Extract the latest SDK version from the final field of the form: iphoneosX.Y
20 readonly SDK=$(xcodebuild -showsdks \
21 | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}'
23 # Extract Xcode version.
24 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2)
25 if [[ -z "${XCODE}" ]]; then
32 # Add iPhoneOS-V6 to the list of platforms below if you need armv6 support.
33 # Note that iPhoneOS-V6 support is not available with the iOS6 SDK.
[all …]
Dxcframeworkbuild.sh13 set -e
20 # Extract Xcode version.
21 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2)
22 if [[ -z "${XCODE}" ]] || [[ "${XCODE%%.*}" -lt 11 ]]; then
27 # Extract the latest SDK version from the final field of the form: iphoneosX.Y
29 readonly SDK=($(
30 xcodebuild -showsdks \
31 | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}'
32 xcodebuild -showsdks \
33 | grep macosx | sort | tail -n 1 | awk '{print substr($NF, 7)}'
[all …]
/third_party/skia/m133/third_party/externals/libwebp/
Diosbuild.sh12 # (https://www.ioncannon.net/programming/1483/using-webp-to-reduce-native-ios-app-size/).
14 set -e
19 # Extract the latest SDK version from the final field of the form: iphoneosX.Y
20 readonly SDK=$(xcodebuild -showsdks \
21 | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}'
23 # Extract Xcode version.
24 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2)
25 if [[ -z "${XCODE}" ]]; then
32 # Add iPhoneOS-V6 to the list of platforms below if you need armv6 support.
33 # Note that iPhoneOS-V6 support is not available with the iOS6 SDK.
[all …]
Dxcframeworkbuild.sh13 set -e
20 # Extract Xcode version.
21 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2)
22 if [[ -z "${XCODE}" ]] || [[ "${XCODE%%.*}" -lt 11 ]]; then
27 # Extract the latest SDK version from the final field of the form: iphoneosX.Y
29 readonly SDK=($(
30 xcodebuild -showsdks \
31 | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}'
32 xcodebuild -showsdks \
33 | grep macosx | sort | tail -n 1 | awk '{print substr($NF, 7)}'
[all …]
/third_party/gn/examples/ios/build/config/ios/scripts/
Dsdk_info.py2 # Use of this source code is governed by a BSD-style license that can be
5 """Collects information about the SDK and return them as JSON file."""
14 # Patterns used to extract the Xcode version and build version.
16 XCODE_BUILD_PATTERN = re.compile(r'Build version (.*)')
21 return subprocess.check_output(command, encoding='utf-8')
34 """Returns the platform for |target_environment|."""
42 """Returns the platform display name for |target_environment|."""
50 """Extract the version of macOS of the current machine."""
51 return GetCommandOutput(['sw_vers', '-buildVersion']).strip()
55 """Extract Xcode version and build version."""
[all …]
/third_party/mindspore/mindspore-src/source/cmake/
Dlite_ios.cmake1 set(CMAKE_THREAD_LIBS_INIT "-lpthread")
13 # Get the Xcode version
14 execute_process(COMMAND xcodebuild -version OUTPUT_VARIABLE XCODE_VERSION ERROR_QUIET OUTPUT_STRIP_…
15 string(REGEX MATCH "Xcode [0-9\\.]+" XCODE_VERSION "${XCODE_VERSION}")
16 string(REGEX REPLACE "Xcode ([0-9\\.]+)" "\\1" XCODE_VERSION "${XCODE_VERSION}")
24 if(NOT DEFINED PLATFORM)
27 set(PLATFORM "OS") variable
29 set(PLATFORM "SIMULATOR") variable
32 if(NOT PLATFORM)
33 set(PLATFORM "OS") variable
[all …]
/third_party/python/Tools/wasm/
Dwasm_build.py4 $ ./Tools/wasm/wasm_builder.py emscripten-browser build repl
5 $ ./Tools/wasm/wasm_builder.py emscripten-node-dl build test
8 Primary build targets are "emscripten-node-dl" (NodeJS, dynamic linking),
9 "emscripten-browser", and "wasi".
11 Emscripten builds require a recent Emscripten SDK. The tools looks for an
15 WASI builds require WASI SDK and wasmtime. The tool looks for 'WASI_SDK_PATH'
16 and falls back to /opt/wasi-sdk.
21 ./Tools/wasm/wasm_builder.py --clean build build
55 # path to WASI-SDK root
56 WASI_SDK_PATH = pathlib.Path(os.environ.get("WASI_SDK_PATH", "/opt/wasi-sdk"))
[all …]
DREADME.md3 **WARNING: WASM support is work-in-progress! Lots of features are not working yet.**
7 (*wasm32-emscripten*) and WASI (*wasm32-wasi*) targets. Emscripten builds
15 ## wasm32-emscripten build
18 target (``--with-emscripten-target=browser``) is optimized for browsers.
23 Cross compiling to the wasm32-emscripten platform needs the
24 [Emscripten](https://emscripten.org/) SDK and a build Python interpreter.
28 Christian Heimes maintains a container image with Emscripten SDK, Python
29 build dependencies, WASI-SDK, wasmtime, and several additional tools.
35 podman run --rm -ti -v $(pwd):/python-wasm/cpython:Z -w /python-wasm/cpython quay.io/tiran/cpythonb…
38 docker run --rm -ti -v $(pwd):/python-wasm/cpython -w /python-wasm/cpython quay.io/tiran/cpythonbui…
[all …]
/third_party/vk-gl-cts/framework/delibs/cmake/
Dtoolchain-ios.cmake1 # This file is based off of the Platform/Darwin.cmake and Platform/UnixPaths.cmake
8 # This decides if SDKS will be selected from the iPhoneOS.platform or iPhoneSimulator.platform fo…
9 # OS - the default, used to build for iPhone and iPad physical devices, which have an arm arch.
10 # SIMULATOR - used to build for the Simulator platforms, which have an x86 arch.
12 # CMAKE_IOS_DEVELOPER_ROOT = automatic(default) or /path/to/platform/Developer folder
14 …nually, it will override the default location and force the user of a particular Developer Platform
16 # CMAKE_IOS_SDK_ROOT = automatic(default) or /path/to/platform/Developer/SDKs/SDK folder
18 # In this case it will always be the most up-to-date SDK found in the CMAKE_IOS_DEVELOPER_ROOT pa…
19 # If set manually, this will force the use of a specific SDK version
31 # Determine the cmake host system version so we know where to find the iOS SDKs
[all …]
/third_party/libwebsockets/contrib/
DiOS.cmake1 # This file is based off of the Platform/Darwin.cmake and Platform/UnixPaths.cmake
8 # This decides if SDKS will be selected from the iPhoneOS.platform or iPhoneSimulator.platform fo…
9 # OS - the default, used to build for iPhone and iPad physical devices, which have an arm arch.
10 # SIMULATOR - used to build for the Simulator platforms, which have an x86 arch.
12 # CMAKE_IOS_DEVELOPER_ROOT = automatic(default) or /path/to/platform/Developer folder
14 …nually, it will override the default location and force the user of a particular Developer Platform
16 # CMAKE_IOS_SDK_ROOT = automatic(default) or /path/to/platform/Developer/SDKs/SDK folder
18 # In this case it will always be the most up-to-date SDK found in the CMAKE_IOS_DEVELOPER_ROOT pa…
19 # If set manually, this will force the use of a specific SDK version
31 # Thanks to the android-cmake project for providing the command
[all …]
/third_party/skia/third_party/externals/freetype/builds/cmake/
DiOS.cmake3 # Copyright (C) 2014-2021 by
15 # This file is derived from the files `Platform/Darwin.cmake' and
16 # `Platform/UnixPaths.cmake', which are part of CMake 2.8.4. It has been
21 # -------
25 # This decides whether SDKS are selected from the `iPhoneOS.platform' or
26 # `iPhoneSimulator.platform' folders.
28 # OS - the default, used to build for iPhone and iPad physical devices,
30 # SIMULATOR - used to build for the Simulator platforms, which have an
33 # CMAKE_IOS_DEVELOPER_ROOT = /path/to/platform/Developer folder
38 # Developer Platform.
[all …]
/third_party/python/Tools/msi/bundle/bootstrap/
Dpythonba.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
5 This software is released under Microsoft Reciprocal License (MS-RL).
9 -->
14 <Platform>Win32</Platform>
18 <Platform>Win32</Platform>
23 <Platform Condition="'$(Platform)' == ''">Win32</Platform>
28 <ProjectGuid>{7A09B132-B3EE-499B-A700-A4B2157FEA3D}</ProjectGuid>
46 <AdditionalIncludeDirectories>$(WixInstallPath)sdk\inc</AdditionalIncludeDirectories>
52 …ib;gdiplus.lib;msimg32.lib;shlwapi.lib;wininet.lib;dutil.lib;balutil.lib;version.lib;uxtheme.lib;%…
[all …]
/third_party/skia/m133/build/fuchsia/
Dupdate_fuchsia_sdk4 # Use of this source code is governed by a BSD-style license that can be
10 Downloads both the Fuchsia SDK and Fuchsia-compatible clang
12 the arg-provide |sdk_dir| and |clang_dir| respectively. This
14 from the Fuchsia SDK.
22 import platform
34 "https://commondatastorage.googleapis.com/chrome-infra-docs/flat" + \
37 subprocess.call(["cipd", "--version"])
45 def DownloadAndUnzip(pkg_name, version, cipd_cache_dir, output_dir): argument
46 pkg_suffix = pkg_name.replace('/', '-') + ".zip"
48 cipd_cmd = "cipd pkg-fetch " + pkg_name + " -version \"" + version + "\" -out " + \
[all …]
/third_party/skia/build/fuchsia/
Dupdate_fuchsia_sdk4 # Use of this source code is governed by a BSD-style license that can be
10 Downloads both the Fuchsia SDK and Fuchsia-compatible clang
12 the arg-provide |sdk_dir| and |clang_dir| respectively. This
14 from the Fuchsia SDK.
22 import platform
34 "https://commondatastorage.googleapis.com/chrome-infra-docs/flat" + \
37 subprocess.call(["cipd", "--version"])
45 def DownloadAndUnzip(pkg_name, version, cipd_cache_dir, output_dir): argument
46 pkg_suffix = pkg_name.replace('/', '-') + ".zip"
48 cipd_cmd = "cipd pkg-fetch " + pkg_name + " -version \"" + version + "\" -out " + \
[all …]
/third_party/python/Lib/distutils/tests/
Dtest_util.py26 self.platform = sys.platform
27 self.version = sys.version
47 sys.platform = self.platform
48 sys.version = self.version
71 sys.version = ('2.4.4 (#71, Oct 18 2006, 08:34:43) '
73 sys.platform = 'win32'
78 sys.version = ('2.4.4 (#71, Oct 18 2006, 08:34:43) '
80 sys.platform = 'win32'
81 self.assertEqual(get_platform(), 'win-amd64')
85 sys.version = ('2.5 (r25:51918, Sep 19 2006, 08:49:13) '
[all …]
/third_party/lame/vc_solution/
DREADME.vs2019.txt12 - lame: The lame.exe command line executable
13 - libmp3lame: The dynamic library libmp3lame.dll
14 - libmp3lame-static: The static library variant of the above
15 - mp3rtp: command line tool to stream mp3 via RTP protocol
16 - mp3x: mp3 frame analyzer tool using GTK1 (see below)
20 - ACM, ADbg, tinyxml: Ancient Windows "Audio Codec Manager"
21 - lame_DirectShow: DirectShow filter
22 - lame_test: Test program
27 - Debug: Builds without optimization, but debugging support
28 - Release: Optimization build, without SSE2 or NASM assembly
[all …]
/third_party/gn/infra/
DREADME.recipes.md1 <!--- AUTOGENERATED BY `./recipes.py test train` -->
5 **[Recipe Modules](#Recipe-Modules)**
6 …* [macos_sdk](#recipe_modules-macos_sdk) &mdash; The `macos_sdk` module provides safe functions to…
7 * [target](#recipe_modules-target)
8 * [windows_sdk](#recipe_modules-windows_sdk)
11 * [gn](#recipes-gn) &mdash; Recipe for building GN.
12 * [macos_sdk:examples/full](#recipes-macos_sdk_examples_full)
13 * [target:examples/full](#recipes-target_examples_full)
14 * [windows_sdk:examples/full](#recipes-windows_sdk_examples_full)
19 …[recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platfo…
[all …]
/third_party/icu/icu4c/source/allinone/
DBuild.Windows.ProjectConfiguration.props1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.uni…
4 …<!-- This file is used to set default configuration options for all non-UWP Visual Studio projects…
5 <!-- The following import will set the ICU Major Version number. -->
7 <!-- These are the default project configurations for building. -->
11 <Platform>Win32</Platform>
15 <Platform>x64</Platform>
19 <Platform>ARM</Platform>
23 <Platform>ARM64</Platform>
27 <Platform>Win32</Platform>
[all …]
/third_party/skia/third_party/externals/oboe/tests/
Drun_tests.sh5 # Licensed under the Apache License, Version 2.0 (the "License");
9 # http://www.apache.org/licenses/LICENSE-2.0
21 # - CMake on PATH. This is usually found in $ANDROID_HOME/cmake/<version>/bin.
22 # - ANDROID_NDK environment variable is set to your Android NDK location
23 # e.g. $HOME/Library/Android/sdk/ndk/<version>
24 # - Android device or emulator attached and accessible via adb
27 # - Run this script
28 # - Check the test results on your target device
31 # - Builds a test binary for the target architecture
32 # - Copies the test binary into the UnitTestRunner app
[all …]
/third_party/curl/winbuild/
DREADME.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
11 course have to first install VC++. The minimum required version of VC is 6
12 (part of Visual Studio 6). However using a more recent version is strongly
15 VC++ is also part of the Windows Platform SDK. You do not have to install the
18 The latest Platform SDK can be downloaded freely from [Windows SDK and
20 archive](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
24 If you wish to support zlib, OpenSSL, c-ares, ssh2, you will have to download
28 |_curl-src
[all …]
/third_party/python/Lib/test/
Dtest__osx_support.py6 import platform
15 @unittest.skipUnless(sys.platform.startswith("darwin"), "requires OS X")
65 'cc not found - check xcode-select')
68 self.assertTrue(platform.mac_ver()[0].startswith(
73 'CC': 'gcc-test -pthreads',
76 'CC': 'clang -pthreads',
79 newvalue = 'clang -pthreads'
87 'CC': 'gcc-test -pthreads',
90 'CC': 'clang -pthreads',
94 newvalue = 'clang -pthreads'
[all …]
Dtest_sysconfig.py42 self.platform = sys.platform
43 self.version = sys.version
65 sys.platform = self.platform
66 sys.version = self.version
139 sys.platform = 'darwin'
146 # before bpo-45413, here we assert the posix_venv scheme does not regress
151 'site-packages')
168 # before bpo-45413, here we assert the posix_venv scheme does not regress
171 libpath = os.path.join('Lib', 'site-packages')
183 if sys.platform == 'win32':
[all …]
/third_party/gn/src/gn/
Dvisual_studio_writer.h2 // Use of this source code is governed by a BSD-style license that can be
28 enum Version { enum
38 // semicolon-separated list of label patterns used to limit the set of
41 // populate |err| and will return false. |win_sdk| is the Windows SDK version
45 Version version,
72 // GUID-like string.
88 // Configuration platform. May be different than solution config platform.
108 Version version,
138 // Toolset version.
141 // Project version.
[all …]
/third_party/gn/infra/recipe_modules/windows_sdk/
Dapi.py2 # Use of this source code is governed by a BSD-style license that can be
11 """API for using Windows SDK distributed via CIPD."""
21 """Setups the Windows SDK environment.
23 This call is a no-op on non-Windows platforms.
28 if not self.m.platform.is_win:
45 """Ensures the Windows SDK CIPD package is installed.
47 Returns the directory where the SDK package has been installed.
51 version (str): CIPD instance ID, tag or ref.
60 """Constructs the environment for the SDK.
65 sdk_dir (path): Path to a directory containing the SDK.
[all …]
/third_party/gn/infra/recipes/
Dgn.py2 # Use of this source code is governed under the Apache License, Version 2.0
16 'recipe_engine/platform',
37 'xcrun', '--toolchain', 'clang', 'clang++', '-xc++', '-fsyntax-only',
38 '-Wp,-v', '/dev/null'
44 # Iterate over all include paths and look for the SDK libc++ one.
55 triple = '--target=%s' % target.triple
56 if target.triple == 'riscv64-linux-gnu':
57 sysroot = '--sysroot=%s' % cipd_dir.join('sysroot-focal')
59 sysroot = '--sysroot=%s' % cipd_dir.join('sysroot')
63 'AR': cipd_dir.join('bin', 'llvm-ar'),
[all …]

1234567891011