Home
last modified time | relevance | path

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

12345678910>>...41

/third_party/mesa3d/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd
4 CI_PRE_CLONE_SCRIPT: |-
5 set -o xtrace
6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-
7 bash download-git-cache.sh
8 rm download-git-cache.sh
12 # per-pipeline artifact storage on MinIO
14 # per-job artifact storage on MinIO
17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
28- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v…
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
/third_party/lame/debian/
Dchangelog3 * New update of the debian infra-structure.
4 * debian/rules:
6 + Use the --parallel flag so that building in parallel is supported.
8 + Rewrap the Build-Depends field for legibility.
9 + Change B-D on nasm to allow any i386 platform (no amd64, though).
10 + Update the B-D on debhelper to >= 7.0.50~, as we use overrides in
11 debian/rules.
12 + Fix lintian's debhelper-but-no-misc-depends from the binary packages.
18 -- Rogério Brito <rbrito@users.sf.net> Wed, 02 Mar 2011 13:31:29 -0300
25 + remame libmp3lame0-dev to libmp3lame-dev.
[all …]
/third_party/icu/docs/userguide/icu_data/
Dbuildtool.md1 ---
3 title: ICU Data Build Tool
6 ---
7 <!--
10 -->
12 # ICU Data Build Tool
16 {: .no_toc .text-delta }
21 ---
36 something like `icudt64l.dat`, which is little-endian data for ICU 64. This
41 cross-product of locales and features, except that not all features require
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/
Dabseil.podspec.gen.py2 # -*- coding: utf-8 -*-
3 """This script generates abseil.podspec from all BUILD.bazel files.
6 It recursively analyzes BUILD.bazel files using query command of Bazel to
7 dump its build rules in XML format. From these rules, it constructs podspec
28 s.authors = { 'Abseil Team' => 'abseil-io@googlegroups.com' }
30 :git => 'https://github.com/abseil/abseil-cpp.git',
37 s.compiler_flags = '-Wno-everything'
49 # Rule object representing the rule of Bazel BUILD.
71 # e.g. ["//absl/strings:dir/header.h"] -> ["absl/strings/dir/header.h"]
90 """Runs bazel query on given package file and returns all cc rules."""
[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/icu/docs/processes/
Dunicode-update.md1 ---
7 ---
9 <!--
12 -->
18 {: .no_toc .text-delta }
23 ---
39 [change log for Unicode updates](https://github.com/unicode-org/icu/blob/main/icu4c/source/data/uni…
56 (See also https://github.com/unicode-org/unicodetools)
60 See https://icu.unicode.org/design/props/ppucd#TOC-Why-not-UCD-XML-files-
62 <https://github.com/unicode-org/icu-docs/tree/main/design/properties/genudata>)
[all …]
/third_party/mesa3d/.gitlab-ci/
Dtest-source-dep.yml5 .scheduled_pipeline-rules:
6 rules:
7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
12 .no_scheduled_pipelines-rules:
13 rules:
14 - if: *is-scheduled-pipeline
18 # ---------------------------------------------------------------
19 .core-rules:
20 rules:
21 - !reference [.no_scheduled_pipelines-rules, rules]
[all …]
/third_party/gn/src/gn/
Dninja_build_writer.cc2 // Use of this source code is governed by a BSD-style license that can be
57 build_settings->build_dir().Resolve(build_settings->root_path()); in GetSelfInvocationCommandLine()
66 // will have the build directory as the current one. Coding it explicitly in GetSelfInvocationCommandLine()
71 base::FilePath root_path = build_settings->root_path(); in GetSelfInvocationCommandLine()
75 cmdline.AppendSwitchPath(std::string("--") + switches::kRoot, in GetSelfInvocationCommandLine()
78 cmdline.AppendSwitch(std::string("-") + switches::kQuiet); in GetSelfInvocationCommandLine()
89 // If both --root and --dotfile are passed, make sure the --dotfile is in GetSelfInvocationCommandLine()
90 // made relative to the build dir here. in GetSelfInvocationCommandLine()
91 base::FilePath dotfile_path = build_settings->dotfile_name(); in GetSelfInvocationCommandLine()
97 cmdline.AppendSwitchPath(std::string("--") + switches::kDotfile, in GetSelfInvocationCommandLine()
[all …]
Dninja_target_writer.h2 // Use of this source code is governed by a BSD-style license that can be
19 // Generates one target's ".ninja" file. The toplevel "build.ninja" file is
28 // or may be created on demand otherwise (which is useful to keep unit-tests
42 // Returns the build line to be written to the toolchain build file.
44 // Some targets have their rules written to separate files, and some can have
45 // their rules coalesced in the main build file. For the coalesced case, this
46 // function will return the rules as a string. For the separate file case,
86 // returns the file to be appended to source rules that encodes the
87 // order-only dependencies for the current target.
102 const Settings* settings_; // Non-owning.
[all …]
Dninja_target_writer.cc2 // Use of this source code is governed by a BSD-style license that can be
36 : settings_(target->settings()), in NinjaTargetWriter()
39 path_output_(settings_->build_settings()->build_dir(), in NinjaTargetWriter()
40 settings_->build_settings()->root_path_utf8(), in NinjaTargetWriter()
72 ninja_outputs_->push_back(output); in WriteOutput()
78 ninja_outputs_->push_back(std::move(output)); in WriteOutput()
85 ninja_outputs_->insert(ninja_outputs_->end(), outputs.begin(), in WriteOutputs()
93 ninja_outputs_->push_back(std::move(output)); in WriteOutputs()
102 const Settings* settings = target->settings(); in RunAndWriteFile()
105 target->label().GetUserVisibleName(false)); in RunAndWriteFile()
[all …]
/third_party/skia/third_party/externals/freetype/builds/
Dfreetype.mk2 # FreeType 2 library sub-Makefile
6 # Copyright (C) 1996-2021 by
23 # PLATFORM_DIR The architecture-dependent directory,
38 # in the platform-specific configuration files.
44 # file for `src/base/ftdebug.c'. [For a normal build, this
48 # the current build. Usually, this is automatically
54 # `src/base/rules.mk'.
57 # `src/base/rules.mk'.
62 # `src/<driver>/rules.mk'.
65 # DISTCLEAN The sub-makefiles can append additional stuff to these two
[all …]
/third_party/ltp/doc/
DBuild-System.rest1 Short introduction into LTP build system
15 -----------
20 (maintenance). Furthermore, proper option-based cross-compilation was
22 system, and the appropriate implicit / static rules hadn't been configured to
23 compile into multiple object directories for out-of-tree build support (ease of
32 ------
36 build the system.
39 directly tie into applications, e.g. baz.c -> baz):
41 -------------------------------------------------------------------------------
43 |--> Makefile
[all …]
/third_party/skia/bazel/common_config_settings/
Ddefs.bzl1 # https://github.com/bazelbuild/bazel-skylib/blob/main/rules/common_settings.bzl
2 load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
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
37 … # https://docs.bazel.build/versions/main/skylark/config.html#instantiating-build-settings
50 … # https://docs.bazel.build/versions/main/skylark/config.html#instantiating-build-settings
/third_party/mesa3d/src/microsoft/ci/
Dgitlab-ci.yml1 test-spirv2dxil-windows:
3 - .build-windows
4 - .use-windows_test_vs2019
5 - .spirv2dxil-test-rules
6 stage: layered-backends
8 - windows-vs2019
10 - windows-vs2019
11 - windows_test_vs2019
13 GIT_STRATEGY: none # testing doesn't build anything from source
15 - . _install/spirv2dxil_run.ps1
[all …]
/third_party/astc-encoder/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (C) 2023 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
18 -->
19 <!-- OAT(OSS Audit Tool) configuration guide:
33 1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affe…
47 7. policyitem filefilter: Used to bind filefilter which define filter rules.
48 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is us…
50 Note:If the text contains special characters, please escape them according to the following rules:
56 -->
[all …]
/third_party/skia/modules/skparagraph/
Dskparagraph.gni5 # //modules/skparagraph/include/BUILD.bazel
6 # //modules/skparagraph/src/BUILD.bazel
7 # //modules/skparagraph/tests/BUILD.bazel
8 # //modules/skparagraph/utils/BUILD.bazel
10 # To update this file, run make -C bazel generate_gni
14 # List generated by Bazel rules:
34 # List generated by Bazel rules:
67 # List generated by Bazel rules:
75 # List generated by Bazel rules:
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCHANGES1 Revision history for SPIRV-Tools
3 v2021.5-dev 2021-11-11
4 - Start v2021.5-dev
6 v2021.4 2021-11-11
7 - General
8 - Add a WebAssembly build (#3752)
9 - Make cxx exceptions controllable (#4591)
10 - Validator
11 - Improve decoration validation (#4490)
12 - Optimizer
[all …]
/third_party/skia/third_party/externals/spirv-tools/
DCHANGES1 Revision history for SPIRV-Tools
3 v2021.5-dev 2021-11-11
4 - Start v2021.5-dev
6 v2021.4 2021-11-11
7 - General
8 - Add a WebAssembly build (#3752)
9 - Make cxx exceptions controllable (#4591)
10 - Validator
11 - Improve decoration validation (#4490)
12 - Optimizer
[all …]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DPluralsMapper.java46 .addAction("//supplementalData/plurals[@type=*]", (m, p) -> m.new Plurals(p))
47 .addAction("pluralRules[@locales=*]", Rules::new, Plurals::addRules)
48 .addValueAction("pluralRule[@count=*]", Rules::addRule);
49 CLDR_PROCESSOR = processor.build();
79 // In a post XML-aware API, is recording the XML file names really a good idea?
93 private void addRules(Rules r) { in addRules()
94 ImmutableMap<String, String> rules = r.getRules(); in addRules() local
95 // Note: The original mapper code "sort of" coped with empty rules, but it's not in addRules()
99 checkState(!rules.isEmpty(), "missing rule data for plurals"); in addRules()
101 // Have we seen this set of rules before? If so, reuse the existing index. Note in addRules()
[all …]
/third_party/ninja/src/
Dninja.cc7 // http://www.apache.org/licenses/LICENSE-2.0
37 #include "build.h"
58 // Defined in msvc_helper_main-win32.cc.
61 // Defined in minidump-win32.cc.
69 /// Command-line options.
71 /// Build file to load.
80 /// Whether duplicate rules for one target should warn or print an error.
97 /// Build configuration set from flags (e.g. parallelism).
100 /// Loaded state (rules, nodes).
106 /// The build directory, used for storing the build log etc.
[all …]
/third_party/skia/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2023 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
17 …All configurations in this file will be merged to OAT-Default.xml, if you have any questions or co…
23 …1. policy: If the OAT-Default.xml policies do not meet your requirements, please add policies here.
36 7. policyitem filefilter: Used to bind filefilter which define filter rules.
38 …8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is u…
40 … Note:If the text contains special characters, please escape them according to the following rules:
46 -->
53 <policyitem type="compatibility" name="Unicode-TOU" path=".*" desc="宽松型许可证."/>
[all …]
/third_party/protobuf/ruby/
DREADME.md7 build process in this directory only installs the extension; you need to
11 ---------------------
12 …ck a version of Protocol Buffers you needed [RubyGems](https://rubygems.org/gems/google-protobuf)):
14 gem 'google-protobuf'
16 Or for using this pre-packaged gem, simply install it as you would any other gem:
18 $ gem install [--prerelease] google-protobuf
25 supports the `--ruby_out` option to generate Ruby code.
28 documentation may be found in the RubyDoc comments (`call-seq` tags) in the
36 # $ protoc --ruby_out=. my_proto_types.proto
53 ---------------------------------------
[all …]
/third_party/spirv-tools/
DCHANGES1 Revision history for SPIRV-Tools
3 v2023.6 2023-12-18
4 - General
5 - update_build_version.py produce deterministic header. (#5426)
6 - Support missing git in update_build_version.py (#5473)
7 - Optimizer
8 - Add ComputeDerivativeGroup*NV capabilities to trim capabilities pass. (#5430)
9 - Do not crash when tryingto fold unsupported spec constant (#5496)
10 - instrument: Fix handling of gl_InvocationID (#5493)
11 - Fix nullptr argument in MarkInsertChain (#5465)
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Drbbirb.cpp6 // Copyright (C) 2002-2011, International Business Machines Corporation and others.
10 // building (compiling) break rules into the tables required by the runtime
43 //----------------------------------------------------------------------------------------
47 //----------------------------------------------------------------------------------------
48 RBBIRuleBuilder::RBBIRuleBuilder(const UnicodeString &rules, in RBBIRuleBuilder() argument
51 : fRules(rules), fStrippedRules(rules) in RBBIRuleBuilder()
97 //----------------------------------------------------------------------------------------
101 //----------------------------------------------------------------------------------------
106 RBBINode *n = (RBBINode *)fUSetNodes->elementAt(i); in ~RBBIRuleBuilder()
128 //----------------------------------------------------------------------------------------
[all …]

12345678910>>...41