/third_party/ninja/.github/workflows/ |
D | macos.yml | 11 runs-on: macOS-latest 14 - uses: actions/checkout@v2 16 - name: Install dependencies 19 - name: Build ninja 24 cmake -DCMAKE_BUILD_TYPE=Release -B build 25 cmake --build build --parallel --config Release 27 - name: Test ninja 28 run: ctest -vv 29 working-directory: build 31 - name: Create ninja archive [all …]
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | ninja.py | 2 # Use of this source code is governed by a BSD-style license that can be 38 # system to the appropriate locations. Ninja prefers paths to be 42 # ninja/shell variable) that are passed to gyp here but expanded 43 # before writing out into the target .ninja files; see 82 if re.match(r"^[a-zA-Z0-9_=.\\/-]+$", arg): 90 """Takes a preprocessor define and returns a -D parameter that's ninja- and 91 shell-escaped.""" 94 # some reason. Octal-encode to work around that. 96 return QuoteShellArgument(ninja_syntax.escape("-D" + d), flavor) 113 4) bundle merges the above in a mac bundle [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | ninja.py | 3 # Use of this source code is governed by a BSD-style license that can be 38 # system to the appropriate locations. Ninja prefers paths to be 42 # ninja/shell variable) that are passed to gyp here but expanded 43 # before writing out into the target .ninja files; see 82 if re.match(r'^[a-zA-Z0-9_=.\\/-]+$', arg): 90 """Takes a preprocessor define and returns a -D parameter that's ninja- and 91 shell-escaped.""" 94 # some reason. Octal-encode to work around that. 96 return QuoteShellArgument(ninja_syntax.escape('-D' + d), flavor) 113 4) bundle merges the above in a mac bundle [all …]
|
/third_party/spirv-tools/kokoro/scripts/macos/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 27 # Get NINJA. 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 29 unzip -q ninja-mac.zip 30 chmod +x ninja 34 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers 36 cd external && cd googletest && git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7 && cd .. … [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/macos/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 27 # Get NINJA. 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 29 unzip -q ninja-mac.zip 30 chmod +x ninja 34 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers 36 cd external && cd googletest && git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7 && cd .. … [all …]
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/macos/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 27 # Get NINJA. 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 29 unzip -q ninja-mac.zip 30 chmod +x ninja 34 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers 36 cd external && cd googletest && git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7 && cd .. … [all …]
|
/third_party/vk-gl-cts/external/amber/src/kokoro/scripts/macos/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -e # fail on error 17 set -x # show commands 25 # Get ninja 26 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 27 unzip -q ninja-mac.zip 28 chmod +x ninja 31 echo $(date): $(cmake --version) 35 DEPS_ARGS+=" --with-swiftshader" 39 ./tools/git-sync-deps $DEPS_ARGS [all …]
|
/third_party/ninja/ |
D | README.md | 1 # Ninja chapter 3 Ninja is a small build system with a focus on speed. 4 https://ninja-build.org/ 6 See [the manual](https://ninja-build.org/manual.html) or 10 Binaries for Linux, Mac, and Windows are available at 11 [GitHub](https://github.com/ninja-build/ninja/releases). 12 Run `./ninja -h` for Ninja help. 15 resulting ninja binary. However, to enable features like Bash 19 If you're interested in making changes to Ninja, read 22 ## Building Ninja itself [all …]
|
/third_party/skia/third_party/externals/angle2/infra/specs/ |
D | angle.json | 4 "android-arm64-pixel4": { 9 "--use-angle=gles", 10 "-v", 11 "--shard-timeout=500" 36 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", 40 "test_id_prefix": "ninja://src/tests:angle_deqp_egl_tests/", 46 "--use-angle=vulkan", 47 "-v", 48 "--shard-timeout=500" 73 "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", [all …]
|
/third_party/skia/site/docs/dev/testing/ |
D | xsan.md | 2 --- 6 --- 13 - UBSAN works on Linux, Mac, Android, and Windows, though some checks are platform-specific. 14 - ASAN works on Linux, Mac, Android, and Windows. 15 - TSAN works on Linux and Mac. 16 - MSAN works on Linux[1]. 19 with the system-provided C++ standard library, which is usually libstdc++. 23 [1]To compile and run with MSAN, an MSAN-instrumented version of libc++ is needed. 28 ------------------------------------------ 31 <!--?prettify lang=sh?--> [all …]
|
/third_party/flutter/skia/site/dev/testing/ |
D | xsan.md | 8 - UBSAN works on Linux, Mac, Android, and Windows, though some checks are platform-specific. 9 - ASAN works on Linux, Mac, Android. 10 - TSAN works on Linux and Mac. 11 - MSAN works on Linux[1]. 14 with the system-provided C++ standard library, which is usually libstdc++. 18 [1]To compile and run with MSAN, an MSAN-instrumented version of libc++ is needed. 23 ------------------------------------------ 26 <!--?prettify lang=sh?--> 29 python2 infra/bots/assets/clang_linux/download.py -t $CLANGDIR 32 --------------------------- [all …]
|
/third_party/gn/infra/recipes/gn.expected/ |
D | ci_mac.json | 34 "--tags", 85 "rev-parse", 102 "name": "git.rev-parse", 111 "-root", 113 "-ensure-file", 114 "infra/ninja/${platform} version:1.8.2\nfuchsia/third_party/clang/${platform} integration", 115 "-max-threads", 117 "-json-output", 139 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\", @@… 140 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"… [all …]
|
D | cq_mac.json | 34 "--tags", 85 "rev-parse", 102 "name": "git.rev-parse", 162 "-root", 164 "-ensure-file", 165 "infra/ninja/${platform} version:1.8.2\nfuchsia/third_party/clang/${platform} integration", 166 "-max-threads", 168 "-json-output", 190 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\", @@… 191 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"… [all …]
|
/third_party/flutter/skia/site/user/ |
D | build.md | 10 - [`is_official_build` and Third-party Dependencies](#third-party) 11 - [A note on software backend performance](#performance) 12 - [Quickstart](#quick) 13 - [Android](#android) 14 - [ChromeOS](#cros) 15 - [Mac](#macos) 16 - [iOS](#ios) 17 - [Windows](#windows) 18 - [Windows ARM64](#win-arm64) 19 - [CMake](#cmake) [all …]
|
/third_party/gn/infra/recipes/ |
D | gn.py | 39 'amd64': 'x86-64', 40 'mac': 'macos', 48 'xcrun', '--toolchain', 'clang', 'clang++', '-xc++', '-fsyntax-only', 49 '-Wp,-v', '/dev/null' 66 triple = '--target=%s' % target.triple 67 sysroot = '--sysroot=%s' % cipd_dir.join('sysroot') 71 'AR': cipd_dir.join('bin', 'llvm-ar'), 73 'LDFLAGS': '%s %s -static-libstdc++' % (triple, sysroot), 76 triple = '--target=%s' % target.triple 77 sysroot = '--sysroot=%s' % api.step( [all …]
|
/third_party/skia/tools/ |
D | build_command_buffer.py | 5 # Use of this source code is governed by a BSD-style license that can be 25 parser.add_argument('-c', '--chrome-dir', required=True, help= 27 parser.add_argument('-o', '--output-dir', required=True, 30 parser.add_argument('--make-output-dir', default=False, action='store_true', 32 parser.add_argument('--chrome-out-dir', default='CommandBufferForSkia', 36 parser.add_argument('--extra-gn-args', default='', 39 parser.add_argument('--extra-ninja-args', default='', 40 help=('Extra arguments to pass to ninja when building the command ' 42 parser.add_argument('--chrome-revision', default='origin/lkgr', 44 parser.add_argument('--no-sync', action='store_true', default=False, [all …]
|
/third_party/flutter/skia/tools/ |
D | build_command_buffer.py | 5 # Use of this source code is governed by a BSD-style license that can be 25 parser.add_argument('-c', '--chrome-dir', required=True, help= 27 parser.add_argument('-o', '--output-dir', required=True, 30 parser.add_argument('--make-output-dir', default=False, action='store_true', 32 parser.add_argument('--chrome-out-dir', default='CommandBufferForSkia', 36 parser.add_argument('--extra-gn-args', default='', 39 parser.add_argument('--extra-ninja-args', default='', 40 help=('Extra arguments to pass to ninja when building the command ' 42 parser.add_argument('--chrome-revision', default='origin/lkgr', 44 parser.add_argument('--no-sync', action='store_true', default=False, [all …]
|
/third_party/skia/infra/bots/recipe_modules/build/ |
D | default.py | 2 # Use of this source code is governed by a BSD-style license that can be 13 '--chrome-dir', chrome_dir, 14 '--output-dir', out, 15 '--extra-gn-args', 'mac_sdk_min="10.13"', 16 '--no-sync', '--no-hooks', '--make-output-dir']) 31 '-DSWIFTSHADER_BUILD_TESTS=OFF', 32 '-DSWIFTSHADER_WARNINGS_AS_ERRORS=OFF', 33 '-DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=OFF', # Way too slow. 43 # CMakeLists.txt at a harmless non-existent path. 59 '-fsanitize=' + full, [all …]
|
/third_party/gn/infra/recipe_modules/macos_sdk/examples/ |
D | full.py | 2 # Use of this source code is governed by a BSD-style license that can be 19 api.step('ninja', ['ninja', '-C', 'out/Release']) 23 for platform in ('linux', 'mac', 'win'):
|
/third_party/gn/infra/recipe_modules/windows_sdk/examples/ |
D | full.py | 2 # Use of this source code is governed by a BSD-style license that can be 18 api.step('ninja', ['ninja', '-C', 'out/Release']) 22 for platform in ('linux', 'mac', 'win'):
|
/third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/ |
D | Build-Mac-Clang-arm64-Debug-Android_Vulkan.json | 5 "-u", 7 "--json-output", 23 "-u", 24 "[START_DIR]/cache/work/skia/bin/fetch-gn" 32 "name": "fetch-gn" 38 "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-arm64-Debug-Android_Vulkan/Debug", 39 …"--args=extra_cflags=[\"-O1\", \"-DREBUILD_IF_CHANGED_ndk_version=42\"] ndk=\"[START_DIR]/android_… 50 "ninja", 51 "-C", 52 "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-arm64-Debug-Android_Vulkan/Debug" [all …]
|
D | Build-Mac-Clang-x86_64-Debug-CommandBuffer.json | 13 "-kind", 15 "-xcode-version", 17 "-output-dir", 28 "xcode-select", 29 "-switch", 40 "-u", 42 "--chrome-dir", 44 "--output-dir", 45 "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug", 46 "--extra-gn-args", [all …]
|
/third_party/gn/ |
D | README.md | 3 GN is a meta-build system that generates build files for 4 [Ninja](https://ninja-build.org). 15 * The [mailing list](https://groups.google.com/a/chromium.org/forum/#!forum/gn-dev). 26 * It has a readable, clean syntax. Once a build is set-up, it is generally 29 * It is designed for multi-platform projects. It can cleanly express many 43 * It has comprehensive build-in help available from the command-line. 50 have much knowledge about the build) down an easy-to-understand, well-lit 51 path. This isn't necessarily the correct trade-off for smaller projects. 77 GN can generate Ninja build files for C, C++, Rust, Objective C, and Swift 82 main built-in languages. [all …]
|
/third_party/gn/infra/recipe_modules/macos_sdk/examples/full.expected/ |
D | mac.json | 6 "-root", 8 "-ensure-file", 10 "-max-threads", 12 "-json-output", 22 …"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:e9b\… 23 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/mac_toolchain/resolved-platform\"… 35 "-kind", 36 "mac", 37 "-xcode-version", 39 "-output-dir", [all …]
|
/third_party/openh264/ |
D | README.md | 6 ---------------- 7 - Constrained Baseline Profile up to Level 5.2 (Max frame size is 36864 macro-blocks) 8 - Arbitrary resolution, not constrained to multiples of 16x16 9 - Rate control with adaptive quantization, or constant quantization 10 - Slice options: 1 slice per frame, N slices per frame, N macroblocks per slice, or N bytes per sli… 11 - Multiple threads automatically used for multiple slices 12 - Temporal scalability up to 4 layers in a dyadic hierarchy 13 - Simulcast AVC up to 4 resolutions from a single input 14 - Spatial simulcast up to 4 resolutions from a single input 15 - Long Term Reference (LTR) frames [all …]
|