Home
last modified time | relevance | path

Searched +full:bazel +full:- +full:3 (Results 1 – 25 of 63) sorted by relevance

123

/third_party/node/deps/v8/
DWORKSPACE2 # Use of this source code is governed by a BSD-style license that can be
13 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
14 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skyli…
25 strip_prefix = "rules_python-0.6.0",
33 extra_pip_args = ["--require-hashes"],
34 requirements = "//:bazel/requirements.txt",
39 build_file = "bazel/BUILD.zlib",
55 build_file = "bazel/BUILD.icu",
66 build_file = "bazel/BUILD.trace_event_common",
DBUILD.bazel2 # Use of this source code is governed by a BSD-style license that can be
9 "@v8//:bazel/defs.bzl",
21 load(":bazel/v8-non-pointer-compression.bzl", "v8_binary_non_pointer_compression")
116 # https://groups.google.com/a/google.com/g/c-toolchain-team/c/W4nmWonD0ow/m/rLGyIL4YIQAJ
155 # We use a string flag to create a 3 value-logic.
183 "@v8//bazel/config:v8_target_x64",
192 "@v8//bazel/config:v8_target_arm64",
233 # We use a string flag to create a 3 value-logic.
262 "@v8//bazel/config:v8_target_x64",
272 "@v8//bazel/config:v8_target_arm64",
[all …]
/third_party/skia/toolchain/
Dclang_toolchain_config.bzl10 - https://docs.bazel.build/versions/4.2.1/tutorial/cc-toolchain-config.html
11- https://github.com/emscripten-core/emsdk/blob/7f39d100d8cd207094decea907121df72065517e/bazel/ems…
34 …# https://docs.bazel.build/versions/main/skylark/lib/cc_common.html#create_cc_toolchain_config_info
36 …# https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/st…
49 toolchain_identifier = "clang-toolchain",
62 Bazel normally restricts us to referring to (and therefore running) executables/scripts
64 to run are brought in via WORKSPACE.bazel and are located in EXEC_ROOT/external/clang....
68 These action_configs also let us dynamically specify arguments from the Bazel
72 …# https://cs.opensource.google/bazel/bazel/+/master:tools/cpp/cc_toolchain_config_lib.bzl;l=435;dr…
77 …# https://cs.opensource.google/bazel/bazel/+/master:tools/cpp/cc_toolchain_config_lib.bzl;l=488;dr…
[all …]
/third_party/rust/crates/cxx/book/src/build/
Dbazel.md1 {{#title Bazel, Buck2 — Rust ♡ C++}}
2 ## Bazel, Buck2, potentially other similar environments
4 Starlark-based build systems with the ability to compile a code generator and
8 The tool is packaged as the `cxxbridge-cmd` crate on crates.io or can be built
12 $ cargo install cxxbridge-cmd
14 $ cxxbridge src/bridge.rs --header > path/to/bridge.rs.h
18 The CXX repo maintains working [Bazel] `BUILD` and [Buck2] `BUCK` targets for
19 the complete blobstore tutorial (chapter 3) for your reference, tested in CI.
23 [Bazel]: https://bazel.build
27 # tools/bazel/rust_cxx_bridge.bzl
[all …]
/third_party/protobuf/
Dprotobuf_deps.bzl1 """Load dependencies needed to compile the protobuf library as a 3rd-party consumer."""
13 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.2/bazel-skyli…
14 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.2/bazel-skylib-1.0.2.tar.gz",
23 strip_prefix = "zlib-1.2.11",
32 urls = ["https://pypi.python.org/packages/source/s/six/six-1.12.0.tar.gz"],
39 strip_prefix = "rules_cc-818289e5613731ae410efb54218a4077fb9dbb03",
47 strip_prefix = "rules_java-981f06c3d2bd10225e85209904090eb7b5fb26bd",
55 strip_prefix = "rules_proto-97d8af4dc474595af3900dd85cb3a29ad28cc313",
63 strip_prefix = "rules_python-4b84ad270387a7c439ebdccfd530e2339601ef27",
/third_party/benchmark/docs/
Dpython_bindings.md3 Python bindings are available as wheels on [PyPI](https://pypi.org/project/google-benchmark/) for i…
5 Currently, pre-built wheels exist for macOS (both ARM64 and Intel x86), Linux x86-64 and 64-bit Win…
6 Supported Python versions are Python 3.7 - 3.10.
11 python -m pip install --upgrade pip # for manylinux2014 support
12 python -m pip install google-benchmark
16 environment. See the [official Python documentation](https://docs.python.org/3/library/venv.html)
24 python3 -m venv venv --system-site-packages
27 # upgrade Python's system-wide packages
28 python -m pip install --upgrade pip setuptools wheel
30 python -m pip wheel . -w wheelhouse
[all …]
/third_party/benchmark/
D.travis.yml7 - compiler: gcc
11 - lcov
13 - compiler: gcc
17 - g++-multilib
18 - libc6:i386
20 - COMPILER=g++
21 - C_COMPILER=gcc
22 - BUILD_TYPE=Debug
23 - BUILD_32_BITS=ON
24 - EXTRA_FLAGS="-m32"
[all …]
DREADME.md3-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://github…
4 [![bazel](https://github.com/google/benchmark/actions/workflows/bazel.yml/badge.svg)](https://githu…
5 …k/workflows/pylint/badge.svg)](https://github.com/google/benchmark/actions?query=workflow%3Apylint)
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)
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
79 $ cmake -E make_directory "build"
81 $ cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../
83 # cmake -DCMAKE_BUILD_TYPE=Release -S . -B "build"
[all …]
/third_party/skia/third_party/externals/brotli/
D.travis.yml5 - master
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
16 - ubuntu-toolchain-r-test
18 - gcc-7
19 - g++-7
20 - os: linux
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
25 - ubuntu-toolchain-r-test
27 - gcc-4.4
[all …]
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
26 using clang-10.0.0
28 using gcc-9
36 if [[ ! -d "$dir" ]]; then
37 git clone ${@:3} "$url" "$dir"
43 if [[ -d "$dir" ]]; then
44 rm -fr "$dir"
49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
26 using clang-10.0.0
28 using gcc-9
36 if [[ ! -d "$dir" ]]; then
37 git clone ${@:3} "$url" "$dir"
43 if [[ -d "$dir" ]]; then
44 rm -fr "$dir"
49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1
[all …]
/third_party/googletest/
DWORKSPACE6 name = "com_google_absl", # 2023-01-10T21:08:25Z
8 strip_prefix = "abseil-cpp-52835439ca90d86b27bf8cd1708296e95604d724",
9 …urls = ["https://github.com/abseil/abseil-cpp/archive/52835439ca90d86b27bf8cd1708296e95604d724.zip…
15 name = "com_googlesource_code_re2", # 2022-12-21T14:29:10Z
17 strip_prefix = "re2-d0b1f8f2ecc2ea74956c7608b6f915175314ff0e",
22 name = "rules_python", # 2023-01-10T22:00:51Z
24 strip_prefix = "rules_python-70cce26432187a60b4e950118791385e6fb3c26f",
29 name = "bazel_skylib", # 2022-11-16T18:29:32Z
31 strip_prefix = "bazel-skylib-5bfcb1a684550626ce138fe0fe8f5f702b3764c3",
32 …urls = ["https://github.com/bazelbuild/bazel-skylib/archive/5bfcb1a684550626ce138fe0fe8f5f702b3764…
[all …]
/third_party/googletest/googletest/test/
Dgoogletest-failfast-unittest.py35 --gtest_fail_fast flag. The default value of the flag can also be changed
36 by Bazel fail fast environment variable TESTBRIDGE_TEST_RUNNER_FAIL_FAST.
38 This script tests such functionality by invoking googletest-failfast-unittest_
48 # Bazel testbridge environment variable for fail fast
63 # Command to run the googletest-failfast-unittest_ program.
65 'googletest-failfast-unittest_')
69 LIST_TESTS_FLAG = '--gtest_list_tests'
95 args += ['--gtest_output=xml:' + xml_path]
98 args += ['--%s=%s' % (FAIL_FAST_FLAG, fail_fast)]
100 args += ['--%s' % FAIL_FAST_FLAG]
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DREADME.md1 # SPIR-V Tools
5 The SPIR-V Tools project provides an API and commands for processing SPIR-V
9 validator, and optimizer for SPIR-V. Except for the optimizer, all are based
18 SPIR-V is defined by the Khronos Group Inc.
19 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification,
24 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag…
25 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag…
26 …ps://storage.googleapis.com/spirv-tools/badges/build_status_windows_release.svg)](https://storage.…
30 ## Versioning SPIRV-Tools
34 SPIRV-Tools project version numbers are of the form `v`*year*`.`*index* and with
[all …]
/third_party/skia/third_party/externals/spirv-tools/
DREADME.md1 # SPIR-V Tools
5 The SPIR-V Tools project provides an API and commands for processing SPIR-V
9 validator, and optimizer for SPIR-V. Except for the optimizer, all are based
18 SPIR-V is defined by the Khronos Group Inc.
19 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification,
24 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag…
25 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag…
26 …ps://storage.googleapis.com/spirv-tools/badges/build_status_windows_release.svg)](https://storage.…
30 ## Versioning SPIRV-Tools
34 SPIRV-Tools project version numbers are of the form `v`*year*`.`*index* and with
[all …]
/third_party/spirv-tools/
DREADME.md1 # SPIR-V Tools
2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c…
4 NEWS 2023-01-11: Development occurs on the `main` branch.
8 The SPIR-V Tools project provides an API and commands for processing SPIR-V
12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based
21 SPIR-V is defined by the Khronos Group Inc.
22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification,
27 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag…
28 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag…
29 …ps://storage.googleapis.com/spirv-tools/badges/build_status_windows_release.svg)](https://storage.…
[all …]
/third_party/skia/third_party/
DBUILD.bazel1 # https://github.com/bazelbuild/bazel-skylib
14 "//include/third_party:skcms-hdrs",
53 "//bazel/common_config_settings:cpu_wasm": [],
70 "-Ithird_party/libpng/",
71 "-Wno-unused-but-set-variable",
74 # This adds -isystem "third_party/externals/libpng" to any dependent
78 # This rule adds -isystem "third_party/externals/libpng" to any dependent
79 # rule on this, which avoids having to add "-Ithird_party/libpng/" to copts for
85 # file, we must tell Bazel to explicitly bring it in as an "includable".
141 "//bazel/common_config_settings:cpu_wasm": ["externals/zlib/inflate.c"],
[all …]
/third_party/skia/third_party/externals/abseil-cpp/
DCONTRIBUTING.md7 howto](https://help.github.com/articles/about-pull-requests/)
33 provide a full forward-compatible implementation of the latest standard. For us
38 * **Widespread usage** - Using our internal codebase to help gauge usage, most
40 * **Anticipated widespread usage** - Pre-adoption of some standard-compliant
45 * **High impact** - APIs that provide a key solution to a specific problem,
48 * **Direct support for a library that falls under one of the above** - When we
50 higher-priority library we plan to release, we may release it, as we did
60 backward-incompatible changes to released APIs without also shipping a tool or
72 [google-styleguide](https://github.com/google/styleguide) project. All patches
89 issue](https://github.com/abseil/abseil-cpp/issues) and discussing it first.
[all …]
/third_party/protobuf/java/
DREADME.md1 # Protocol Buffers - Google's data interchange format
5 https://developers.google.com/protocol-buffers/
13 $ protoc --java_out=${OUTPUT_DIR} path/to/your/proto/file
25 <artifactId>protobuf-java</artifactId>
34 protobuf-java-util package:
39 <artifactId>protobuf-java-util</artifactId>
48 compile 'com.google.protobuf:protobuf-java:3.11.0'
60 ### Use Java Protocol Buffers with Bazel
62 Bazel has native build rules to work with protobuf. For Java, you can use the
74 ### Build from Source - With Maven
[all …]
/third_party/benchmark/.github/ISSUE_TEMPLATE/
Dbug_report.md1 ---
8 ---
15 - OS:
16 - Compiler and version:
21 2. cmake/bazel...
22 3. make ...
/third_party/glslang/
DWORKSPACE10 strip_prefix = "googletest-release-1.10.0",
11 urls = ["https://github.com/google/googletest/archive/release-1.10.0.zip"], # 3-Oct-2019
17 strip_prefix = "re2-e860767c86e577b87deadf24cc4567ea83c4f162/",
23 build_file = "BUILD.effcee.bazel",
25 strip_prefix = "effcee-8f0a61dc95e0df18c18e0ac56d83b3fa9d2fe90b/",
/third_party/icu/icu4c/source/python/icutools/databuilder/
D__main__.py4 # Python 2/3 Compatibility (ICU-20299)
5 # TODO(ICU-20301): Remove this.
25 Use the --mode option to declare how to execute those rules, either exporting
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 ...
46 $ LD_LIBRARY_PATH=lib ./bin/pkgdata --help
50 $ LD_LIBRARY_PATH=lib ./bin/pkgdata -m common -p icudt63l -c \\
[all …]
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
D__main__.py4 # Python 2/3 Compatibility (ICU-20299)
5 # TODO(ICU-20301): Remove this.
25 Use the --mode option to declare how to execute those rules, either exporting
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 ...
46 $ LD_LIBRARY_PATH=lib ./bin/pkgdata --help
50 $ LD_LIBRARY_PATH=lib ./bin/pkgdata -m common -p icudt63l -c \\
[all …]
/third_party/skia/third_party/externals/spirv-headers/
DREADME.md1 # SPIR-V Headers
3 This repository contains machine-readable files for the
4 [SPIR-V Registry](https://www.khronos.org/registry/spir-v/).
8 * JSON files describing the grammar for the SPIR-V core instruction set
13 Headers are provided in the [include](include) directory, with up-to-date
18 not tied to SPIR-V specification versions.
22 When a new version or revision of the SPIR-V specification is published,
23 the SPIR-V Working Group will push new commits onto master, updating
26 [The SPIR-V XML registry file](include/spirv/spir-v.xml)
30 - request allocation of new enum ranges in the XML registry file
[all …]
/third_party/spirv-headers/
DREADME.md1 # SPIR-V Headers
3 This repository contains machine-readable files for the
4 [SPIR-V Registry](https://www.khronos.org/registry/spir-v/).
8 * JSON files describing the grammar for the SPIR-V core instruction set
13 Headers are provided in the [include](include) directory, with up-to-date
18 not tied to SPIR-V specification versions.
22 When a new version or revision of the SPIR-V specification is published,
23 the SPIR-V Working Group will push new commits onto master, updating
26 [The SPIR-V XML registry file](include/spirv/spir-v.xml)
30 - request allocation of new enum ranges in the XML registry file
[all …]

123