Searched +full:bazel +full:- +full:6 (Results 1 – 25 of 26) sorted by relevance
12
7 - compiler: gcc11 - lcov13 - compiler: gcc17 - g++-multilib18 - libc6:i38620 - COMPILER=g++21 - C_COMPILER=gcc22 - BUILD_TYPE=Debug23 - BUILD_32_BITS=ON24 - EXTRA_FLAGS="-m32"[all …]
1 # Quickstart: Building with Bazel3 This tutorial aims to get you up and running with GoogleTest using the Bazel13 * [Bazel](https://bazel.build/), the preferred build system used by the19 If you don't already have Bazel installed, see the20 [Bazel installation guide](https://bazel.build/install).25 ## Set up a Bazel workspace28 [Bazel workspace](https://docs.bazel.build/versions/main/build-ref.html#workspace)42 [Bazel external dependency](https://docs.bazel.build/versions/main/external.html)44 [`http_archive` rule](https://docs.bazel.build/versions/main/repo/http.html#http_archive).54 strip_prefix = "googletest-5ab508a01f9eb089207ee87fd547d290da39d015",[all …]
5 this tutorial as a starting point. If your project uses Bazel, see the6 [Quickstart for Bazel](quickstart-bazel.md) instead.18 [Ninja](https://ninja-build.org/), and others - see19 [CMake Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html)92 EXPECT_EQ(7 * 6, 42);122 [`GoogleTest` CMake module](https://cmake.org/cmake/help/git-stage/module/GoogleTest.html).127 <strong>my_project$ cmake -S . -B build</strong>128 -- The C compiler identification is GNU 10.2.1129 -- The CXX compiler identification is GNU 10.2.1131 -- Build files have been written to: .../my_project/build[all …]
18 See [Explicit Success and Failure](reference/assertions.md#success-failure) in35 is awkward especially when the expression has side-effects or is expensive to127 Then the statement `EXPECT_FALSE(IsEven(Fib(6)))` will print130 Value of: IsEven(Fib(6))135 #### Using a Predicate-Formatter141 instead use *predicate-formatter assertions* to *fully* customize how the146 ### Floating-Point Comparison148 See [Floating-Point Comparison](reference/assertions.md#floating-point) in the151 #### Floating-Point Predicate-Format Functions153 Some floating-point operations are useful, but not that often used. In order to[all …]
1 # This BUILD file shows how to use protobuf with bazel. Before you can use85 # $ bazel build :add_person_java_deploy.jar :add_person_java_lite_deploy.jar86 # $ ls -l bazel-bin/*_deploy.jar87 # -r-xr-xr-x 1 xiaofeng eng 1230797 Sep 8 12:24 bazel-bin/add_person_java_deploy.jar88 # -r-xr-xr-x 1 xiaofeng eng 236166 Sep 8 12:24 bazel-bin/add_person_java_lite_deploy.jar90 # In the above example, the lite .jar file is 6 times smaller. With proper
3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To6 # bazel run @//third-party:vendor11 - [aliases](#aliases)12 - [crate_deps](#crate_deps)13 - [all_crate_deps](#all_crate_deps)14 - [crate_repositories](#crate_repositories)36 # The first key in the map is a Bazel package76 # Alert on any miss-matched dependencies292 "third-party": {294 "cc": "@vendor__cc-1.0.79//:cc",[all …]
4 # This Bazel build file defines a target representing the binary executable31 # Markus 2021-06-16:33 # See https://docs.bazel.build/versions/main/cpp-use-cases.html35 …ee https://stackoverflow.com/questions/51584960/stdcall-once-throws-stdsystem-error-unknown-error-139 # what(): Unknown error -143 # #4 0x00007ffff7e809d1 in std::terminate() () from /lib/x86_64-linux-gnu/libstdc++.so.644 # #5 0x00007ffff7e80c65 in __cxa_throw () from /lib/x86_64-linux-gnu/libstdc++.so.645 …# #6 0x00007ffff7e78458 in std::__throw_system_error(int) () from /lib/x86_64-linux-gnu/libstdc…51 linkopts = ["-pthread"],
13 # entries in a comma-separated list.29 # Fetch clang-tidy into the same bin/ directory as our clang binary.45 # luci-go CIPD package version.46 'luci_go': 'git_revision:6da0608e4fa8a3c6d1fa4f855485c0038b05bf72',48 # Three lines of non-changing comments so that49 # the commit queue can handle CLs rolling android_sdk_build-tools_version51 'android_sdk_build-tools_version': 'tRoD45SCi7UleQqSV7MrMQO1_e5P8ysphkCcj6z_cCQC',52 # Three lines of non-changing comments so that55 'android_sdk_emulator_version': 'gMHhUuoQRKfxr-MBn3fNNXZtkAVXtOwMwT7kfx8jkIgC',56 # Three lines of non-changing comments so that[all …]
... .md abseil-cpp-20220623.1/AUTHORS abseil-cpp-20220623.1/BUILD.bazel abseil-cpp
... /bazel/BUILD grpc-1.41.1/bazel/OWNERS grpc-1.41.1/bazel/ ...
1 <?xml version="1.0" encoding="UTF-8"?>2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.8 http://www.apache.org/licenses/LICENSE-2.017 …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.35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po…46 -->53 … <!--policyitem type="license" name="LGPL" path=".*" desc="Dynamically linked by module X"/-->54 …!--policyitem type="copyright" name="xxx" path=".*" rule="may" group="defaultGroup" filefilter="co…68 <filteritem type="filepath" name="BUILD.bazel" desc="三方开源,不需要检测文件头是否遗漏版权声明"/>
1 <?xml version="1.0" encoding="UTF-8"?>2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.8 http://www.apache.org/licenses/LICENSE-2.018 -->19 <!-- OAT(OSS Audit Tool) configuration guide:46 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol…56 -->76 <filteritem type="filename" name="DCO-1.1.txt" desc="not used in ohos"/>77 <filteritem type="filename" name="BUILD.bazel" desc="构建文件"/>
1 Revision history for SPIRV-Tools3 v2023.6 2023-12-184 - General5 - update_build_version.py produce deterministic header. (#5426)6 - Support missing git in update_build_version.py (#5473)7 - Optimizer8 - 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 …]
1 <?xml version="1.0" encoding="UTF-8"?>2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.8 http://www.apache.org/licenses/LICENSE-2.018 -->19 <!-- OAT(OSS Audit Tool) configuration guide:46 6. policyitem rule and group: These two fields are used together to merge policy results. "may" pol…56 -->78 <filteritem type="filename" name="DCO-1.1.txt" desc="not used in ohos"/>79 <filteritem type="filename" name="BUILD.bazel" desc="构建文件"/>
1 <?xml version="1.0" encoding="UTF-8"?>2 <!-- Copyright (c) 2023 Huawei Device Co., Ltd.8 http://www.apache.org/licenses/LICENSE-2.017 …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.35 …6. policyitem rule and group: These two fields are used together to merge policy results. "may" po…46 -->53 <policyitem type="compatibility" name="Unicode-TOU" path=".*" desc="宽松型许可证."/>56 <policyitem type="compatibility" name="Adobe-2006" path=".*" desc="宽松型许可证."/>58 …<policyitem type="compatibility" name="LicenseRef-scancode-khronos" path="third_party/.*" desc="宽松…[all …]
18 cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4=40 cloud.google.com/go v0.64.0/go.mod h1:xfORb36jGvE+6EexW71nMEtL025s3x6xvuYUKM4JLv4=82 cloud.google.com/go/logging v1.1.1 h1:mU+6wZyP0llWyobJ+aJFqeEfDzMp95R449wEPPILVX0=97 cloud.google.com/go/pubsub v1.6.0/go.mod h1:I6DkrTv7tKIvDQTZt+6rAFo1446FEoVDJeLXTu4pCcE=129 dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyM…130 dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I…131 github.com/99designs/goodies v0.0.0-20140916053233-ec7f410f2ff2 h1:fDVqZtKvHbahsmAyx44RVCFK5uuqXHzZ…132 github.com/99designs/goodies v0.0.0-20140916053233-ec7f410f2ff2/go.mod h1:cbC1BMQYOqZ70I8LEvH53q53M…133 github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQ…134 github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaF…[all …]
1 Protocol Buffers - Google's data interchange format6 https://developers.google.com/protocol-buffers/9 --------11 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral,12 platform-neutral, extensible mechanism for serializing structured data. You13 …uf's documentation on the Google Developers site](https://developers.google.com/protocol-buffers/).20 ------------------------------26 For non-C++ users, the simplest way to install the protocol compiler is to27 download a pre-built binary from our release page:31 In the downloads section of each release, you can find pre-built binaries in[all …]
1 2020-07-14 version 3.13.0-rc1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)7 * Fix use-after-destroy bug when the Map is allocated in the arena.23 * Reject NaN, Infinity, -Infinity that is not quoted.24 * Base64 fixes for bytes fields: accept URL-safe base64 and missing padding.44 generated code compatible with old C# compilers (pre-roslyn compilers54 2020-06-01 version 3.12.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)56 Objective-C59 2020-05-26 version 3.12.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)64 Objective-C65 * Fix for the :protobuf_objc target in the Bazel BUILD file. (#7538)[all …]
19 //! .flag_if_supported("-std=c++11")20 //! .compile("cxxbridge-demo");22 //! println!("cargo:rerun-if-changed=src/main.rs");23 //! println!("cargo:rerun-if-changed=src/demo.cc");24 //! println!("cargo:rerun-if-changed=include/demo.h");37 //! For use in non-Cargo builds like Bazel or Buck, CXX provides an39 //! line tool. The tool is packaged as the `cxxbridge-cmd` crate.42 //! $ cargo install cxxbridge-cmd # or build it from the repo44 //! $ cxxbridge src/main.rs --header > path/to/mybridge.h48 #![doc(html_root_url = "https://docs.rs/cxx-build/1.0.97")][all …]
17 'chrome_internal_git': 'https://chrome-internal.googlesource.com',36 # Version of Chromium our Chromium-based DEPS are mirrored from.42 # Current revision of VK-GL-CTS (a.k.a dEQP).46 # Note: this dep cannot be auto-rolled b/c of nesting.61 # Note: this dep cannot be auto-rolled b/c of nesting.75 # Current revision of patched-yasm.76 # Note: this dep cannot be auto-rolled b/c of nesting.79 # Three lines of non-changing comments so that84 # Three lines of non-changing comments so that85 # the commit queue can handle CLs rolling luci-go[all …]
1 Revision history for SPIRV-Tools3 v2021.5-dev 2021-11-114 - Start v2021.5-dev6 v2021.4 2021-11-117 - General8 - Add a WebAssembly build (#3752)9 - Make cxx exceptions controllable (#4591)10 - Validator11 - Improve decoration validation (#4490)12 - Optimizer[all …]
3 * Copyright (C) 2004-2016, International Business Machines7 * encoding: US-ASCII16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update31 ---------------------------------------------------------------------------- ***36 See https://unicode-org.github.io/icu/processes/release/tasks/standards#update-script-code-enums39 ---------------------------------------------------------------------------- ***44 https://www.unicode.org/versions/beta-15.0.0.html46 https://www.unicode.org/reports/uax-proposed-updates.html47 https://www.unicode.org/reports/tr44/tr44-29.html49 https://unicode-org.atlassian.net/browse/ICU-21980 Unicode 15[all …]
58 #include "gtest/gtest-assertion-result.h"59 #include "gtest/gtest-spi.h"61 #include "gtest/internal/gtest-port.h"126 #include "src/gtest-internal-inl.h"195 // g_help_flag is true if and only if the --help flag or an equivalent form218 // Bazel passes in the argument to '--test_filter' via the TESTBRIDGE_TEST_ONLY229 // Bazel passes in the argument to '--test_runner_fail_fast' via the257 "break-point.");276 "A colon-separated list of glob (not regex) patterns "278 "'-' and a : separated list of negative patterns (tests to "[all …]
64 #include "gtest/gtest-assertion-result.h"65 #include "gtest/gtest-spi.h"67 #include "gtest/internal/gtest-port.h"131 #include "src/gtest-internal-inl.h"203 // g_help_flag is true if and only if the --help flag or an equivalent form226 // Bazel passes in the argument to '--test_filter' via the TESTBRIDGE_TEST_ONLY237 // Bazel passes in the argument to '--test_runner_fail_fast' via the265 "break-point.");284 "A colon-separated list of glob (not regex) patterns "286 "'-' and a : separated list of negative patterns (tests to "[all …]