bazel /
bazel /
01a8182cb44cbcc608177a4816e787b73860290d - 01a8182 Use Xcode 13.0 for Bazel. by philwo · 3 years, 5 months ago
- c674101 New WorkerMetrics on blaze.invocations table by wilwell · 3 years, 5 months ago
- c406da0 Switch Bazel's CI config to test on Java 11 platforms only. by philwo · 3 years, 5 months ago
- 60ad8f4 Fix archive testing by waltl · 3 years, 5 months ago
- 21b4b1a Remove the flag --incompatible_restrict_string_escapes by laurentlb · 3 years, 5 months ago
- 912ef5d Reuse include scanners threads. by wilwell · 3 years, 5 months ago
- 44e6ed6 Support BazelCcMock on mac through the analysis phase by michajlo · 3 years, 5 months ago
- dbb88f0 Avoid failures when /usr/share/java doesn't exist by Yun Peng · 3 years, 5 months ago
- f22d52e Remove the flag --incompatible_disable_depset_items by laurentlb · 3 years, 5 months ago
- e4f1c83 Make various decimal formatting independent of Java locale. by Benjamin Peterson · 3 years, 5 months ago
- 7978f36 In CTF.K narrow ToolchainContextKey to execution platform Label. Update docs. by twigg · 3 years, 5 months ago
- 101e526 Add ios_sim_arm64 crosstool support by Keith Smiley · 3 years, 5 months ago
- 15a0939 Release 5.0.0-pre.20211011.2 (2021-10-20) by Bazel Release System · 3 years, 5 months ago
- bb913d3 C++: Test that access to cc_internal is limited to builtins by plf · 3 years, 5 months ago
- e10873c Adding additional check for correct visibility type early on the analysis phase. Currently we have a check in ConfiguredTargetFactory where all dependencies are analyzed. And it does not cover use cases outlined in this bug [] by Googler · 3 years, 5 months ago
- 355e325 Emit proper error if feature configuration or cc toolchain are not set by waltl · 3 years, 5 months ago
- 85296b1 Omit serializing the generating action key in cross-config sharing mode. by jhorvitz · 3 years, 5 months ago
- 8bca207 Move `DependencyCollector` to d8_desugar Code Base by Googler · 3 years, 5 months ago
- 9b4844a Allow oso_prefix_is_pwd to be used with all osx cpp link actions by John Laxson · 3 years, 5 months ago
- 70ee973 Constraint proto_library deps and exports on ProtoInfo provider. by ilist · 3 years, 5 months ago
- d5d095f Remove Classic Desugar Dependency from r8/desugar `DesugarBasicTest` by Googler · 3 years, 5 months ago
- 6c21d27 Release 5.0.0-pre.20211006.1 (2021-10-19) by Bazel Release System · 3 years, 5 months ago
- 6af3c04 C++: Changes to public API usable only from builtins by plf · 3 years, 5 months ago
- f788a8e Make remote_execution_tls_test robust to netty upgrade. by Benjamin Peterson · 3 years, 5 months ago
- 1811e82 Use user-defined `DEVELOPER_DIR` environment variable if it's set by Thi Don · 3 years, 5 months ago
- 406fc1b Rewrite `SerializationContextTest` to avoid using mocks. by jhorvitz · 3 years, 5 months ago
- 6c73a2e Exempt the Hilt processor from strict java deps and from the reduced classpath optimization. by Googler · 3 years, 5 months ago
- e682098 Remove no longer needed `DeserializationContext` parameter from `OptionsChecksumCache`. by jhorvitz · 3 years, 5 months ago
- f399a6f Add `SerializationContext` tests for the recently added dependency override behavior. by jhorvitz · 3 years, 5 months ago
- 1db3858 Clean up `ValueWithMetadata` a bit. by jhorvitz · 3 years, 5 months ago
- b5238ef Provide a cleaner way of disabling auto-registration of `ObjectCodec` implementations. by jhorvitz · 3 years, 5 months ago
- 1e42b94 Experimental flag to skip dynamic execution until there has been a successful build. This allows doing a first clean build in situations where dynamic execution interferes too much. by larsrc · 3 years, 6 months ago
- 1e2ac68 Delete unused `JavaSerializableCodec`. by jhorvitz · 3 years, 6 months ago
- 14b0814 Fix effected flags for experimental_cpp_compile_resource_estimation by wilwell · 3 years, 6 months ago
- 21165ec Remove incompatible_top_level_aspects_dependency flag by messa · 3 years, 6 months ago
- 62582bd Retain runfiles when forwarding DelegatingDefaultInfo by Fabian Meumertzheim · 3 years, 6 months ago
- b35944e Update remote-execution-caching-debug.md by ecngtng · 3 years, 6 months ago
- d13c72a Exclude WorkRequestHandler tests from regular WorkerTests, as it has its own target. by larsrc · 3 years, 6 months ago
- cfaa88b Flip incompatible_java_common_parameters. by ilist · 3 years, 6 months ago
- 9cd4c13 Wire a caching context through from `NestedSetStore` to handle potentially ambiguous serialization. by jhorvitz · 3 years, 6 months ago
- a2ffef1 Use testing Crosstool in BazelMockCcSupport by michajlo · 3 years, 6 months ago
- dd07256 Minimize garbage in `RequiredFragmentsUtil`. by jhorvitz · 3 years, 6 months ago
- d6b9459 In `RequiredConfigFragmentsProvider.Builder`, use a set merging strategy that promotes reuse of existing `ImmutableSet` instances, and intern the built result. by jhorvitz · 3 years, 6 months ago
- 4442bb9 Automated rollback of commit 6d7557a5bd8052780ddabebdc5d7d3f4d8978251. by Googler · 3 years, 6 months ago
- 6d7557a Switch invocation policy enforcer to use behavior enum instead of the old boolean flags. by ajurkowski · 3 years, 6 months ago
- 646657f Fix issues in Starlark java_binary by hvd · 3 years, 6 months ago
- cb9194f Add private strip action API for Starlark java_binary by hvd · 3 years, 6 months ago
- 40e6193 Integrate generated extension registry into Starlark java_binary by hvd · 3 years, 6 months ago
- 6b01c30 Expose CcLauncherInfo to builtins by hvd · 3 years, 6 months ago
- 03ffe82 Add native deps support without launcher for Starlark java_binary by hvd · 3 years, 6 months ago
- 927e9eb Expose Cpp and Java build info artifacts to builtins for use in Starlark java_binary. by hvd · 3 years, 6 months ago
- f5196e2 Add flag `experimental_cpp_compile_resource_estimation`. by wilwell · 3 years, 6 months ago
- 42a6ce8 Support ambiguous serialization in `NestedSetSerializationCache`. by jhorvitz · 3 years, 6 months ago
- 9679d18 Clean up and clarify some of the ambiguous semantics involving racing calls to `NestedSetSerializationCache`. by jhorvitz · 3 years, 6 months ago
- df7689d Targets that fail to analyze due to target compatibility checks should report the current target platform. by jcater · 3 years, 6 months ago
- d3b3425 Allow feature configuration and cc toolchain to be None without crashing by waltl · 3 years, 6 months ago
- 9205418 Remove Objc BuildInfoFactory. by ilist · 3 years, 6 months ago
- bf57635 Pull out `NestedSetCache` to a top-level class, renaming it `NestedSetSerializationCache`. by jhorvitz · 3 years, 6 months ago
- 85fc784 Enable QueryIntegrationTest for Bazel while deleting test cases that fail due to compatibility issues. by dacek · 3 years, 6 months ago
- 1e58978 Make the variable holding `set -o` value local. by ajurkowski · 3 years, 6 months ago
- d011d10 Copy the --enable_aspect_hints flag value to host configuration too by rosica · 3 years, 6 months ago
- f67395b Add a test for Bash unit test framework to make sure `-o pipefail` is preserved. by ajurkowski · 3 years, 6 months ago
- d72a4cd Fake out infrastructure to support (some) cpp-isms in the loading phase by michajlo · 3 years, 6 months ago
- b9ab841 Remove unused `{enable,disable}_errexit` functions from Bash unit test framework. by ajurkowski · 3 years, 6 months ago
- e57ef83 Remote: Fix a bug that in-progress upload tasks are not cancelled whe… by Chi Wang · 3 years, 6 months ago
- 698c17a Upgrade JDK11 version by Ivo List · 3 years, 6 months ago
- 34bdfe9 Add an option to `ArtifactSerializationContext` to skip serializing derived artifacts' generating action keys. by jhorvitz · 3 years, 6 months ago
- 60ebb10 Set --experimental_enable_aspect_hints default to false by rosica · 3 years, 6 months ago
- e25b472 Fix 3 ErrorProneStyle findings: by Googler · 3 years, 6 months ago
- 1137e1a Allow overriding dependencies in `DeserializationContext`, and pass `DeserializationContext` to `OptionsChecksumCache`. by jhorvitz · 3 years, 6 months ago
- daecf42 Add a new flag, `--experimental_platform_in_output_dir`, which causes the output dir name to use a non-default platform name instead of the CPU. by jcater · 3 years, 6 months ago
- a086004 Add method to add a `List` of options in `BuildIntegrationTestCase`. by seancurran · 3 years, 6 months ago
- a74d777 Get rid of some duplicated code and reduce the number of dispatch_sources being registered. by dmaclach · 3 years, 6 months ago
- ec6cb4d Clean up some compiler warnings for unix_jni, and some C++ code formatting issues. by dmaclach · 3 years, 6 months ago
- f2f809f Replace `enable_errexit` with `set -euo pipefail` in Bazel tests. by ajurkowski · 3 years, 6 months ago
- 4331bb8 Fix backticks in documentation. by twerth · 3 years, 6 months ago
- 2876285 Mention `--output=summary` on the aquery page. by twerth · 3 years, 6 months ago
- 7bfd7df Print warning when invoking `bazel version` outside of a workspace. by Tobias Werth · 3 years, 6 months ago
- a75732a Remove host_javabase from java_common.compile call in tests. by ilist · 3 years, 6 months ago
- 449a7e8 Add a note about --watchfs being unreliable on remote file systems. by Thaler Benedek · 3 years, 6 months ago
- 8e7b4fc Refactor `ObjectCodecs` to offer static methods for (de)serializing with a custom context. by jhorvitz · 3 years, 6 months ago
- 2a14333 Fix overly aggressive regex when filtering resource classess by Mauricio Galindo · 3 years, 6 months ago
- a6d2c62 [Round 2] Delete non-interning, non-singleton @AutoCodec by Googler · 3 years, 6 months ago
- d8c2318 Automated rollback of commit 2571ce2d9e72ee60326ef524fee1702cb2dd07e7. by dacek · 3 years, 6 months ago
- 3c5e531 RELNOTES[INC]: Remove `--experimental_profile_cpu_usage`. by twerth · 3 years, 6 months ago
- 64f334b Remove unused apple API by Keith Smiley · 3 years, 6 months ago
- 6ac6954 Remove `--experimental_multi_threaded_digest` option. by twerth · 3 years, 6 months ago
- 6c0e5a9 Log a tiny bit more info about number of nodes enqueued for invalidation. by janakr · 3 years, 6 months ago
- 9f5250f Delete non-interning, non-singleton @AutoCodec in third_party/bazel/src/main/java/com/google/devtools/build/lib/analysis by Googler · 3 years, 6 months ago
- 72e7563 Remove FilesetEntry from Bazel. by lberki · 3 years, 6 months ago
- 544b51d Remove deprecated option `experimental_interleave_loading_and_analysis`. by twerth · 3 years, 6 months ago
- 04754ef Only set local execution delay in dynamic execution when getting a cache hit from remote. There is no reason to delay after getting a remote execution. by larsrc · 3 years, 6 months ago
- 3b3bad9 Rollforward of https://github.com/bazelbuild/bazel/commit/cecb3f1650d642dc626d6f418282bd802c29f6d7: Create a wrapper around the desugar binary that sets jdk.internal.lambda.dumpProxyClasses by ilist · 3 years, 6 months ago
- 13c128b Store required fragments in `ConfigurationFragmentPolicy` as a `FragmentClassSet`. by jhorvitz · 3 years, 6 months ago
- be3ddc3 Refactor of SandboxHelpers in preparation for multiplex sandboxing. by larsrc · 3 years, 6 months ago
- 8d39164 RELNOTES[INC]: Remove `--{experimental_,}json_trace_compression` option. by twerth · 3 years, 6 months ago
- b1d0aa6 Ignore pool error when worker is already not the part of the pool. by wilwell · 3 years, 6 months ago
- a7fca52 Add Remote Execution team to CODEOWNERS by Philipp Wollermann · 3 years, 6 months ago
- 463e8c8 Fix Label() behavior when called with '@repo' parts by wyv · 3 years, 6 months ago
- 7cf0c34 Remove --action_graph from the dump command. by leba · 3 years, 6 months ago