| /third_party/libuv/.github/workflows/ |
| D | CI-win.yml | 1 name: CI-win 6 - '**' 7 - '!docs/**' 8 - '!src/unix/**' 9 - '!.**' 10 - '.github/workflows/CI-win.yml' 13 - v[0-9].* 14 - master 17 build-windows: 18 runs-on: windows-${{ matrix.config.server }} [all …]
|
| /third_party/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 22 # Warning: the test is destructive. It includes various build modes and 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 53 # The behavior on an error depends on whether --keep-going (alias -k) 55 # * Without --keep-going: the script stops on the first error without 58 # * With --keep-going: the script runs all requested components and [all …]
|
| /third_party/musl/ |
| D | musl_config.gni | 2 # Use of this source code is governed by a BSD-style license that can be 4 import("//build/config/sanitizers/sanitizers.gni") 33 musl_target_triple = "mipsel-linux-ohos" 35 musl_target_triple = "${musl_arch}-linux-ohos" 39 musl_target_triple = "arm-liteos-ohos" 45 runtime_lib_path = "//out/llvm-install/lib/clang/15.0.4/lib" 49 "//prebuilts/clang/ohos/linux-aarch64/llvm/lib/clang/15.0.4/lib" 52 "//prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/15.0.4/lib" 68 musl_uapi_dir = "//kernel/linux/patches/linux-5.10/prebuilts/usr/include" 69 musl_linux_kernel_dir = "//kernel/linux/linux-5.10" [all …]
|
| /third_party/vulkan-loader/.github/workflows/ |
| D | build.yml | 1 # Copyright (c) 2021-2023 Valve Corporation 2 # Copyright (c) 2021-2023 LunarG, Inc. 8 # http://www.apache.org/licenses/LICENSE-2.0 19 name: CI Build 21 # https://docs.github.com/en/actions/using-jobs/using-concurrency 25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 26 cancel-in-progress: true 32 - main 34 permissions: read-all 38 runs-on: ${{matrix.os}} [all …]
|
| /third_party/opencl-headers/.github/workflows/ |
| D | windows.yml | 7 runs-on: windows-latest 16 - VER: v141 18 GEN: Ninja Multi-Config 22 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip 28 - uses: actions/checkout@v2 30 - name: Cache Ninja install 31 if: matrix.GEN == 'Ninja Multi-Config' 32 id: ninja-install 37 key: ${{runner.os}}-ninja-${{env.NINJA_URL}} 39 - name: Install Ninja [all …]
|
| D | linux.yml | 7 runs-on: ubuntu-18.04 8 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127 19 - C_COMPILER: gcc-7 20 CXX_COMPILER: g++-7 23 CONFIG: Debug 25 - C_COMPILER: gcc-7 26 CXX_COMPILER: g++-7 29 CONFIG: Release 31 - C_COMPILER: gcc-7 32 CXX_COMPILER: g++-7 [all …]
|
| /third_party/skia/buildtools/third_party/libc++/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("${skia_root_dir}/build/config/c++/c++.gni") 6 import("${skia_root_dir}/build/config/sanitizers/sanitizers.gni") 7 import("${skia_root_dir}/build/toolchain/toolchain.gni") 10 config("config") { 11 cflags = [ "-fstrict-aliasing" ] 16 "-Wno-macro-redefined", 20 "-std:c++17", 24 "-fPIC", 25 "-std=c++17", [all …]
|
| /third_party/icu/docs/userguide/icu/ |
| D | howtouseicu.md | 1 --- 6 --- 7 <!-- 10 --> 16 {: .no_toc .text-delta } 21 --- 30 build other code using ICU. 32 For C++, note that there are [Recommended Build 33 Options](icu4c/build#recommended-build-options) 34 (both for normal use and for ICU as system-level libraries) which are not [all …]
|
| /third_party/weex-loader/ |
| D | package.json | 2 "name": "weex-loader", 9 "url": "https://github.com/weexteam/weex-loader.git" 11 "licenses": "Apache-2.0", 20 "lint": "eslint --fix src", 21 "dev": "gazeer -p \"src/*.js\" -c \"npm run build\"", 22 "build": "node node_modules/babel-cli/bin/babel.js src --out-dir lib", string 23 "test:build": "cd test && webpack --config ./webpack.config.js", 24 "test": "npm run test:build", 25 "rich:build": "cd sample && webpack --config ../webpack.rich.config.js", 26 "rich": "npm run lint && npm run build && npm run rich:build", [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/ |
| D | CMakeLists.txt | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 "build/Android/include/llvm/Config/abi-breaking.h" 17 "build/Android/include/llvm/Config/config.h" 18 "build/Android/include/llvm/Config/llvm-config.h" 19 "build/Android/include/llvm/Support/DataTypes.h" 20 "build/Fuchsia/include/llvm/Config/abi-breaking.h" 21 "build/Fuchsia/include/llvm/Config/config.h" 22 "build/Fuchsia/include/llvm/Config/llvm-config.h" 23 "build/Fuchsia/include/llvm/Support/DataTypes.h" 24 "build/Linux/include/llvm/Config/abi-breaking.h" [all …]
|
| /third_party/spirv-tools/kokoro/scripts/linux/ |
| D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Linux Build Script. 19 set -e 21 set -x 26 git config --global --add safe.directory $ROOT_DIR 31 using clang-10.0.0 33 using gcc-9 40 if [[ -d "$dir" ]]; then 41 rm -fr "$dir" 46 if [ $TOOL != "cmake-smoketest" ]; then [all …]
|
| /third_party/skia/buildtools/third_party/libunwind/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("${skia_root_dir}/build/config/c++/c++.gni") 7 config("libunwind_config") { 9 "-fstrict-aliasing", 10 "-fPIC", 12 # ValueAsBitPattern in Unwind-EHABI.cpp is only used on Debug builds. 13 "-Wno-unused-function", 17 "-funwind-tables", 22 # compiling the C code with -fexceptions ensures that accurate 24 cflags_c = [ "-fexceptions" ] [all …]
|
| /third_party/skia/third_party/externals/icu/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("${skia_root_dir}/build/config/host_byteorder.gni") 6 import("${skia_third_party_dir}/icu/config.gni") 10 import("${skia_root_dir}/build/config/android/rules.gni") 14 import("${skia_root_dir}/build/config/sanitizers/sanitizers.gni") 29 # Shared config used by ICU and all dependents. 30 config("icu_config") { 37 # NaCl-related builds also fail looking for dlfcn.h when it's enabled. 65 # Config used only by ICU code. 66 config("icu_code") { [all …]
|
| /third_party/gn/src/gn/ |
| D | loader_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 26 const auto& build_dependency_files = item->build_dependency_files(); in ItemContainsBuildDependencyFile() 97 g_scheduler->input_file_manager()->set_load_file_callback(GetSyncCallback()); in MockInputFileManager() 101 g_scheduler->input_file_manager()->set_load_file_callback(nullptr); in ~MockInputFileManager() 117 file->SetContents(found->second->input_file->contents()); in GetSyncCallback() 126 canned->input_file = std::make_unique<InputFile>(source_file); in AddCannedResponse() 127 canned->input_file->SetContents(source); in AddCannedResponse() 131 canned->tokens = Tokenizer::Tokenize(canned->input_file.get(), &err); in AddCannedResponse() 135 canned->root = Parser::Parse(canned->tokens, &err); in AddCannedResponse() 162 cur.second(found->second->root.get()); in IssueAllPending() [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/ |
| D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Linux Build Script. 19 set -e 21 set -x 26 using clang-10.0.0 28 using gcc-9 36 if [[ ! -d "$dir" ]]; then 43 if [[ -d "$dir" ]]; then 44 rm -fr "$dir" 49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1 [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
| D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Linux Build Script. 19 set -e 21 set -x 26 using clang-10.0.0 28 using gcc-9 36 if [[ ! -d "$dir" ]]; then 43 if [[ -d "$dir" ]]; then 44 rm -fr "$dir" 49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1 [all …]
|
| /third_party/skia/buildtools/third_party/libc++abi/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("${skia_root_dir}/build/config/c++/c++.gni") 9 visibility = [ "${skia_root_dir}/build/config:executable_deps" ] 16 # Build and link against libunwind manually to get this functionality. 29 # This file is supposed to be used in fno-exception builds of 30 # libc++abi. We build lib++/libc++abi with exceptions enabled. 65 configs -= [ 66 "${skia_root_dir}/build/config/compiler:chromium_code", 67 "${skia_root_dir}/build/config/compiler:no_exceptions", 68 "${skia_root_dir}/build/config/compiler:no_rtti", [all …]
|
| /third_party/ninja/.github/workflows/ |
| D | linux.yml | 10 build: 11 runs-on: [ubuntu-latest] 15 - uses: actions/checkout@v2 16 - uses: codespell-project/actions-codespell@master 19 - name: Install dependencies 21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh 22 chmod +x cmake-3.16.4-Linux-x86_64.sh 23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local 24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… 25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… [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 #------------------------------------------------------------------------- 28 from . config import * 30 def initBuildDir (config, generator): argument 33 # Build base configuration args 34 cfgArgs += config.getArgs() 37 cfgArgs += generator.getGenerateArgs(config.getBuildType()) [all …]
|
| /third_party/vk-gl-cts/scripts/ctsbuild/ |
| D | build.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 28 from . config import * 30 def initBuildDir (config, generator): argument 33 # Build base configuration args 34 cfgArgs += config.getArgs() 37 cfgArgs += generator.getGenerateArgs(config.getBuildType()) [all …]
|
| /third_party/icu/tools/multi/proj/provider/ |
| D | Makefile | 6 # Copyright (C) 2010-2012 IBM Corporation and Others, All Rights Reserved. 17 PLUG_EXTRA_LDFLAGS=-fPIC 18 PBLD_EXTRA_FLAGS=-fPIC 19 GLUE_EXTRA_CFLAGS= -fPIC 24 PLUG_EXTRA_LDFLAGS=-exported_symbols_list $(GLUE_EXPORT) -dynamiclib -dynamic 30 #PLUG_EXTRA_LDFLAGS=-exported_symbols_list $(GLUE_EXPORT) -dynamiclib -dynamic 51 PLUGLIB_ICU_CONFIG=$(PLUGLIB_INST)/bin/icu-config 52 #PLUGLIB_SO=$(shell $(PLUGLIB_ICU_CONFIG) --so 2>/dev/null ) 54 #PLUGLIB_MAJ=$(echo $(PLUGLIB) | cut -d_ -f-1 | tr -d _ ) 57 PLUGLIB_AVAILABLE_DATA=$(PLUGLIB_AVAILABLE:%=$(BUILD)/%/data/out/tmp/*.o) [all …]
|
| /third_party/skia/third_party/externals/zlib/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("${skia_root_dir}/build/config/compiler/compiler.gni") 12 import("${skia_root_dir}/build/config/arm.gni") 15 config("zlib_config") { 19 config("zlib_internal_config") { 23 # Build code using -O3, see: crbug.com/1084371. 24 configs = [ "${skia_root_dir}/build/config/compiler:optimize_speed" ] 59 config("zlib_adler32_simd_config") { 84 cflags = [ "-mssse3" ] 103 config("zlib_arm_crc32_config") { [all …]
|
| /third_party/vk-gl-cts/scripts/android/ |
| D | build_apk.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 23 # \todo [2017-04-10 pyry] 24 # * Use smarter asset copy in main build 25 # * cmake -E copy_directory doesn't copy timestamps which will cause 26 # assets to be always re-packaged 43 from ctsbuild.config import * [all …]
|
| /third_party/mesa3d/docs/ |
| D | meson.rst | 5 --------------- 10 **Mesa's Meson build system is generally considered stable and ready for 15 Mesa requires Meson >= 0.53.0 to build. 19 <https://mesonbuild.com/Getting-meson.html>`__ to install the 22 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin, 25 Unix-like OSes 31 .. code-block:: console 33 sudo apt-get install meson # Ubuntu 37 .. code-block:: console 44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not [all …]
|
| /third_party/skia/third_party/externals/tint/fuzzers/ |
| D | transform_builder.h | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 /// Fuzzer utility class to build inputs for transforms and setup the transform 33 /// @param seed - seed value passed to engine 37 /// @param data - data fuzzer to calculate seed from 38 /// @param size - size of data buffer 50 /// @tparam T - A class that inherits from transform::Transform and has an 80 /// @tparam T - A fuzzer transform 88 /// @param tb - TransformBuilder to add transform to 90 tb->manager()->Add<transform::Robustness>(); 98 /// @param tb - TransformBuilder to add transform to [all …]
|