Home
last modified time | relevance | path

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

12345678910>>...48

/third_party/python/Doc/using/
Dconfigure.rst5 .. _configure-options:
12 ./configure --help
17 ---------------
19 .. cmdoption:: --enable-loadable-sqlite-extensions
21 Support loadable extensions in the :mod:`_sqlite` extension module (default
29 .. cmdoption:: --disable-ipv6
31 Disable IPv6 support (enabled by default if supported), see the
34 .. cmdoption:: --enable-big-digits=[15|30]
38 By default, the digit size is 30.
44 .. cmdoption:: --with-cxx-main
[all …]
/third_party/gn/src/gn/
Dswitches.cc2 // Use of this source code is governed by a BSD-style license that can be
10 const char kArgs_HelpShort[] = "--args: Specifies build arguments overrides.";
12 R"(--args: Specifies build arguments overrides.
14 See "gn help buildargs" for an overview of how build arguments work.
16 Most operations take a build directory. The build arguments are taken from
17 the previous build done in that directory. If a command specifies --args, it
18 will override the previous arguments stored in the build directory, and use
21 The args specified will be saved to the build directory for subsequent
22 commands. Specifying --args="" will clear all build arguments.
31 gn gen out/Default --args="foo=\"bar\""
[all …]
/third_party/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
11 "linux-debian-buster/x86-amd/gcc": {
12build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
14 "linux-debian-sid/x86_64-amd/gcc": {
15build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/third_party/gn/docs/
Dquick_start.md10 * For Chromium and Chromium-based projects, there is a script in
15 * For Fuchsia in-tree development, run `fx gn ...` which will find the right
20 ## Setting up a build
22 Unlike some other build systems, with GN you set up your own build directories
26 Once you set up a build directory, the Ninja files will be automatically
27 regenerated if they're out of date when you build in that directory so you
28 should not have to re-run GN.
30 To make a build directory:
36 ## Passing build arguments
38 Set build arguments on your build directory by running:
[all …]
Dcross_compiles.md1 # How GN handles cross-compiling
6 multiple architectures in a single build (e.g., to build some things to
8 there is no limit on the number of different architectures you can build
9 at once; the Chromium build uses at least four in some configurations.
12 the platform that the build is run on, and the target is the platform
18 (Confusingly, GN also refers to each build artifact -- an executable,
19 library, etc. -- as a target. On this page, we will use "target" only to
21 other synonym to refer to a specific build artifact).
26 specify that they want to do a cross-compile by setting either or both
27 of `target_os` and `target_cpu`; if they are not set, the build config
[all …]
/third_party/rust/crates/log/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
10 build: [stable, beta, nightly, macos, win32, win64, mingw]
12 - build: stable
13 os: ubuntu-latest
15 - build: beta
16 os: ubuntu-latest
18 - build: nightly
19 os: ubuntu-latest
21 - build: macos
22 os: macos-latest
[all …]
/third_party/mesa3d/
Dmeson_options.txt1 # Copyright © 2017-2019 Intel Corporation
31 'egl-native-platform',
41 'android-stub',
44 description : 'Build against android-stub',
55 'dri-drivers',
57 …description : 'DEPRECATED: List of dri drivers to build. If this is set to auto all drivers applic…
60 'dri-drivers-path',
63 description : 'Location to install dri drivers. Default: $libdir/dri.'
66 'dri-search-path',
69 …: 'Locations to search for dri drivers, passed as colon separated list. Default: dri-drivers-path.'
[all …]
/third_party/libsnd/
DREADME.md11 Erik de Castro Lopo <erikd@mega-nerd.com> aka @erikd. The project was developed
29 There are currently two build systems: the traditional GNU autotool based one and
30 modern CMake based build system. Use of the CMake build system is documented
33 Setting up a build environment for libsndfile on Debian or Ubuntu is as simple as:
35 sudo apt install autoconf autogen automake build-essential libasound2-dev \
36 libflac-dev libogg-dev libtool libvorbis-dev libopus-dev libmp3lame-dev \
37 libmpg123-dev pkg-config python
44 brew install autoconf autogen automake flac libogg libtool libvorbis opus mpg123 pkg-config
46 Once the build environment has been set up, building and testing libsndfile is
49 autoreconf -vif
[all …]
/third_party/jerryscript/tools/
Dbuild.py9 # http://www.apache.org/licenses/LICENSE-2.0
28 # We don't have default toolchain on Windows and os.uname() isn't supported.
40 devhelp_preparser.add_argument('--devhelp', action='store_true', default=False,
46 args.append('--devhelp')
52 This tool is a thin wrapper around cmake and make to help build the
53 project easily. All the real build logic is in the CMakeLists.txt files.
57 buildgrp = parser.add_argument_group('general build options')
58 …buildgrp.add_argument('--builddir', metavar='DIR', default=os.path.join(settings.PROJECT_DIR, 'bui…
59 help='specify build directory (default: %(default)s)')
60 buildgrp.add_argument('--clean', action='store_true', default=False,
[all …]
/third_party/vk-gl-cts/external/openglcts/
DREADME.md4 This document describes how to build, port, and run the OpenGL and OpenGL ES
8 Up-to-date documentation for dEQP is available at:
10 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home)
11 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki)
15 ------------------------
16 - [OpenGL and OpenGL ES 2.0/3.X Conformance Test Instructions](#opengl-and-opengl-es-203x-conforman…
17 - [Contents](#contents)
18 - [Test History](#test-history)
19 - [Introduction](#introduction)
20 - [Test Environment Requirements](#test-environment-requirements)
[all …]
/third_party/node/deps/openssl/openssl/
DINSTALL.md1 Build and Install
11 - [Prerequisites](#prerequisites)
12 - [Notational Conventions](#notational-conventions)
13 - [Quick Installation Guide](#quick-installation-guide)
14 - [Building OpenSSL](#building-openssl)
15 - [Installing OpenSSL](#installing-openssl)
16 - [Configuration Options](#configuration-options)
17 - [API Level](#api-level)
18 - [Cross Compile Prefix](#cross-compile-prefix)
19 - [Build Type](#build-type)
[all …]
/third_party/openssl/
DINSTALL.md1 Build and Install
11 - [Prerequisites](#prerequisites)
12 - [Notational Conventions](#notational-conventions)
13 - [Quick Installation Guide](#quick-installation-guide)
14 - [Building OpenSSL](#building-openssl)
15 - [Installing OpenSSL](#installing-openssl)
16 - [Configuration Options](#configuration-options)
17 - [API Level](#api-level)
18 - [Cross Compile Prefix](#cross-compile-prefix)
19 - [Build Type](#build-type)
[all …]
/third_party/ninja/doc/
Dmanual.asciidoc1 The Ninja build system
7 ------------
9 Ninja is yet another build system. It takes as input the
13 Ninja joins a sea of other build systems. Its distinguishing goal is
17 files and whose other build systems (including one built from custom
18 non-recursive Makefiles) would take ten seconds to start building
24 Where other build systems are high-level languages, Ninja aims to be
27 Build systems get slow when they need to make decisions. When you are
28 in an edit-compile cycle you want it to be as fast as possible -- you
29 want the build system to do the minimum work necessary to figure out
[all …]
/third_party/ltp/
Dbuild.sh2 # Copyright (c) 2017-2021 Petr Vorel <pvorel@suse.cz>
5 set -e
7 CFLAGS="${CFLAGS:--Wformat -Werror=format-security -Werror=implicit-function-declaration -Werror=re…
8 CC="${CC:-gcc}"
10 DEFAULT_PREFIX="$HOME/ltp-install"
14 CONFIGURE_OPTS_IN_TREE="--with-open-posix-testsuite --with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
15 # TODO: open posix testsuite is currently broken in out-tree-build. Enable it once it's fixed.
16 CONFIGURE_OPTS_OUT_TREE="--with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
19 BUILD_DIR="$SRC_DIR/../ltp-build"
21 MAKE_OPTS="-j$(getconf _NPROCESSORS_ONLN)"
[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
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…
68 From a shell in the top-level directory of the extracted source
[all …]
/third_party/python/Lib/distutils/command/
Dclean.py5 # contributed by Bastian Kleineidam <calvin@cs.uni-sb.de>, added 2000-03-18
14 description = "clean up temporary files from 'build' command"
16 ('build-base=', 'b',
17 "base build directory (default: 'build.build-base')"),
18 ('build-lib=', None,
19 "build directory for all modules (default: 'build.build-lib')"),
20 ('build-temp=', 't',
21 "temporary build directory (default: 'build.build-temp')"),
22 ('build-scripts=', None,
23 "build directory for scripts (default: 'build.build-scripts')"),
[all …]
/third_party/mbedtls/tests/scripts/
Dall.sh6 # 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/pcre2/pcre2/doc/
Dpcre2build.33 PCRE2 - Perl-compatible regular expressions (revised API)
9 PCRE2 is distributed with a \fBconfigure\fP script that can be used to build
10 the library in Unix-like environments using the applications known as
22 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt">
24 \fBNON-AUTOTOOLS-BUILD\fP.
31 file if you are building in a non-Unix-like environment.
34 .SH "PCRE2 BUILD-TIME OPTIONS"
41 same options can be selected in both Unix-like and non-Unix-like environments
42 if you are using \fBCMake\fP instead of \fBconfigure\fP to build PCRE2.
47 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt">
[all …]
/third_party/rust/crates/serde/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
18 runs-on: ubuntu-latest
19 timeout-minutes: 45
21 - uses: actions/checkout@v4
22 - uses: dtolnay/rust-toolchain@nightly
23 - run: cd test_suite && cargo test --features unstable
27 runs-on: windows-latest
28 timeout-minutes: 45
30 - uses: actions/checkout@v4
31 - uses: dtolnay/rust-toolchain@nightly
[all …]
/third_party/skia/bazel/common_config_settings/
Ddefs.bzl1 # https://github.com/bazelbuild/bazel-skylib/blob/main/rules/common_settings.bzl
4 # Forked from https://github.com/bazelbuild/bazel-skylib/blob/main/rules/common_settings.bzl
23 doc = "A string-typed build setting that can be set multiple times on the command line",
29 # This is defined to make the BUILD.bazel file easier to read w/o the boilerplate of defining
31 # https://docs.bazel.build/versions/main/skylark/macros.html
32 def string_flag_with_values(flag_name, values, default = "", multiple = False):
36 # We have to specify a default value, even if that value is empty string.
37 … # https://docs.bazel.build/versions/main/skylark/config.html#instantiating-build-settings
38 build_setting_default = default,
39 # If empty string is the default, we need to make sure it is in the list
[all …]
/third_party/vulkan-loader/
DBUILD.md1 # Build Instructions
7 - [Build Instructions](#build-instructions)
8 - [Table Of Contents](#table-of-contents)
9 - [Contributing to the Repository](#contributing-to-the-repository)
10 - [Repository Content](#repository-content)
11 - [Installed Files](#installed-files)
12 - [Build Requirements](#build-requirements)
13 - [Test Requirements](#test-requirements)
14 - [Repository Set-Up](#repository-set-up)
15 - [Display Drivers](#display-drivers)
[all …]
/third_party/jerryscript/docs/
D00.GETTING-STARTED.md7 - `gcc` or any C99-compliant compiler (native or cross, e.g., arm-none-eabi)
8 - `cmake` >= `2.8.12.2`
12 - `bash` >= `4.3.11`
13 - `cppcheck` >= `1.61`
14 - `vera++` >= `1.2.1`
15 - `python` >= `2.7.6`
18 sudo apt-get install gcc gcc-arm-none-eabi cmake cppcheck vera++ python
23 - `awk`
24 - `bc`
25 - `find`
[all …]
/third_party/vulkan-loader/scripts/
Dupdate_deps.py4 # Copyright (c) 2018-2023 Valve Corporation
5 # Copyright (c) 2018-2023 LunarG, Inc.
6 # Copyright (c) 2023-2023 RasterGrid Kft.
12 # http://www.apache.org/licenses/LICENSE-2.0
24 Get and build dependent repositories using known-good commits.
27 -------
32 repository at a "known-good" commit in order to provide stability in
35 Known-Good JSON Database
36 ------------------------
38 This program expects to find a file named "known-good.json" in the
[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/rust/crates/cxx/third-party/
DBUCK7 name = "anstyle-1.0.0.crate",
9 strip_prefix = "anstyle-1.0.0",
15 name = "anstyle-1.0.0",
16 srcs = [":anstyle-1.0.0.crate"],
18 crate_root = "anstyle-1.0.0.crate/src/lib.rs",
21 "default",
28 name = "bitflags-1.3.2.crate",
30 strip_prefix = "bitflags-1.3.2",
36 name = "bitflags-1.3.2",
37 srcs = [":bitflags-1.3.2.crate"],
[all …]

12345678910>>...48