Home
last modified time | relevance | path

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

12345678910>>...45

/aosp_15_r20/external/mesa3d/.gitlab-ci/container/
H A 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 …]
/aosp_15_r20/external/pigweed/docs/get_started/
H A Dfirst_time_setup.rst1 .. _docs-first-time-setup-guide:
7 .. _docs-first-time-setup-guide-express-setup:
9 -------------
11 -------------
15 .. _Gatekeeper: https://support.apple.com/guide/security/gatekeeper-and-runtime-protection-sec5599b…
17 .. tab-set::
19 .. tab-item:: Linux
22 .. inclusive-language: disable
24 .. code-block:: sh
26 sudo apt install git build-essential
[all …]
/aosp_15_r20/external/bazelbuild-rules_go/
H A 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 …]
/aosp_15_r20/external/bazelbuild-rules_rust/docs/
H A 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 The rules are released, and releases can be found on [the GitHub Releases page](https://github.com/…
20 …eatures should work, but bugs are more likely. This is not a desired end-state - please report (or…
41 integrity = "sha256-Weev1uz2QztBlDA88JX6A1N72SucD1V8lBsaliM0TTg=",
42 …urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.48.0/rules_rust-v0.48.0.tar.…
54 ## Rules section in [Rules rust](https://github.com/bazelbuild/rules_rust)
[all …]
/aosp_15_r20/external/bazelbuild-rules_python/
H A DCHANGELOG.md1 :::{default-domain} bzl
6 This is a human-friendly changelog in a keepachangelog.com style format.
7 Because this changelog is for end-user consumption of meaningful changes,only
20 * Particular sub-systems are identified using parentheses, e.g. `(bzlmod)` or
39 ## [0.36.0] - 2024-09-24
44 * (gazelle): Update error messages when unable to resolve a dependency to be more human-friendly.
45 * (flags) The {obj}`--python_version` flag now also returns
52 the {obj}`--python_version` flag will determine the value. This allows
53 specifying the build-time Python version for the
61 * (whl_library): Remove `--no-index` and add `--no-build-isolation` to the
[all …]
/aosp_15_r20/external/bazelbuild-rules_android/rules/android_sdk_repository/
H A 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 …]
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/zone/
H A 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 …]
/aosp_15_r20/external/bazel-skylib/
H A 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 …]
/aosp_15_r20/external/bazelbuild-rules_rust/.bazelci/
H A Dpresubmit.yml1 ---
4 - "--config=rustfmt"
5 - "--config=clippy"
7- sed -i 's|^rust_register_toolchains(|rust_register_toolchains(versions = ["1.68.0"],\n|' WORKSPA…
9 - "--//rust/toolchain/channel=nightly"
11 - "--//rust/toolchain/channel=nightly"
12 - "--config=rustfmt"
13 - "--config=clippy"
15 - "--lockfile_mode=error"
17 - "--"
[all …]
/aosp_15_r20/external/tpm2-tss/
H A 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 …]
/aosp_15_r20/external/freetype/docs/oldlogs/
H A DChangeLog.291 2018-05-01 Werner Lemberg <[email protected]>
7 Tag sources with `VER-2-9-1'.
12 * README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj,
13 src/base/ftver.rc, builds/windows/vc2005/index.html,
14 builds/windows/vc2008/freetype.vcproj,
15 builds/windows/vc2008/index.html,
16 builds/windows/vc2010/freetype.vcxproj,
17 builds/windows/vc2010/index.html,
18 builds/windows/visualc/freetype.dsp,
19 builds/windows/visualc/freetype.vcproj,
[all …]
/aosp_15_r20/external/icu/icu4c/source/python/icutools/databuilder/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/icu/source/python/icutools/databuilder/
H A 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 …]
/aosp_15_r20/external/skia/toolchain/
H A Ddownload_windows_amd64_toolchain.bzl2 This file assembles a toolchain for a Windows host using the Clang Compiler.
11 (See https://bazel.build/docs/output_directories#layout-diagram)
17 # From https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.8
19 # go run bazel/gcs_mirror/gcs_mirror.go --url [clang_url] --sha256 [clang_sha256]
20 # We're using a newer version on Windows than Linux or Mac because major version 18 is the earliest
21 # version to include pre-builts for Windows.
22 clang_prefix = "clang+llvm-18.1.8-x86_64-pc-windows-msvc"
24 …g_url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/clang+llvm-18.1.8-x…
32 # https://bazel.build/rules/lib/repository_ctx#download_and_extract
40 # Create a BUILD.bazel file that makes the files necessary for compiling,
[all …]
/aosp_15_r20/external/bazel-skylib/tests/run_binary/
H A 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 …]
/aosp_15_r20/external/angle/build/config/siso/
H A 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 …]
/aosp_15_r20/external/mesa3d/src/microsoft/ci/
H A 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 …]
/aosp_15_r20/external/bazelbuild-rules_rust/rust/private/
H A Dutils.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
65 # TODO: Replace with bazel-skylib's `path.dirname`. This requires addressing some
116 # On macos and windows, dynamic/static libraries always end with the
123 # Search for the extension - starting from the right - by removing any
133 libname = ".".join(comps[:-1])
140 # TODO: Could we remove this function in favor of a "windows" parameter in the
145 … map_each = lambda x: get_lib_name(x, for_windows = toolchain.target_os.startswith("windows)),
146 # format_each = "-ldylib=%s",
149 """Returns the name of a library artifact for Windows builds.
157 # On macos and windows, dynamic/static libraries always end with the
[all …]
/aosp_15_r20/external/parameter-framework/upstream/
H A 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 …]
/aosp_15_r20/external/pigweed/seed/
H A D0111.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 …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dbuild_def.bzl1 """Build macros for TF Lite."""
12 load("@build_bazel_rules_android//android:rules.bzl", "android_library")
13 load("@bazel_skylib//rules:build_test.bzl", "build_test")
18 "-DFARMHASH_NO_CXX_STRING",
21 "-mfpu=neon",
24 "-msse4.1",
27 "-msse4.2",
30 clean_dep("//tensorflow:windows"): [
32 "/wd4018", # -Wno-sign-compare
35 "-Wno-sign-compare",
[all …]
/aosp_15_r20/build/soong/sdk/
H A Dtesting.go7 // http://www.apache.org/licenses/LICENSE-2.0
50 "system/sepolicy/apex/myapex-file_contexts": nil,
51 "system/sepolicy/apex/myapex2-file_contexts": nil,
52 "system/sepolicy/apex/mysdkapex-file_contexts": nil,
79 // Add windows as a default disable OS to test behavior when some OS variants
81 config.Targets[android.Windows] = []android.Target{
82 …{android.Windows, android.Arch{ArchType: android.X86_64}, android.NativeBridgeDisabled, "", "", tr…
86 // Add a build number file.
125 // Analyse the sdk build rules to extract information about what it is doing.
152 // We differentiate between copy rules for the snapshot, and copy rules for the install file.
[all …]
/aosp_15_r20/sdk/
H A Dchanges.txt4 - Emergency fix to new project templates.
11 - Ant build system:
12 - Ant build system:
14 environment variable (requires updating the project's build.xml file)
16 Both separate test projects and self-contained app+test projects now work.
20 - Fix GPU rendering
43 namespace and ignore-attribute.
56 * Find manifest files which declare more than one <uses-sdk>
79 * Find Java code which creates world-writeable files (which can lead
95 * Find XML files using a different encoding format than UTF-8, since
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/
H A DBUILD6 load("@bazel_skylib//rules:common_settings.bzl", "bool_flag", "bool_setting")
32 # copybara:comment_begin(oss-only)
57 "@llvm-project//:__subpackages__",
123 # copybara:comment_begin(oss-only)
218 # copybara:uncomment_begin(google-only)
236 # values = {"cpu": "armeabi-v7a"},
273 cpu = "armeabi-v7a",
288 cpu = "arm64-v8a",
312 name = "windows",
315 {"//tools/cpp:cc_target_os": "windows"},
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/
H A DCHANGES1 Revision history for SPIRV-Tools
3 v2024.2 2024-04-22
4 - General
5 - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591)
6 - Use bazel 7 and bzlmod (#5601)
7 - Optimizer
8 - opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648)
9 - Fix rebuilding types with circular references. (#5637)
10 - Add AliasedPointer decoration (#5635)
11 - add support for vulkan-shader-profiler external passes (#5512)
[all …]

12345678910>>...45