/aosp_15_r20/external/intel-media-driver/.github/workflows/ |
H A D | ubuntu.yml | 6 _CFLAGS: -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong 8 permissions: read-all 12 runs-on: ubuntu-20.04 14 CC: /usr/bin/clang-14 15 CXX: /usr/bin/clang++-14 16 ASM: /usr/bin/clang-14 18 - name: checkout media-driver 22 - name: checkout libva 27 - name: checkout gmmlib 32 - name: install toolchain [all …]
|
/aosp_15_r20/external/lz4/.github/workflows/ |
H A D | ci.yml | 6 # - gcc 7 # - clang 10 # - All test cases which described as 'fail' must be fixed and replaced with 'true'. 11 # - gcc-11 (x32, x86) : "../lib/lz4hc.c:148: LZ4HC_countBack: Assertion `(size_t)(match - mMin) <… 12 # - all clangs (x32, x86) : "../lib/lz4hc.c:282: int LZ4HC_InsertAndGetWiderMatch(...): Assertion… 20 cancel-in-progress: true 21 group: ${{ github.workflow }}-${{ github.head_ref }} 24 lz4-c-compilers: 27 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed. 32 …# pkgs : apt-get package names. It can include multiple package names which are delimit… [all …]
|
/aosp_15_r20/external/liburing/.github/workflows/ |
H A D | build.yml | 10 runs-on: ubuntu-latest 13 fail-fast: false 16 # x86-64 gcc 17 - arch: x86_64 18 cc_pkg: gcc-x86-64-linux-gnu 19 cxx_pkg: g++-x86-64-linux-gnu 20 cc: x86_64-linux-gnu-gcc 21 cxx: x86_64-linux-gnu-g++ 23 # x86-64 clang 24 - arch: x86_64 [all …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/.github/workflows/ |
H A D | continuous_integration.yml | 7 - main 9 permissions: read-all 12 linux: 13 runs-on: ubuntu-22.04 15 fail-fast: false 17 compiler: [{cc: clang, cxx: clang++}, {cc: gcc, cxx: g++}] 20 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 21 - uses: lukka/get-cmake@71b7adfe2603f48bb9ed50d2b01a72499ae94885 # v3.31.0 22 - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 24 python-version: '3.7' [all …]
|
H A D | continuous_deployment.yml | 3 # Github github-script action: https://github.com/actions/github-script 5 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18 6 # Octokit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/… 8 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment. 17 - main 18 paths-ignore: 19 - 'README.md' 20 - 'README-spirv-remap.txt' 21 - 'LICENSE.txt' 22 - 'CODE_OF_CONDUCT.md' [all …]
|
/aosp_15_r20/external/libcxx/docs/ |
H A D | BuildingLibcxx.rst | 15 On Mac OS 10.7 (Lion) and later, the easiest way to get this library is to install 16 Xcode 4.2 or later. However if you want to install tip-of-trunk from here 23 * ``cd where-you-want-llvm-to-live`` 24 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm`` 28 * ``cd where-you-want-llvm-to-live`` 30 * ``svn co http://llvm.org/svn/llvm-project/libcxx/trunk libcxx`` 34 * ``cd where-you-want-llvm-to-live`` 36 * ``svn co http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi`` 47 * ``cmake -G <generator> [options] <path to llvm sources>`` 51 * ``make cxx`` --- will build libc++ and libc++abi. [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/docs/ |
H A D | BuildingLibcxx.rst | 16 libc++ :ref:`here <using-libcxx>`. 21 non-functional. Use the CMake option ``CMAKE_INSTALL_PREFIX`` to select a safe 22 place to install libc++. 34 .. code-block:: bash 36 $ git clone https://github.com/llvm/llvm-project.git 37 $ cd llvm-project 39 …$ cmake -G Ninja -S runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" # Config… 40 $ ninja -C build cxx cxxabi unwind # Build 41 $ ninja -C build check-cxx check-cxxabi check-unwind # Test 42 …$ ninja -C build install-cxx install-cxxabi install-unwind # Install [all …]
|
/aosp_15_r20/external/deqp-deps/glslang/.github/workflows/ |
D | continuous_integration.yml | 7 - main 9 permissions: read-all 12 linux: 13 runs-on: ubuntu-22.04 15 fail-fast: false 17 compiler: [{cc: clang, cxx: clang++}, {cc: gcc, cxx: g++}] 20 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 21 - uses: lukka/get-cmake@139aae96315b496d9af1b5e9abe53b15ca7eece8 # v3.28.3 22 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 24 python-version: '3.7' [all …]
|
D | continuous_deployment.yml | 3 # Github github-script action: https://github.com/actions/github-script 5 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18 6 # Octokit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/… 8 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment. 17 - main 18 paths-ignore: 19 - 'README.md' 20 - 'README-spirv-remap.txt' 21 - 'LICENSE.txt' 22 - 'CODE_OF_CONDUCT.md' [all …]
|
/aosp_15_r20/external/openthread/.github/workflows/ |
H A D | build.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 49 runs-on: ubuntu-22.04 51 - name: Harden Runner 52 uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 56 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 20 fail-fast: false 23 - name: "B2_TOOLSET=gcc-4.8 B2_CXXSTD=03,11 Job 0" 25 packages: "g++-4.8" 27 os: "ubuntu-16.04" [all …]
|
/aosp_15_r20/external/google-breakpad/ |
H A D | Makefile.in | 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc. 51 if test -z '$(MAKELEVEL)'; then \ 53 elif test -n '$(MAKE_HOST)'; then \ 55 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 62 case $${target_option-} in \ 65 "target option '$${target_option-}' specified" >&2; \ 88 *=*|--*) continue;; \ 89 -*I) strip_trailopt 'I'; skip_next=yes;; \ 90 -*I?*) strip_trailopt 'I';; \ 91 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/predef/ |
D | azure-pipelines.yml | 5 # Copyright Rene Rivera 2019-2020. 10 - develop 11 - master 12 - feature/* 16 - develop 29 - stage: Test 32 - job: 'Linux' 35 …GCC 10 (GNU): { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc, B2_ARGS: 'c… 36 …GCC 10 (ISO): { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc, B2_ARGS: 'c… 37 GCC 10: { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc } [all …]
|
/aosp_15_r20/external/zstd/ |
H A D | Makefile | 5 # This source code is licensed under both the BSD-style license (found in the 8 # You may select, at your option, one of the above-listed licenses. 24 # When cross-compiling from linux to windows, you might 28 # Note: mingw-w64 build from linux to windows does not 40 ## default: Build lib-release and zstd-release 42 default: lib-release zstd-release 53 $(Q)$(MAKE) -C $(PRGDIR) all 54 $(Q)$(MAKE) -C $(TESTDIR) all 58 $(MAKE) -C $(PRGDIR) zstd32 59 $(MAKE) -C $(TESTDIR) all32 [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ci/ |
H A D | buildkite-pipeline-clang.yml | 1 #===----------------------------------------------------------------------===## 5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 #===----------------------------------------------------------------------===## 10 # This file describes the various pre-commit CI bots used to test Clang against 13 # compiling libc++ and running its test suite against the just-built Clang, 20 - label: "Format" 22 - "! grep -rnI '[[:blank:]]$' clang/lib clang/include clang/docs || false" 25 queue: "libcxx-builders" 26 os: "linux" 29 - exit_status: -1 # Agent was lost [all …]
|
/aosp_15_r20/external/liburing/ |
H A D | configure | 3 set -e 5 cc=${CC:-gcc} 6 cxx=${CXX:-g++} 11 --help|-h) show_help=yes 13 --prefix=*) prefix="$optarg" 15 --includedir=*) includedir="$optarg" 17 --libdir=*) libdir="$optarg" 19 --libdevdir=*) libdevdir="$optarg" 21 --mandir=*) mandir="$optarg" 23 --datadir=*) datadir="$optarg" [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 20 fail-fast: false 23 - name: "STD=14 JOB=test/x3 Job 0" 25 packages: "clang-10 libc++-10-dev libc++abi-10-dev jq ccache" 27 os: "ubuntu-18.04" [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 17 fail-fast: false 20 - name: "TOOLSET=gcc COMPILER=g++ CXXSTD=03,11 Job 0" 24 os: "ubuntu-16.04" 25 cxx: "g++" [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 20 fail-fast: false 23 - name: "B2_TOOLSET=gcc-4.8 B2_CXXSTD=03,11 BOOST_DATE Job 0" 25 packages: "g++-4.8" 27 os: "ubuntu-16.04" [all …]
|
/aosp_15_r20/external/fmtlib/.github/workflows/ |
H A D | linux.yml | 1 name: linux 10 runs-on: ubuntu-20.04 13 cxx: [g++-4.9, g++-10, clang++-9] 18 - cxx: g++-4.9 19 install: sudo apt install g++-4.9 20 - cxx: g++-8 23 install: sudo apt install g++-8 24 - cxx: g++-8 27 install: sudo apt install g++-8 28 - cxx: g++-9 [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 17 fail-fast: false 20 - name: "TOOLSET=gcc-4.4 CXXSTD=98,0x Job 0" 22 packages: "g++-4.4 ccache" 24 os: "ubuntu-16.04" [all …]
|
/aosp_15_r20/external/python/cpython2/ |
D | README | 11 Copyright (c) 1995-2001 Corporation for National Research Initiatives. 14 Copyright (c) 1991-1995 Stichting Mathematisch Centrum. 19 ------------------- 35 --------------------------- 41 ------------------------------ 43 Congratulations on getting this far. :-) 47 executable "./python"; to install in /usr/local, first do "su root" 48 and then "make install". 54 ---------------------- 56 Python is an interpreted, interactive object-oriented programming [all …]
|
/aosp_15_r20/external/armnn/ |
H A D | BuildGuideAndroidNDK.md | 3 - [Introduction](#introduction) 4 - [Initial Setup](#initial-setup) 5 - [Download the Android NDK and make a standalone toolchain](#download-the-android-ndk-and-make-a-s… 6 - [Install Cmake](#install-cmake) 7 - [Build Flatbuffers](#build-flatbuffers) 8 - [Download Arm NN](#download-arm-nn) 9 - [Get And Build TFLite](#get-and-build-tflite) 10 - [Build Arm Compute Library](#build-arm-compute-library) 11 - [Build Arm NN](#build-arm-nn) 12 - [Build Standalone Sample Dynamic Backend](#build-standalone-sample-dynamic-backend) [all …]
|
/aosp_15_r20/external/grpc-grpc/templates/ |
H A D | Makefile.template | 2 --- | 16 # http://www.apache.org/licenses/LICENSE-2.0 137 for dep in set(grpc_lib.transitive_deps) - set(sys_libs): 157 HOST_SYSTEM = $(shell uname | cut -f 1 -d_) 208 % for tool, default in [('CC', 'CC'), ('CXX', 'CXX'), ('LD', 'CC'), ('LDXX', 'CXX')]: 231 # but some variables, such as CC, CXX, LD or AR, have defaults. 234 # https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html 235 # https://www.gnu.org/software/make/manual/html_node/Flavors.html#index-_003f_003d 236 # https://www.gnu.org/software/make/manual/html_node/Origin-Function.html 240 ifeq ($(origin CXX), default) [all …]
|
/aosp_15_r20/external/expat/.github/workflows/ |
H A D | linux.yml | 8 # Copyright (c) 2021-2024 Sebastian Pipping <[email protected]> 11 # Copyright (c) 2024 Dag-Erling Smørgrav <[email protected]> 33 name: Run Linux CI tasks 39 - cron: '0 2 * * 5' # Every Friday at 2am 51 - MODE: cmake-oos 52 - MODE: distcheck 53 - MODE: qa-sh 54 FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address 55 - MODE: cmake-oos 56 …-DEXPAT_ATTR_INFO=ON -DEXPAT_BUILD_FUZZERS=ON -DCMAKE_C_FLAGS=-fsanitize=address -DCMAKE_CXX_FLAGS… [all …]
|