Home
last modified time | relevance | path

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

12345678910>>...38

/external/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 …]
/external/bazelbuild-rules_rust/docs/
Dindex.md1 # [Rules rust](https://github.com/bazelbuild/rules_rust)
5 This repository provides rules for building [Rust][rust] projects with [Bazel][bazel].
7 [bazel]: https://bazel.build/
8 [rust]: http://www.rust-lang.org/
10 <!-- TODO: Render generated docs on the github pages site again, https://bazelbuild.github.io/rules…
16 To use the Rust rules, add the following to your `WORKSPACE` file to add the external repositories …
26 …urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.31.0/rules_rust-v0.31.0.tar.…
36 The rules are released, and releases can be found on [the GitHub Releases page](https://github.com/…
38 ## Rules section in [Rules rust](https://github.com/bazelbuild/rules_rust)
40 - [defs](defs.md): standard rust rules for building and testing libraries and binaries.
[all …]
/external/pigweed/docs/get_started/
Dfirst_time_setup.rst1 .. _docs-first-time-setup-guide:
6 .. _docs-first-time-setup-guide-express-setup:
8 -------------
10 -------------
14 .. tab-set::
16 .. tab-item:: Linux
19 .. inclusive-language: disable
21 .. code-block:: sh
23 sudo apt install git build-essential
24 …curl -LJo /etc/udev/rules.d/60-openocd.rules https://raw.githubusercontent.com/openocd-org/openocd…
[all …]
/external/mesa3d/src/microsoft/ci/
Dgitlab-ci-inc.yml1 .windows-docker-tags:
3 - windows
4 - docker
5 - "2022"
6 - mesa
8 .windows-shell-tags:
10 - windows
11 - shell
12 - "2022"
13 - mesa
[all …]
Dgitlab-ci.yml2 - local: 'src/microsoft/ci/gitlab-ci-inc.yml'
4 test-spirv2dxil-windows:
6 - .use-windows_test_msvc
7 - .spirv2dxil-test-rules
8 stage: layered-backends
10 - windows-msvc
12 - windows-msvc
13 - windows_test_msvc
14 - !reference [.required-for-hardware-jobs, needs]
16 GIT_STRATEGY: none # testing doesn't build anything from source
[all …]
/external/tpm2-tss/
DINSTALL.md1 This file contains instructions to build and install the TSS libraries.
4 To build and install the tpm2-tss software the following software packages
15 * pkg-config
22 however libgcrypt-dev is required as a dependency for the configure script
24 See https://github.com/tpm2-software/tpm2-tss/issues/1365 for more info.
27 * Integration test suite (see ./configure option --enable-integration):
28 - uthash development libraries and header files
29 - ps executable (usually in the procps package)
30 - ss executable (usually in the iproute2 package)
31 - tpm_server executable (from https://sourceforge.net/projects/ibmswtpm2/)
[all …]
/external/bazelbuild-rules_go/
DREADME.rst1 Go rules for Bazel_
5 .. _//tests/core/cross: https://github.com/bazelbuild/rules_go/blob/master/tests/core/cross/BUILD.b…
6 .. _Avoiding conflicts: proto/core.rst#avoiding-conflicts
7 .. _Bazel labels: https://docs.bazel.build/versions/master/build-ref.html#labels
8 .. _Bazel: https://bazel.build/
10 .. _Bzlmod: https://bazel.build/external/overview#bzlmod
12 .. _Core rules: docs/go/core/rules.md
15 .. _Deprecation schedule: https://github.com/bazelbuild/rules_go/wiki/Deprecation-schedule
17 .. _gopls integration: https://github.com/bazelbuild/rules_go/wiki/Editor-setup
18 .. _Overriding dependencies: go/dependencies.rst#overriding-dependencies
[all …]
/external/bazel-skylib/
DCHANGELOG.md4 * Fix distribution tarballs to include directory rules. (https://github.com/bazelbuild/bazel-skylib…
6 **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.7.0...1.7.1
11 * Implement `directory` rules by @matts1 in https://github.com/bazelbuild/bazel-skylib/pull/510
12 …and `starts_with` to paths module by @comius in https://github.com/bazelbuild/bazel-skylib/pull/514
15 * @matts1 made their first contribution in https://github.com/bazelbuild/bazel-skylib/pull/510
17 **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.6.1...1.7.0
23 * Fix `modules` Bazel 6 compatibility by @phst in https://github.com/bazelbuild/bazel-skylib/pull/4…
26 * @phst made their first contribution in https://github.com/bazelbuild/bazel-skylib/pull/499
28 **Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.6.0...1.6.1
33 …for module extensions as `modules` by @fmeum in https://github.com/bazelbuild/bazel-skylib/pull/457
[all …]
/external/bazel-skylib/tests/run_binary/
DBUILD1 load("//rules:diff_test.bzl", "diff_test")
2 load("//rules:run_binary.bzl", "run_binary")
3 load("//rules:write_file.bzl", "write_file")
26 "ENV_LOCATION=(a tests/run_binary/BUILD)",
27 "ENV_LOCATIONS=(b\\ tests/run_binary/BUILD tests/run_binary/printargs.cc)",
28 "ENV_EXECPATH=(a tests/run_binary/BUILD)",
29 "ENV_EXECPATHS=(b\\ tests/run_binary/BUILD tests/run_binary/printargs.cc)",
33 # Can't prevent "echo" from adding a newline on Windows, so let's add
42 "BUILD",
46 # Not testing any complex arguments here, because Windows .bat file argument
[all …]
/external/bazelbuild-rules_android/rules/android_sdk_repository/
Dhelper.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
15 """Helpers for the build file used in android_sdk_repository."""
48 doc = "An int-typed build setting that can be set on the command line",
52 """Create config_setting rule for windows.
54 These represent the matching --host_cpu values.
56 name = "windows"
89 """Generate android_sdk rules for the API levels in the Android SDK.
93 build_tools_version: string, the version of Android's build tools to use.
94 build_tools_directory: string, the directory name of the build tools in
95 sdk's build-tools directory.
[all …]
/external/icu/icu4c/source/python/icutools/databuilder/
D__main__.py4 # Python 2/3 Compatibility (ICU-20299)
5 # TODO(ICU-20301): Remove this.
22 description = """Generates rules for building ICU binary data files from text
25 Use the --mode option to declare how to execute those rules, either exporting
26 the rules to a Makefile or spawning child processes to run them immediately:
28 --mode=gnumake prints a Makefile to standard out.
29 --mode=unix-exec spawns child processes in a Unix-like environment.
30 --mode=windows-exec spawns child processes in a Windows-like environment.
32 Tips for --mode=unix-exec
40 $ LD_LIBRARY_PATH=lib PYTHONPATH=python python3 -m icutools.databuilder ...
[all …]
/external/cronet/third_party/icu/source/python/icutools/databuilder/
D__main__.py4 # Python 2/3 Compatibility (ICU-20299)
5 # TODO(ICU-20301): Remove this.
22 description = """Generates rules for building ICU binary data files from text
25 Use the --mode option to declare how to execute those rules, either exporting
26 the rules to a Makefile or spawning child processes to run them immediately:
28 --mode=gnumake prints a Makefile to standard out.
29 --mode=unix-exec spawns child processes in a Unix-like environment.
30 --mode=windows-exec spawns child processes in a Windows-like environment.
32 Tips for --mode=unix-exec
40 $ LD_LIBRARY_PATH=lib PYTHONPATH=python python3 -m icutools.databuilder ...
[all …]
/external/parameter-framework/upstream/
DREADME.md1 # parameter-framework
3 [![Build Status](https://travis-ci.org/01org/parameter-framework.svg?branch=master)](https://travis
4Windows Build Status](https://ci.appveyor.com/api/projects/status/ga24jp8tet0qimbu/branch/master)]…
5 …//codecov.io/github/01org/parameter-framework/coverage.svg?branch=master)](https://codecov.io/gith…
9 The parameter-framework is a plugin-based and rule-based framework for handling
12 1. Describe your system's structure and its parameters (in XML) - aka. **What**;
14 that you just described - aka. **How**;
15 3. Define (in XML or in a domain-specific-language) conditions/rules upon which
16 a given parameter must take a given value - aka. **When**.
18 ![What, How, When](https://01org.github.io/parameter-framework/hosting/what-how-when.png)
[all …]
/external/bazelbuild-rules_rust/.bazelci/
Dpresubmit.yml1 ---
3 - "--config=rustfmt"
4 - "--config=clippy"
6- sed -i 's|^rust_register_toolchains(|rust_register_toolchains(versions = ["1.68.0"],\n|' WORKSPA…
8 - "--//rust/toolchain/channel=nightly"
10 - "--//rust/toolchain/channel=nightly"
11 - "--config=rustfmt"
12 - "--config=clippy"
14 - "--"
15 - "//..."
[all …]
/external/threetenbp/src/main/java/org/threeten/bp/zone/
DZoneRulesBuilder.java2 * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
16 * * Neither the name of JSR-310 nor the names of its contributors
57 * A mutable builder used to create all the rules for a historic time-zone.
59 * The rules of a time-zone describe how the offset changes over time.
60 * The rules are created by building windows on the time-line within which
61 * the different rules apply. The rules may be one of two kinds:
63 * <li>Fixed savings - A single fixed amount of savings from the standard offset will apply.</li>
64 …* <li>Rules - A set of one or more rules describe how daylight savings changes during the window.<…
70 * The created instances are immutable and thread-safe.
75 * The list of windows.
[all …]
/external/bazelbuild-rules_go/docs/go/core/
Dplatform-specific_dependencies.md1 [build constraints]: https://golang.org/pkg/go/build/#hdr-Build_Constraints
2 [select]: https://docs.bazel.build/versions/master/be/functions.html#select
3 [config_setting]: https://docs.bazel.build/versions/master/be/general.html#config_setting
4 [Gazelle]: https://github.com/bazelbuild/bazel-gazelle
7 ## Platform-specific dependencies
9 When cross-compiling, you may have some platform-specific sources and
11 `srcs` list. Source files are filtered using [build constraints] (filename
12 suffixes and `+build` tags) before being passed to the compiler.
14 Platform-specific dependencies are another story. For example, if you are
16 when targeting Windows, you will need to filter it out using Bazel [select]
[all …]
/external/icu/icu4c/source/extra/scrptrun/
Dreadme.html1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 …<!-- meta name="Copyright" content="Copyright (c) 2002, International Business Machines Corporatio…
8 <meta name="GENERATOR" content="Mozilla/4.72 [en] (Windows NT 5.0; U) [Netscape]">
20 <blockquote><font face="Courier New,Courier"><font size=-1>Script 'DEVANAGARI'
22 <br><font face="Courier New,Courier"><font size=-1>Script 'ARABIC' from
24 <br><font face="Courier New,Courier"><font size=-1>Script 'CYRILLIC' from
26 <br><font face="Courier New,Courier"><font size=-1>Script 'LATIN' from
28 <br><font face="Courier New,Courier"><font size=-1>Script 'HAN' from 33
30 <br><font face="Courier New,Courier"><font size=-1>Script 'HIRAGANA' from
[all …]
/external/cronet/third_party/icu/source/extra/scrptrun/
Dreadme.html1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 …<!-- meta name="Copyright" content="Copyright (c) 2002, International Business Machines Corporatio…
8 <meta name="GENERATOR" content="Mozilla/4.72 [en] (Windows NT 5.0; U) [Netscape]">
20 <blockquote><font face="Courier New,Courier"><font size=-1>Script 'DEVANAGARI'
22 <br><font face="Courier New,Courier"><font size=-1>Script 'ARABIC' from
24 <br><font face="Courier New,Courier"><font size=-1>Script 'CYRILLIC' from
26 <br><font face="Courier New,Courier"><font size=-1>Script 'LATIN' from
28 <br><font face="Courier New,Courier"><font size=-1>Script 'HAN' from 33
30 <br><font face="Courier New,Courier"><font size=-1>Script 'HIRAGANA' from
[all …]
/external/angle/build/config/siso/
Dreproxy.star1 # -*- bazel-starlark -*-
3 # Use of this source code is governed by a BSD-style license that can be
26 # -cfg=../../buildtools/reclient_cfgs/chromium-browser-clang/rewrapper_linux.cfg
27 # -inputs=build/config/unsafe_buffers_paths.txt
28 # -exec_root=/path/to/your/chromium/src/
29 # ../../third_party/llvm-build/Release+Asserts/bin/clang++
32 # -exec_root: Siso already knows this.
33 wrapped_command_pos = -1
40 if arg.startswith("-cfg="):
41 cfg_file = ctx.fs.canonpath(arg.removeprefix("-cfg="))
[all …]
/external/cronet/net/proxy_resolution/
Dproxy_bypass_rules.cc2 // Use of this source code is governed by a BSD-style license that can be
9 #include "build/build_config.h"
16 // The <-loopback> rule corresponds with "remove the implicitly added bypass
17 // rules".
19 // The name <-loopback> is not a very precise name (as the implicit rules cover
21 // used on Windows so re-used here.
23 // For platform-differences between implicit rules see
25 const char kSubtractImplicitBypasses[] = "<-loopback>";
31 // Windows so is matched here.
35 // Quick fail if definitely not link-local, to avoid doing unnecessary work in in IsLinkLocalIP()
[all …]
/external/pigweed/seed/
D0111-build-systems.rst1 .. _seed-0111:
4 0111: Make Bazel Pigweed's Primary Build System
8 :name: Make Bazel Pigweed's Primary Build System
10 :proposal_date: 2023-09-26
15 -------
17 -------
19 <https://bazel.build/>`_ as its primary build system, replacing `GN
22 Pigweed is and will continue to be a multi-build-system project. As modular
24 projects whatever their build system. To facilitate this, we provide BUILD
31 starting a new project using Pigweed from day one, you will ask: which build
[all …]
/external/icu/icu4c/source/samples/strsrch/
Dreadme.txt4 Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserve…
5 …h finds the occurrences of a pattern string in a source string, using user-defined collation rules.
8 Creating a user-defined string search mechanism.
13 strsrch.sln Windows MSVC workspace. Double-click this to get started.
14 strsrch.vcproj Windows MSVC project file
16 To Build strsrch on Windows
17 1. Install and build ICU
19 3. Choose a Debug or Release build.
20 4. Build.
22 To Run on Windows
[all …]
/external/cronet/third_party/icu/source/samples/strsrch/
Dreadme.txt4 Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserve…
5 …h finds the occurrences of a pattern string in a source string, using user-defined collation rules.
8 Creating a user-defined string search mechanism.
13 strsrch.sln Windows MSVC workspace. Double-click this to get started.
14 strsrch.vcproj Windows MSVC project file
16 To Build strsrch on Windows
17 1. Install and build ICU
19 3. Choose a Debug or Release build.
20 4. Build.
22 To Run on Windows
[all …]
/external/bazel-skylib/tests/diff_test/
Ddiff_test_tests.sh9 # http://www.apache.org/licenses/LICENSE-2.0
17 # --- begin runfiles.bash initialization ---
18 # Copy-pasted from Bazel's Bash runfiles library (tools/bash/runfiles/runfiles.bash).
19 set -euo pipefail
20 if [[ ! -d "${RUNFILES_DIR:-/dev/null}" && ! -f "${RUNFILES_MANIFEST_FILE:-/dev/null}" ]]; then
21 if [[ -f "$0.runfiles_manifest" ]]; then
23 elif [[ -f "$0.runfiles/MANIFEST" ]]; then
25 elif [[ -f "$0.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
29 if [[ -f "${RUNFILES_DIR:-/dev/null}/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
31 elif [[ -f "${RUNFILES_MANIFEST_FILE:-/dev/null}" ]]; then
[all …]
/external/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml1 # Shared between windows and Linux
2 .build-common:
3 extends: .container+build-rules
6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
18 - _build/meson-logs/*.txt
19 - _build/meson-logs/strace
20 - shader-db
21 - artifacts
24 .build-linux:
25 extends: .build-common
[all …]

12345678910>>...38