| /external/curl/.github/workflows/ |
| D | distcheck.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 14 - master 17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} 18 cancel-in-progress: true 23 maketgz-and-verify-in-tree: 24 runs-on: ubuntu-latest 25 timeout-minutes: 30 27 - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 [all …]
|
| D | wolfssl.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.azure-pipelines.yml' 16 - '.circleci/**' 17 - '.cirrus.yml' 18 - 'appveyor.*' [all …]
|
| /external/mesa3d/.gitlab-ci/meson/ |
| D | build.sh | 5 section_switch meson-cross-file "meson: cross file generate" 7 set -e 8 set -o xtrace 10 CROSS_FILE=/cross_file-"$CROSS".txt 12 export PATH=$PATH:$PWD/.gitlab-ci/build 17 "c = 'compiler-wrapper-${CC:-gcc}.sh'" \ 18 "cpp = 'compiler-wrapper-${CXX:-g++}.sh'" 20 # We need to control the version of llvm-config we're using, so we'll 22 if test -n "$LLVM_VERSION"; then 23 LLVM_CONFIG="llvm-config-${LLVM_VERSION}" [all …]
|
| /external/cronet/third_party/brotli/ |
| D | README.md | 5 Brotli is a generic-purpose lossless compression algorithm that compresses data 8 currently available general-purpose compression methods. It is similar in speed 13 Brotli is open-sourced under the MIT License, see the LICENSE file. 18 [](https://travis-ci… 19 …ppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/google/brotli?branch=mast… 23 #### Autotools-style CMake 25 [configure-cmake](https://github.com/nemequ/configure-cmake) is an 26 autotools-style configure script for CMake-based projects (not supported on Windows). 31 $ ../configure-cmake 36 …ies are built. To generate "release" `Makefile` specify `--disable-debug` option to `configure-cma… [all …]
|
| /external/mesa3d/.gitlab-ci/container/debian/ |
| D | android_build.sh | 5 # .gitlab-ci/image-tags.yml tags: 8 set -ex 16 apt-get install -y --no-remove "${EPHEMERAL[@]}" 20 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \ 21 -o $ndk.zip https://dl.google.com/android/repository/$ndk-linux.zip 22 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*" 26 rdfind -makehardlinks true -makeresultsfile false /${ndk}/ 28 find /${ndk}/ -type f \( -iname '*clang-check*' -o -iname '*clang-tidy*' -o -iname '*lldb*' \) -exe… 30 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" $ANDROID_SDK_VERSION 32 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 $ANDR… [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | README.md | 1 c-ares 4 [](https://cirrus-ci.com/github/… 5 … Status](https://ci.appveyor.com/api/projects/status/aevgc5914tm72pvs/branch/master?svg=true)](htt… 6 …e Status](https://coveralls.io/repos/github/c-ares/c-ares/badge.svg)](https://coveralls.io/github/… 8 …ps://oss-fuzz-build-logs.storage.googleapis.com/badges/c-ares.svg)](https://bugs.chromium.org/p/os… 9 [](https://coderelease.io/github/repository/… 11 This is c-ares, an asynchronous resolver library. It is intended for 17 The full source code is available in the ['c-ares' release archives](https://c-ares.org/download/), 18 and in a git repository: https://github.com/c-ares/c-ares. See the 22 regard to c-ares (or by all means the original ares too), get in touch with us [all …]
|
| /external/libpng/ |
| D | .appveyor.yml | 1 version: 1.6.x-{build} 5 - /libpng[0-1][0-7]/ 6 - /v[0-1][.][0-7][.][0-9]+/ 9 - Visual Studio 2022 15 - TOOLCHAIN: vstudio 18 - TOOLCHAIN: vstudio 21 - TOOLCHAIN: vstudio 24 - TOOLCHAIN: llvm 27 - TOOLCHAIN: msys2 30 - TOOLCHAIN: msys2 [all …]
|
| /external/tcpdump/ |
| D | build_matrix.sh | 1 #!/bin/sh -e 17 # warnings in a particular environment (CI or a local working copy). Set it 19 # not cmake warning-free because of the version or whatever other factor 20 # that the scripts can detect both in and out of CI. 23 # warnings in a particular environment (CI or a local working copy). Set it 25 # not warning-free because of the OS, the compiler or whatever other factor 26 # that the scripts can detect both in and out of CI. 35 if [ -z "$PREFIX" ]; then 53 …echo_magenta "===== SETUP $COUNT: BUILD_LIBPCAP=$BUILD_LIBPCAP REMOTE=${REMOTE:-?} CC=$CC CMAKE=$C… 59 run_after_echo rm -rf build [all …]
|
| /external/curl/.circleci/ |
| D | config.yml | 21 # SPDX-License-Identifier: curl 28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment 30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference 34 configure: 36 - run: 38 autoreconf -fi 39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; } 41 configure-openssl-no-verbose: 43 - run: 45 autoreconf -fi [all …]
|
| /external/tpm2-tss/.ci/ |
| D | docker.run | 2 # SPDX-License-Identifier: BSD-3-Clause 4 set -e 6 source $TRAVIS_BUILD_DIR/.ci/docker-prelude.sh 10 if [ -d build ]; then 11 rm -rf build 14 if [ -d ./build-no-tests ]; then 15 rm -rf build-no-tests 24 if [ -z "$WITH_CRYPTO" ]; then 30 export CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS --disable-fapi" 37 …./configure --with-fuzzing=libfuzzer --enable-tcti-fuzzing --disable-tcti-device --disable-tcti-ms… [all …]
|
| /external/brotli/ |
| D | README.md | 7 Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding A… 11 Brotli is a generic-purpose lossless compression algorithm that compresses data 14 currently available general-purpose compression methods. It is similar in speed 19 Brotli is open-sourced under the MIT License, see the LICENSE file. 24 [](https://travis-ci… 25 …ppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/google/brotli?branch=mast… 26 [](https://o… 36 ./bootstrap-vcpkg.sh 42 #### Autotools-style CMake 44 [configure-cmake](https://github.com/nemequ/configure-cmake) is an [all …]
|
| /external/rust/crates/criterion/src/plot/gnuplot_backend/ |
| D | distributions.rs | 23 ) -> Child { in abs_distribution() 24 let ci = &estimate.confidence_interval; in abs_distribution() localVariable 25 let typical = ci.upper_bound; in abs_distribution() 26 let mut ci_values = [ci.lower_bound, ci.upper_bound, estimate.point_estimate]; in abs_distribution() 30 let start = lb - (ub - lb) / 9.; in abs_distribution() 31 let end = ub + (ub - lb) / 9.; in abs_distribution() 41 .unwrap_or(kde_xs.len() - 1) in abs_distribution() 43 let slope = (ys[n_point] - ys[n_point - 1]) / (kde_xs[n_point] - kde_xs[n_point - 1]); in abs_distribution() 44 let y_point = ys[n_point - 1] + (slope * (point - kde_xs[n_point - 1])); in abs_distribution() 61 let len = end - start; in abs_distribution() [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | configure.yml | 1 name: CI Configure 4 ci-configure: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu GCC 12 os: ubuntu-latest 14 configure-args: --warn 16 - name: Ubuntu 18.04 GCC 17 os: ubuntu-18.04 19 configure-args: --warn [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/ |
| D | README.md | 10 (CI) scripts on tensorflow devel images. The other option is to install 14 ### Run TensorFlow CI Scripts using Docker 25 ### Run TensorFlow CI Scripts Natively on your Machine 28 but stop when you get to the section "Configure the installation". You do not 29 need to configure the installation to run the CI scripts. 37 tests on either [Jenkins](https://jenkins-ci.org/) or a CI system 44 ### View CI Results 50 CI system. 55 Results from the internal CI system are displayed in the Build Status UI. In 78 ### Third party TensorFlow CI [all …]
|
| /external/rust/crates/tikv-jemalloc-sys/ |
| D | README.md | 1 # jemalloc-sys - Rust bindings to the `jemalloc` C library 3 [![Travis-CI Status]][travis] [![Latest Version]][crates.io] [![docs]][docs.rs] 6 > [`tikv-jemallocator`](https://crates.io/crates/tikv-jemallocator) crate. 27 [`tikv-jemallocator`](https://crates.io/crates/tikv-jemallocator) crate. 31 Most features correspond to `jemalloc` features - the reference is 38 * `profiling` (configure `jemalloc` with `--enable-prof`): Enable heap profiling 41 backtracing, and the configure script chooses the first one in the following 44 * `libunwind` (requires --enable-prof-libunwind) 45 * `libgcc` (unless --disable-prof-libgcc) 46 * `gcc intrinsics` (unless --disable-prof-gcc) [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | README.md | 1 ## zlib-ng 5 aka Dead2 (zlib-ng àt circlestorm dót org) 7 |CI|Status| 8 |:-|-| 9 …-ng/zlib-ng/workflows/CI%20CMake/badge.svg)](https://github.com/zlib-ng/zlib-ng/actions) [| 11 …w.codefactor.io/repository/github/zlib-ng/zlib-ng/badge)](https://www.codefactor.io/repository/git… 12 …-Fuzz|[](h… 13 …v.io](https://codecov.io/github/zlib-ng/zlib-ng/coverage.svg?branch=develop)](https://codecov.io/g… 17 -------- [all …]
|
| /external/libpng/ci/ |
| D | ci_shellify.sh | 2 set -o errexit -o pipefail -o posix 4 # Copyright (c) 2019-2024 Cosmin Truta. 9 # SPDX-License-Identifier: MIT 11 # shellcheck source=ci/lib/ci.lib.sh 12 source "$(dirname "$0")/lib/ci.lib.sh" 18 # Select only the easy-to-parse definitions of PNG_LIBPNG_*. 19 sed -n -e '/^\# *define * PNG_LIBPNG_[^ ]* * ["0-9A-Za-z_]/ p' | 20 sed -e 's/^\# *define * PNG\([^ ]*\) * \([^ ]*\)/PNG\1=\2/' \ 21 -e 's/=PNG\([0-9A-Za-z_]*\)/=\${PNG\1}/' \ 22 -e 's/^\([^ ]*=[^ ]*\).*$/export \1;/' [all …]
|
| /external/curl/scripts/ |
| D | ciconfig.pl | 22 # SPDX-License-Identifier: curl 27 # check for and use this feature without the configure flag 29 # --enable- 32 'fast-install' => 1, 33 'silent-rules' => 1, 52 'libcurl-option' => 1, 55 'openssl-auto-load-config' => 1, 56 'versioned-symbols' => 1, 57 'symbol-hiding' => 1, 58 'threaded-resolver' => 1, [all …]
|
| /external/python/cpython3/Tools/scripts/ |
| D | patchcheck.py | 49 cmd = "git rev-parse --abbrev-ref HEAD".split() 54 encoding='UTF-8') 64 cmd = "git remote get-url upstream".split() 69 encoding='UTF-8') 87 encoding='UTF-8', 126 cmd = 'git diff --name-status ' + base_branch 128 cmd = 'git status --porcelain' 142 if ' -> ' in filename: 144 filename = filename.split(' -> ', 2)[1].strip() 234 @status("configure regenerated", modal=True, info=str) [all …]
|
| /external/expat/expat/ |
| D | Changes | 14 !! - <blink>fixing a complex non-public security issue</blink>, !! 15 !! - teaming up on researching and fixing future security reports and !! 16 !! ClusterFuzz findings with few-days-max response times in communication !! 19 !! - implementing and auto-testing XML 1.0r5 support !! 21 !! - smart ideas on fixing the Autotools CMake files generation issue !! 22 !! without breaking CI (needs discussion before pull requests), !! 23 !! - the Windows binaries topic (needs requirements engineering first), !! 24 !! - pushing migration from `int` to `size_t` further !! 25 !! including edge-cases test coverage (needs discussion before anything). !! 27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !! [all …]
|
| /external/oss-fuzz/projects/ffmpeg/ |
| D | build.sh | 1 #!/bin/bash -eux 8 # http://www.apache.org/licenses/LICENSE-2.0 18 # Disable UBSan vptr since several targets built with -fno-rtti. 19 export CFLAGS="$CFLAGS -fno-sanitize=vptr" 20 export CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr" 24 mkdir -p $FFMPEG_DEPS_PATH 30 bzip2 -f -d alsa-lib-* 31 tar xf alsa-lib-* 32 rm alsa-lib-*.tar 33 cd alsa-lib-* [all …]
|
| /external/libogg/ |
| D | README.md | 3 [](https://travis-ci.org/xi… 5 … -> str 28 cmake_quote_path(value) -> str 43 mk_quote_string_for_target(target_name) -> str 54 make_install_dir(path) -> None 103 """validate_components() -> None 105 Validate that the project components are well-defined. Among other 107 - Components have valid references. 108 - Components references do not form cycles. 117 for ci in self.component_infos: 118 existing = self.component_info_map.get(ci.name) [all …]
|
| /external/google-breakpad/ |
| D | README.md | 4 crash-reporting system. 8 * [Bugs](https://bugs.chromium.org/p/google-breakpad/) 9 * Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://groups.google.com/d/foru… 10 * Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.google.com/d/forum/googl… 11 …CI](https://github.com/google/breakpad/actions/workflows/build-test-ci.yml/badge.svg)](https://git… 12 …s://scan.coverity.com/projects/9215/badge.svg)](https://scan.coverity.com/projects/google-breakpad) 16 1. First, [download depot_tools](http://dev.chromium.org/developers/how-tos/install-depot-tools) 36 ./configure && make 39 You can also cd to another directory and run configure from there to build 46 `src/tools/linux/md2core/minidump-2-core`, etc). [all …]
|
| /external/aws-crt-java/.github/workflows/ |
| D | ci.yml | 1 name: CI 5 branches-ignore: 6 - 'main' 7 - 'docs' 13 PACKAGE_NAME: aws-crt-java 14 LINUX_BASE_IMAGE: ubuntu-18-x64 15 RUN: ${{ github.run_id }}-${{ github.run_number }} 19 AWS_REGION: us-east-1 20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region 23 linux-compat: [all …]
|