/third_party/jsoncpp/devtools/ |
D | batchbuild.py | 15 def __init__(self, prepend_envs=None, variables=None, build_type=None, generator=None): argument 19 self.generator = generator 28 build_desc.generator or self.generator) 44 args = ["-D%s" % var for var in self.variables] 45 # skip build type for Visual Studio solution as it cause warning 46 if self.build_type and 'Visual' not in self.generator: 47 args.append("-DCMAKE_BUILD_TYPE=%s" % self.build_type) 48 if self.generator: 49 args.extend(['-G', self.generator]) 66 print('Build %s' % self.desc) [all …]
|
/third_party/libsnd/.github/workflows/ |
D | action.yml | 6 build: 8 fail-fast: false 11 ubuntu-gcc-autotools, 12 ubuntu-clang-autotools, 13 ubuntu-gcc-ossfuzz, 14 macos-autotools, 15 ubuntu-gcc-cmake, 16 ubuntu-gcc-cmake-shared, 17 ubuntu-clang-cmake, 18 ubuntu-clang-cmake-shared, [all …]
|
/third_party/skia/third_party/externals/tint/ |
D | CMakeSettings.json | 4 "name": "x64-Debug", 5 "generator": "Ninja", string 8 "buildRoot": "${projectDir}\\out\\build\\${name}", 16 "name": "x64-Release", 17 "generator": "Ninja", string 19 "buildRoot": "${projectDir}\\out\\build\\${name}", 28 "name": "x86-Debug", 29 "generator": "Ninja", string 31 "buildRoot": "${projectDir}\\out\\build\\${name}", 40 "name": "x86-Release", [all …]
|
/third_party/vk-gl-cts/scripts/ |
D | build_caselists.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 23 from build.common import * 24 from build.config import * 25 from build.build import * 41 Module("dE-IT", "internal", "de-internal-tests"), 42 Module("dEQP-EGL", "egl", "deqp-egl"), [all …]
|
D | check_build_sanity.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 28 from build.common import * 29 from build.build import * 66 return ["-DCMAKE_C_FLAGS=%s" % cflagsStr, "-DCMAKE_CXX_FLAGS=%s" % cflagsStr] 69 …return ["-DDEQP_TARGET=%s" % target, "-DCMAKE_C_COMPILER=%s" % cc, "-DCMAKE_CXX_COMPILER=%s" % cpp… 95 args = ["-DCMAKE_C_FLAGS=/WX -DCMAKE_CXX_FLAGS=/WX"] [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | appveyor.yml | 6 - compiler: msvc 7 generator: Visual Studio 14 10 triplet: x86-windows 12 - compiler: msvc 13 generator: Visual Studio 14 Win64 16 triplet: x64-windows 18 - compiler: msvc 19 generator: Visual Studio 14 ARM 24 # Build only 26 #- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 [all …]
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | .travis.yml | 1 # Copyright 2016-2021 The Khronos Group Inc. 2 # SPDX-License-Identifier: Apache-2.0 5 - cpp 6 - python 12 - os: linux 16 - GENERATOR="Unix Makefiles" 17 - ARTIFACT=gcc-trusty-64bit 18 - os: linux 22 - GENERATOR="Unix Makefiles" 23 - ARTIFACT=clang-trusty-64bit [all …]
|
/third_party/vk-gl-cts/scripts/build/ |
D | build.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 30 def initBuildDir (config, generator): argument 33 # Build base configuration args 36 # Generator args 37 cfgArgs += generator.getGenerateArgs(config.getBuildType()) 49 def build (config, generator, targets = None): function [all …]
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | build_spirv_binaries.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # ---------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 33 from build.common import * 34 from build.config import * 35 from build.build import * 43 VULKAN_MODULE = Module("dEQP-VK", "../external/vulkancts/modules/vulkan", "deqp-vk") 44 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "spirv-binaries", "{targetName}-{buildType}… [all …]
|
/third_party/json/ |
D | appveyor.yml | 1 version: '{build}' 5 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 11 GENERATOR: Visual Studio 14 2015 13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 19 GENERATOR: Visual Studio 15 2017 21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 27 GENERATOR: Visual Studio 16 2019 29 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 35 GENERATOR: Visual Studio 16 2019 37 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/ |
D | android_device_test.dart | 2 // Use of this source code is governed by a BSD-style license that can be 45 Config.instance.setValue('android-sdk', sdkDir.path); 49 <String>[adbExe.path, 'devices', '-l'], 52 }, overrides: <Type, Generator>{ 60 Config.instance.setValue('android-sdk', sdkDir.path); 64 <String>[adbExe.path, 'devices', '-l'], 65 )).thenThrow(ProcessException(adbExe.path, <String>['devices', '-l'])); 67 }, overrides: <Type, Generator>{ 91 emulator-5612 host features:shell_2 102 ZX1G22JJWR device usb:3-3 product:shamu model:Nexus_6 device:shamu features:cmd,shell_v2 [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ios/ |
D | mac_test.dart | 2 // Use of this source code is governed by a BSD-style license that can be 23 final Generator _kNoColorTerminalPlatform = () => FakePlatform.fromPlatform(const LocalPlatform()).… 24 final Map<Type, Generator> noColorTerminalOverride = <Type, Generator>{ 59 <String>[ideviceIdPath, '-h'], environment: anyNamed('environment') 62 }, overrides: <Type, Generator>{ 69 <String>[ideviceIdPath, '-l'], 71 )).thenThrow(ProcessException(ideviceIdPath, <String>['-l'])); 73 }, overrides: <Type, Generator>{ 79 …testUsingContext('getAvailableDeviceIDs throws ToolExit when idevice_id returns non-zero', () asyn… 81 <String>[ideviceIdPath, '-l'], [all …]
|
/third_party/benchmark/ |
D | appveyor.yml | 1 version: '{build}' 6 - Debug 7 - Release 11 - compiler: msvc-15-seh 12 generator: "Visual Studio 15 2017" 14 - compiler: msvc-15-seh 15 generator: "Visual Studio 15 2017 Win64" 17 - compiler: msvc-14-seh 18 generator: "Visual Studio 14 2015" 20 - compiler: msvc-14-seh [all …]
|
/third_party/skia/third_party/externals/swiftshader/ |
D | CMakeSettings.json | 4 "name": "x64-Debug", 5 "generator": "Ninja", string 8 "buildRoot": "${projectDir}\\out\\build\\${name}", 11 "buildCommandArgs": "-v", 16 "name": "x86-Debug", 17 "generator": "Ninja", string 19 "buildRoot": "${projectDir}\\out\\build\\${name}", 22 "buildCommandArgs": "-v", 28 "name": "x86-Release", 29 "generator": "Ninja", string [all …]
|
/third_party/skia/third_party/externals/expat/ |
D | appveyor.yml | 10 # Copyright (c) 2017-2021 Sebastian Pipping <sebastian@pipping.org> 35 - git config --global core.autocrlf input 38 version: libexpat-{build} 48 # AppVeyor pre-installed software: 49 # https://www.appveyor.com/docs/build-environment/#pre-installed-software 52 # https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#visual-studio-generators 56 - GENERATOR: Visual Studio 15 2017 62 - GENERATOR: Visual Studio 15 2017 64 CMAKE_ARGS: -DEXPAT_CHAR_TYPE=wchar_t 69 - GENERATOR: Visual Studio 15 2017 Win64 [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | __init__.py | 4 # Use of this source code is governed by a BSD-style license that can be 63 Loads one or more specified build files. 65 Returns the generator for the specified format and the 66 data returned by loading the specified build files. 71 if '-' in format: 72 format, params['flavor'] = format.split('-', 1) 79 default_variables['GENERATOR'] = format 83 # within gyp.generator. 88 # Make sure the path to the custom generator is in sys.path 90 # to each generator that is used in sys.path is likely harmless and [all …]
|
/third_party/boost/libs/config/test/link/test/ |
D | Jamfile.v2 | 13 # This generator creates library using standard generators, 14 # and then add <library-path> usage requirements with the 16 class autolink-generator : generator 20 import property-set ; 23 rule run ( project name ? : property-set : sources + ) 26 : LIB : $(property-set) : $(sources) ] ; 29 local usage-requirements ; 31 if [ class.is-a $(result[1]) : property-set ] 33 usage-requirements = $(result[1]) ; 34 targets = $(result[2-]) ; [all …]
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | generator_lib.gni | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # generator-specific actions. 20 # script: Path to generator script. 22 # args: List of extra command-line arguments passed to the generator. 32 # but allows output files to not depend on the location of the BUILD.gn 64 "--template-dir", 70 "--root-dir", 77 "--jinja2-path", 84 # BUILD.gn files without changing the location of generated file. Without 91 # For build parallelism GN wants to know the exact inputs and outputs of [all …]
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | __init__.py | 4 # Use of this source code is governed by a BSD-style license that can be 73 Loads one or more specified build files. 75 Returns the generator for the specified format and the 76 data returned by loading the specified build files. 81 if "-" in format: 82 format, params["flavor"] = format.split("-", 1) 89 default_variables["GENERATOR"] = format 93 # within gyp.generator. 98 # Make sure the path to the custom generator is in sys.path 100 # to each generator that is used in sys.path is likely harmless and [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/ |
D | README.md | 1 # SPIR-V Headers 3 This repository contains machine-readable files for the 4 [SPIR-V Registry](https://www.khronos.org/registry/spir-v/). 8 * JSON files describing the grammar for the SPIR-V core instruction set 11 * A tool to build the headers from the JSON grammar. 13 Headers are provided in the [include](include) directory, with up-to-date 18 not tied to SPIR-V specification versions. 22 When a new version or revision of the SPIR-V specification is published, 23 the SPIR-V Working Group will push new commits onto master, updating 26 [The SPIR-V XML registry file](include/spirv/spir-v.xml) [all …]
|
/third_party/skia/third_party/externals/spirv-headers/ |
D | README.md | 1 # SPIR-V Headers 3 This repository contains machine-readable files for the 4 [SPIR-V Registry](https://www.khronos.org/registry/spir-v/). 8 * JSON files describing the grammar for the SPIR-V core instruction set 11 * A tool to build the headers from the JSON grammar. 13 Headers are provided in the [include](include) directory, with up-to-date 18 not tied to SPIR-V specification versions. 22 When a new version or revision of the SPIR-V specification is published, 23 the SPIR-V Working Group will push new commits onto master, updating 26 [The SPIR-V XML registry file](include/spirv/spir-v.xml) [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | build_linux_test.dart | 2 // Use of this source code is governed by a BSD-style license that can be 12 import 'package:flutter_tools/src/commands/build.dart'; 52 testUsingContext('Linux build fails when there is no linux project', () async { 56 const <String>['build', 'linux'] 58 }, overrides: <Type, Generator>{ 64 testUsingContext('Linux build fails on non-linux platform', () async { 67 fs.file('linux/build.sh').createSync(recursive: true); 73 const <String>['build', 'linux'] 75 }, overrides: <Type, Generator>{ 81 testUsingContext('Linux build invokes make and writes temporary files', () async { [all …]
|
D | build_macos_test.dart | 2 // Use of this source code is governed by a BSD-style license that can be 13 import 'package:flutter_tools/src/commands/build.dart'; 54 testUsingContext('macOS build fails when there is no macos project', () async { 58 const <String>['build', 'macos'] 60 }, overrides: <Type, Generator>{ 65 testUsingContext('macOS build fails on non-macOS platform', () async { 73 const <String>['build', 'macos'] 75 }, overrides: <Type, Generator>{ 81 testUsingContext('macOS build invokes xcode build', () async { 94 '-workspace', flutterProject.macos.xcodeWorkspace.path, [all …]
|
/third_party/boost/tools/build/src/tools/generators/ |
D | lib-generator.jam | 1 # Copyright 2002-2017 Rene Rivera 2 # Copyright 2002-2017 Vladimir Prus 13 # The generator class for libraries (target type LIB). Depending on properties 14 # it will request building of the appropriate specific library type -- 15 # -- SHARED_LIB, STATIC_LIB or SHARED_LIB. 17 class lib-generator : generator 21 generator.__init__ $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) 26 rule run ( project name ? : property-set : sources * ) 28 # The lib generator is composing, and can be only invoked with an 29 # explicit name. This check is present in generator.run (and so in [all …]
|
/third_party/protobuf/kokoro/release/python/windows/ |
D | build_single_artifact.bat | 3 if %PYTHON%==C:\python35_32bit set generator=Visual Studio 14 variable 6 if %PYTHON%==C:\python35 set generator=Visual Studio 14 Win64 variable 9 if %PYTHON%==C:\python36_32bit set generator=Visual Studio 14 variable 12 if %PYTHON%==C:\python36 set generator=Visual Studio 14 Win64 variable 15 if %PYTHON%==C:\python37_32bit set generator=Visual Studio 14 variable 18 if %PYTHON%==C:\python37 set generator=Visual Studio 14 Win64 variable 21 if %PYTHON%==C:\python38_32bit set generator=Visual Studio 14 variable 24 if %PYTHON%==C:\python38 set generator=Visual Studio 14 Win64 variable 27 REM Prepend newly installed Python to the PATH of this build (this cannot be 31 python -m pip install -U pip [all …]
|