Home
last modified time | relevance | path

Searched +full:default +full:- +full:build +full:- +full:release (Results 1 – 25 of 1037) sorted by relevance

12345678910>>...42

/third_party/grpc/tools/interop_matrix/
Dcreate_matrix_images.py8 # http://www.apache.org/licenses/LICENSE-2.0
15 """Build and upload docker images to Google Container Registry per matrix."""
40 # All gRPC release tags, flattened, deduped and sorted.
44 release
46 for release in list(release_dict.keys())
51 # Destination directory inside docker image to keep extra info from build time.
56 "--docker_path",
57 default="us-docker.pkg.dev/grpc-testing/testing-images-public",
62 "--release",
63 default="master",
[all …]
/third_party/skia/m133/third_party/externals/libpng/projects/vstudio/
DREADME.txt5 Copyright (c) 2010,2013,2015 Glenn Randers-Pehrson
17 --------------------
19 build with this 'solution'. Please read and edit zlib.props first.
20 You will probably not be familiar with the contents of zlib.props -
23 This is all you need to do to build the 'release' and 'release library'
27 ---------
28 The release configurations default to /Ox optimization. Full debugging
34 ------------------------
35 Normally you should link against the 'release' configuration. This
36 builds a DLL for libpng with the default runtime options used by Visual
[all …]
/third_party/skia/third_party/externals/libpng/projects/vstudio/
DREADME.txt5 Copyright (c) 2010,2013,2015 Glenn Randers-Pehrson
17 --------------------
19 build with this 'solution'. Please read and edit zlib.props first.
20 You will probably not be familiar with the contents of zlib.props -
23 This is all you need to do to build the 'release' and 'release library'
27 ---------
28 The release configurations default to /Ox optimization. Full debugging
34 ------------------------
35 Normally you should link against the 'release' configuration. This
36 builds a DLL for libpng with the default runtime options used by Visual
[all …]
/third_party/skia/m133/third_party/externals/libyuv/docs/
Ddeprecated_builds.md3 Older documentation on build configs which are no longer supported.
5 ## Pre-requisites
7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools
60 ./build/android/play_services/update.py download
65 The sync will generate native build files for your environment using gyp (Windows: Visual Studio, O…
77 call python gyp_libyuv -fninja -G msvs_version=2013
78 ninja -j7 -C out\Release
79 ninja -j7 -C out\Debug
82 call python gyp_libyuv -fninja -G msvs_version=2013
83 ninja -C out\Debug_x64
[all …]
/third_party/skia/m133/infra/bots/
Djobs.json3 "name": "BazelBuild-modules_canvaskit-ck_full_webgl2_debug-linux_x64",
7 "name": "BazelBuild-full_library-enforce_iwyu-linux_x64",
11 "name": "BazelBuild-skottie_tool_gpu-enforce_iwyu-linux_x64",
15 "name": "BazelBuild-full_library-release-linux_x64",
18 {"name": "BazelBuild-core-release-linux_x64"},
19 {"name": "BazelBuild-full_library-for_windows_x64_release-windows_x64"},
20 {"name": "BazelBuild-ganesh_gl-release-linux_x64"},
21 {"name": "BazelBuild-all_tests-debug-linux_x64"},
23 "name": "BazelBuild-all_tests-release-linux_x64",
26 {"name": "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64"},
[all …]
/third_party/rust/crates/minimal-lexical/ci/
Dtest.sh3 set -ex
10 cargo --version
12 # Force default tests to disable default feature on NO_STD.
13 if [ ! -z $NO_STD ]; then
14 DEFAULT_FEATURES="--no-default-features"
15 DOCTESTS="--tests"
26 if [ ! -z $NO_FEATURES ]; then
32 check_features="$DEFAULT_FEATURES --features=$features"
33 cargo check --tests $check_features
37 # Build target.
[all …]
/third_party/rust/rust/compiler/rustc_codegen_cranelift/.github/workflows/
Dmain.yml4 - push
5 - pull_request
9 runs-on: ubuntu-latest
10 timeout-minutes: 10
13 - uses: actions/checkout@v3
15 - name: Install rustfmt
19 - name: Rustfmt
21 cargo fmt --check
22 rustfmt --check build_system/main.rs
23 rustfmt --check example/*
[all …]
/third_party/zlib/contrib/dotzlib/
Dreadme.txt8 --------------------
10 LICENSE_1_0.txt - License file.
11 readme.txt - This file.
12 DotZLib.chm - Class library documentation
13 DotZLib.build - NAnt build file
14 DotZLib.sln - Microsoft Visual Studio 2003 solution file
16 DotZLib\*.cs - Source files for the class library
19 -----------
21 To include unit tests in the build, define nunit before building.
24 Build instructions:
[all …]
/third_party/astc-encoder/Docs/
DBuilding.md6 Builds must use CMake 3.15 or higher as the build system generator. The
7 examples on this page show how to use it to generate build systems for NMake
8 (Windows) and Make (Linux and macOS), but CMake supports other build system
15 ### Configuring the build
17 To use CMake you must first configure the build. Create a build directory in
19 to generate the build system.
22 # Create a build directory
23 mkdir build
24 cd build
26 # Configure your build of choice, for example:
[all …]
/third_party/rust/crates/clap/.github/workflows/
Dci.yml7 - cron: '3 3 3 * *'
17 runs-on: ubuntu-latest
19 - name: Done
25 build: [linux, windows, mac, minimal, default, next]
27 - build: linux
28 os: ubuntu-latest
31 - build: windows
32 os: windows-latest
35 - build: mac
36 os: macos-latest
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DDevSetup.md3 ANGLE provides OpenGL ES 3.1 and EGL 1.5 libraries and tests. You can use these to build and run Op…
8 … control. Helpful documentation can be found at [http://git-scm.com/documentation](http://git-scm.…
13 …* [depot_tools](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/h…
14 …* Required to download dependencies (with gclient), generate build files (with GN), and compile AN…
16 * For Googlers, run `download_from_google_storage --config` to login to Google Storage.
22 …ws 10 SDK, latest version](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk).
24 …* Required for GN-generated Visual Studio projects, the Debug runtime for D3D11, and the D3D Compi…
25 …* (optional) See the [Chromium Windows build instructions](https://chromium.googlesource.com/chrom…
29 * Dependencies will be handled later (see `install-build-deps.sh` below).
35 servers before running `gclient sync`. Obtain this authorization via `cipd auth-login`
[all …]
/third_party/protobuf/cmake/
DREADME.md1 This directory contains *CMake* files that can be used to build protobuf.
4 [Git](http://git-scm.com), and [Abseil](https://github.com/abseil/abseil-cpp)
6 and newer on both [Windows](#windows-builds) and [Linux](#linux-builds).
8 Most of the instructions will be given using CMake's command-line interface, but
15 By default, CMake will use whatever C++ version is the system default. Since
20 cmake . -DCMAKE_CXX_STANDARD=14
21 cmake --build .
24 will build protobuf using C++14 (see [CXX_STANDARD](https://cmake.org/cmake/help/latest/prop_tgt/CX…
28 On Windows, you can build the project from *Command Prompt* and using an
60 Optionally, you will want to download [ninja](https://ninja-build.org/) and add it to your *PATH* v…
[all …]
/third_party/skia/m133/bazel/
Dbuildrc1 # This file contains the build configurations of Skia that we use for testing on the CI.
2 # These allow a short-form reference for our supported combinations of build features.
3 # https://bazel.build/docs/bazelrc#config
5 # For most build configurations, we will want to set the --cc_output_directory_tag [1]
8 # By default, Bazel's "unique target BuildConfiguration" [2] incorporates the compilation_mode,
9 # the target platform, and some suffixes to avoid Bazel-caused and user-caused conflicts. [3] [4]
10 # For example, a default output directory might look like "k8-fastbuild-ST-6a54c1377847".
13 # Note that multiple definitions of a config are allowed - in this event, they are added together.
15 # the trailing newline (and thus having a multi-line definition) is preferred for brevity.
19 # and generated dependency files (e.g. the output of clang --write-dependencies [5]), so having
[all …]
/third_party/python/Lib/
Dplatform.py3 """ This module tries to retrieve as much platform-identifying data as
11 # This module is maintained by Marc-Andre Lemburg <mal@egenix.com>.
16 # * support for MS-DOS (PythonDX ?)
20 # Many thanks to all those who helped adding platform-specific
35 # 1.0.8 - changed Windows support to read version from kernel32.dll
36 # 1.0.7 - added DEV_NULL
37 # 1.0.6 - added linux_distribution()
38 # 1.0.5 - fixed Java support to allow running the module on Jython
39 # 1.0.4 - added IronPython support
40 # 1.0.3 - added normalization of Windows system name
[all …]
/third_party/skia/infra/bots/recipe_modules/build/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
8 'build',
23 api.build(checkout_root=checkout_root, out_dir=out_dir)
25 api.build.copy_build_products(out_dir=out_dir, dst=dst)
30 'Build-Debian9-Clang-arm-Release-Flutter_Android_Docker',
31 'Build-Debian10-GCC-x86-Debug-Docker',
32 'Build-Debian10-GCC-x86_64-Debug-Docker',
33 'Build-Debian10-GCC-x86_64-Release-NoGPU_Docker',
34 'Build-Debian10-GCC-x86_64-Release-Shared_Docker',
35 'Build-Debian10-Clang-arm-Release-Android_API26',
[all …]
/third_party/skia/m133/infra/bots/recipe_modules/build/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
8 'build',
23 api.build(checkout_root=checkout_root, out_dir=out_dir)
25 api.build.copy_build_products(out_dir=out_dir, dst=dst)
30 'Build-Debian10-Clang-arm-Release-Android_API26',
31 'Build-Debian10-Clang-arm-Release-Android_ASAN',
32 'Build-Debian10-Clang-arm-OptimizeForSize-Android_NoPatch',
33 'Build-Debian10-Clang-arm-Release-Chromebook_GLES',
34 'Build-Debian10-Clang-arm64-Debug-Android_FrameworkWorkarounds',
35 'Build-Debian10-Clang-arm64-Debug-Android_Graphite_Native_Vulkan',
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/docs/
Dusermanual-install-harfbuzz.xml2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
7 <chapter id="install-harfbuzz">
18 libharfbuzz DLL, hb-view.exe, hb-shape.exe, and all
23 Release notes are posted with each new release to provide an
32 compatibility-breaking way in any release. However, other,
45 <emphasis>(1)</emphasis> To build HarfBuzz on Linux, you must first install the
52 …mand>sudo apt install</command> <package>gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev</pa…
53 On Fedora, RHEL, CentOS, or other Red-Hat&ndash;based systems, you would run:
54 …ting><command>sudo yum install</command> <package>gcc gcc-c++ freetype-devel glib2-devel cairo-dev…
[all …]
/third_party/skia/third_party/externals/harfbuzz/docs/
Dusermanual-install-harfbuzz.xml2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
7 <chapter id="install-harfbuzz">
18 libharfbuzz DLL, hb-view.exe, hb-shape.exe, and all
23 Release notes are posted with each new release to provide an
32 compatibility-breaking way in any release. However, other,
45 <emphasis>(1)</emphasis> To build HarfBuzz on Linux, you must first install the
52 …mand>sudo apt install</command> <package>gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev</pa…
53 On Fedora, RHEL, CentOS, or other Red-Hat&ndash;based systems, you would run:
54 …ting><command>sudo yum install</command> <package>gcc gcc-c++ freetype-devel glib2-devel cairo-dev…
[all …]
/third_party/rust/rust/src/tools/rustfmt/.github/workflows/
Dupload-assets.yml5 release:
10 build-release:
11 name: build-release
14 build: [linux-x86_64, macos-x86_64, windows-x86_64-gnu, windows-x86_64-msvc]
16 - build: linux-x86_64
17 os: ubuntu-latest
19 target: x86_64-unknown-linux-gnu
20 - build: macos-x86_64
21 os: macos-latest
23 target: x86_64-apple-darwin
[all …]
/third_party/curl/winbuild/
DREADME.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
9 This document describes how to compile, build and install curl and libcurl
10 from sources using the Visual C++ build tool. To build with VC++, you will of
16 full Visual Studio or Visual C++ if all you want is to build curl.
20 archive](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
24 If you wish to support zlib, OpenSSL, c-ares, ssh2, you will have to download
28 |_curl-src
41 When you check out code git and build it, as opposed from a released source
[all …]
/third_party/rust/rust/compiler/rustc_codegen_gcc/
Dbuild.sh3 #set -x
4 set -e
11 while [[ $# -gt 0 ]]; do
13 --release)
14 codegen_channel=release
17 --release-sysroot)
18 sysroot_channel=release
21 --no-default-features)
22 flags="$flags --no-default-features"
25 --features)
[all …]
/third_party/icu/docs/processes/release/tasks/
Dhealthy-code.md1 ---
2 layout: default
4 parent: Release & Milestone Tasks
7 ---
9 <!--
12 -->
18 {: .no_toc .text-delta }
23 ---
34 virtual-function override without adding new ClassID support.
44 …[icu/icu4c/APIChangeReport.html](https://github.com/unicode-org/icu/blob/main/icu4c/APIChangeRepor…
[all …]
/third_party/skia/third_party/externals/expat/expat/
DChanges5 Release 2.4.9 Thur Oct 27 2022
7 #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager
9 XML_ExternalEntityParserCreate in out-of-memory situations
11 Release 2.4.9 Wed Sep 14 2022
13 #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in
17 #531 #534 CVE-2021-45960 -- Fix issues with left shifts by >=29 places
27 (which needs argument "-n" when running xmlwf).
33 Release 2.4.1 Sun May 23 2021
45 Release 2.4.0 Sun May 23 2021
47 #551 CVE-2022-23990 -- Fix unsigned integer overflow in function
[all …]
/third_party/benchmark/
DREADME.md3build-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://g…
6 …st-bindings](https://github.com/google/benchmark/workflows/test-bindings/badge.svg)](https://githu…
40 [Discussion group](https://groups.google.com/d/forum/benchmark-discuss)
53 The library can be used with C++03. However, it requires C++11 to build,
56 The following minimum versions are required to build the library:
63 See [Platform-Specific Build Instructions](docs/platform_specific_build_instructions.md).
67 This describes the installation process using cmake. As pre-requisites, you'll
71 versions of build tools._
78 # Make a build directory to place the build output.
79 $ cmake -E make_directory "build"
[all …]
/third_party/libabigail/tools/
Dfedabipkgdiff2 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3 # -*- coding: utf-8 -*-
4 # -*- Mode: Python
6 # Copyright (C) 2013-2023 Red Hat, Inc.
92 # --d1 /path/to/package1-debuginfo.rpm \
93 # --d2 /path/to/package2-debuginfo.rpm \
97 # ComparisonHalf is a three-elements tuple in format
99 # (package1.rpm, [package1-debuginfo.rpm..] package1-devel.rpm)
101 # - the first element is the subject representing the package to
104 # - the rest are ancillary packages used for the comparison. So, the
[all …]

12345678910>>...42