bazel /
bazel /
a77224b47bfe4dcda674e188f641a99937be4a27 - a77224b Enable bazel ninja rules to register validation actions from ninja build rules. by ahumesky · 4 years, 6 months ago
- 9d3689b Remove Artifact#getOutputDirRelativePathString. by Googler · 4 years, 6 months ago
- 60a69b4 Add --incompatible_use_cpp_compile_header_mnemonic flag by waltl · 4 years, 6 months ago
- 36f7100 Try to avoid conflicts writing param files by doing in-place renames. by jmmv · 4 years, 6 months ago
- f502368 Delete Artifact#toOutputDirRelativePaths after replacing it with ActionsTestUtil#baseArtifactNames in BazelJ2ObjcLibraryTest.java as it doesn't need to verify the full paths. by Googler · 4 years, 6 months ago
- a220c0d Flip --experimental_nested_set_as_skykey_threshold for Bazel. by leba · 4 years, 6 months ago
- 9342003 Log when a failed query has no detailed exit code. by janakr · 4 years, 6 months ago
- 334925f DOCS: Add example of visualizing JSON profile on Chromium by Eric Cousineau · 4 years, 6 months ago
- 3e2ebbe Add a test which verifies that all URLs mentioned in WORKSPACE actually by John Cater · 4 years, 6 months ago
- c1b80a9 Update platform-intro.md to use reference links. by jcater · 4 years, 6 months ago
- 01c37fd [3/3] Bump grpc java to 1.31.1 too by Dmitry Ivankov · 4 years, 6 months ago
- e25d7ec Move load statements to top of BUILD files by cushon · 4 years, 6 months ago
- 2ac5d2e Replace deprecated get*Fragment calls in CcCompilationHelper. by Googler · 4 years, 6 months ago
- 36fa385 Add a RepositoryName parameter to other directory methods in OutputDirectories. by Googler · 4 years, 6 months ago
- 8bd6fbe starlark: improve "unhashable type" error messages by adonovan · 4 years, 6 months ago
- dec757f Add a new query flag, --experimental_query_failure_exit_code_behavior, that determines the exit code query returns when it encounters a failure: "three_and_seven", the default, returns 3 on a keep-going failure and 7 on a non-keep-going failure. "seven", which users should be ok with, returns 7 for both failures, avoiding the clash of 3 with the "tests failed" exit code for `blaze test`. "underlying" returns the underlying exit code from the failure details. It gives the most resolution in the coarse exit code, but may be a breaking change for some consumers. by janakr · 4 years, 6 months ago
- 10d19ef Refactor AbstractBlazeOptionHandlerTest into a helper class by warkahscott · 4 years, 6 months ago
- cd2209a Fix broken build settings link by gregce · 4 years, 6 months ago
- 7f7ab02 Remove redundant describe()-like parameters from ExecException#toActionExecutionException. by janakr · 4 years, 6 months ago
- 961be8c Grpc java 1 31 1 part 2 by Dmitry Ivankov · 4 years, 6 months ago
- 4139a16 Reduce GC in ActionExecutionFunction caused by removal of MiddlemanArtifacts. by leba · 4 years, 6 months ago
- b327417 Restore deleted query-syntax related failure-details by michajlo · 4 years, 6 months ago
- df70135 Refactor ExecException to centralize logic for "messagePrefix" construction. Leads to a minor behavior change for error messages (additional colon). Don't think it's worth RELNOTES. by janakr · 4 years, 6 months ago
- d4cd4e7 [1/3] Bump grpc java to 1.31.1 too by Dmitry Ivankov · 4 years, 6 months ago
- 5ebc1fb Use the value of `--oom_message` in the OOM thrown by `RetainedHeapLimiter`. by jhorvitz · 4 years, 6 months ago
- ce73c32 Delete unused query-related failure details by michajlo · 4 years, 6 months ago
- e82d66b Automatic code cleanup. by Googler · 4 years, 6 months ago
- ca62fc4 Update documentation around newer exit codes by michajlo · 4 years, 6 months ago
- 05883a8 Updated and fixed j2objc_dead_code_pruner*, removed obsolete tests, updated to python3. by Googler · 4 years, 6 months ago
- 28442ae remove "support" for space syntax with starlark flags. by juliexxia · 4 years, 6 months ago
- f4374e6 Automated rollback of commit b094458cd453b73b46192ea2c3d65165cb5488e7. by cmita · 4 years, 6 months ago
- f885210 Automated rollback of commit 66844df726f5a6c1d6f4bc5755d3af0c6ce3662c. by cmita · 4 years, 6 months ago
- fd9a254 Refactor `RetainedHeapLimiter` to be more testable. by jhorvitz · 4 years, 6 months ago
- 8f9d2a6 Updates J2ObjcAspect to support ARC compilation via the `--j2objc_translation_flags=-use-arc` flag. by Googler · 4 years, 6 months ago
- d0135a5 Use CallCredentialsProvider and refresh credentials when needed for GrpcCacheClient and GrpcRemoteExecutor by Chi Wang · 4 years, 6 months ago
- d9bebab Fix typos in tools/build_defs/repo/utils.bzl -> patch() by Adam Liddell · 4 years, 6 months ago
- ae28ab7 Add .netrc support for remote build by Chi Wang · 4 years, 6 months ago
- 0077eaa Add NetrcParser which used to parse the content of .netrc file and create a Netrc instance. by Googler · 4 years, 6 months ago
- fb0f51d Simplify FileManager and context handling by cushon · 4 years, 6 months ago
- 1c12103 Add AggregatingArtifactValue#toString. by janakr · 4 years, 6 months ago
- e239193 Fix action conflicts from exec transition + platform mappings + starlark transition. by juliexxia · 4 years, 6 months ago
- bcb279b Arm64 installation instructions by Matt Davis · 4 years, 6 months ago
- 750c938 Add a `stamp` parameter to `apple_common.link_multi_arch_binary`. by allevato · 4 years, 6 months ago
- 4e7b1e5 Make OutputDirectories ready to produce repository-dependent bin directory paths. by Googler · 4 years, 6 months ago
- 10ffddb Use the non-javac-based turbine everywhere by cushon · 4 years, 6 months ago
- 8eeafab [3/3] Bump grpc from 1.26.0 to 1.31.1 by Dmitry Ivankov · 4 years, 7 months ago
- a74096f [2/3] Bump grpc from 1.26.0 to 1.31.1 by Dmitry Ivankov · 4 years, 6 months ago
- 638bdc2 Add --max_mem_alloc_mb to prevent aquery_differ from chewing up all mem available. by leba · 4 years, 6 months ago
- b25569e Removing obsolete warning message for aquery v2. by leba · 4 years, 6 months ago
- abbbdb4 Automatic code cleanup. by cushon · 4 years, 6 months ago
- 0731090 [1/3] Bump grpc from 1.26.0 to 1.31.1 by Dmitry Ivankov · 4 years, 7 months ago
- 199e70c [2/3] Remove the term "sanity" in comments. by Googler · 4 years, 6 months ago
- 365f67e Don't prematurely add native module to bzl env by brandjon · 4 years, 6 months ago
- d9b55f8 Clean up assertions on compilation results by cushon · 4 years, 6 months ago
- 7ecdc85 Remove testonly logic for configuring annotation processors by cushon · 4 years, 6 months ago
- a1d002c Support absolute paths for Propeller profiles with propeller_optimize option. by Googler · 4 years, 6 months ago
- d3f0e01 Add note that blazel config relies on server state from previous command. by juliexxia · 4 years, 6 months ago
- 0fdf1a1 Add some debugging for bizarre BES-RemoteActionFileSystem interaction bug. by janakr · 4 years, 6 months ago
- 1a975e4 starlark: relax Param.noneable to ease its removal by adonovan · 4 years, 6 months ago
- 6eb30d2 Update CODEOWNERS for Starlark interpreter by Jon Brandvein · 4 years, 6 months ago
- de77148 Allow for Starlark flags to be aliased on the command line. by warkahscott · 4 years, 6 months ago
- e7df682 BEGIN_PUBLIC starlark: abolish 'int reboxing' hack by adonovan · 4 years, 6 months ago
- 642a800 Fix Coverage Report Extension Check by vectoralpha · 4 years, 6 months ago
- 292f88b Output the correct logfile for multiplex workers when using --worker_verbose. by larsrc · 4 years, 6 months ago
- 9450552 Add support for toolchain java 15 by Jonathan Perry · 4 years, 7 months ago
- 4a8cbf5 Stop creating temp directories for Java compilations by cushon · 4 years, 7 months ago
- be0f07e Move default_java_toolchain definitions into java_tools repository by Ivo List · 4 years, 7 months ago
- 9b82aeb BEGIN_PUBLIC starlark: fix crash due to parameter type mismatch by adonovan · 4 years, 7 months ago
- 0f37305 Add debug message for weird crash. by janakr · 4 years, 7 months ago
- 0ba28d1 Remove unused SpawnStrategyRegistry#useLegacyDescriptionFilterPrecedence by michajlo · 4 years, 7 months ago
- daa9726 Add docstring to osx_cc_configure.bzl by Keith Smiley · 4 years, 7 months ago
- a2a2f9d Use Java resources to bundle the JNI library. by jmmv · 4 years, 7 months ago
- 6dbfa3e Fix some lingering local var names by brandjon · 4 years, 7 months ago
- f0a7594 Make --output required by cushon · 4 years, 7 months ago
- f8e482a Bump size of PackagesTest. by philwo · 4 years, 7 months ago
- e92b72b Update worker docs to include info about JSON workers. by steinman · 4 years, 7 months ago
- 4a27ebb docfix: Replace Skydoc reference with Stardoc, as former is deprecated by Jonathon Belotti · 4 years, 7 months ago
- 40f2a12 Stop manually overriding failure detail's coarse exit code in SpawnExecException#toDetailedExitCode. Instead, trust it. This requires changing some failure codes' associated coarse exit codes so that they are properly categorized: a code like Spawn#EXEC_FAILED that is associated with a "system" error status needs to have an exit code of 34 to reflect that. by janakr · 4 years, 7 months ago
- 8e69eff Update documentation for Bazel 3.6 by laurentlb · 4 years, 7 months ago
- f2fa663 Change host transitions to exec transition in android sdk. by Ivo List · 4 years, 7 months ago
- 6e0fa0d Read android sdk from toolchain instead of attribute when --incompatible_enable_android_toolchain_resolution is set. by juliexxia · 4 years, 7 months ago
- 11f928c bazel packages: port PackageFactoryTest to PackageLoadingTestCase by adonovan · 4 years, 7 months ago
- 76152be Release 3.6.0 (2020-10-06) by Bazel Release System · 4 years, 7 months ago
- 200b949 Fix formatting of output C++ toolchain for macOS. by Thi Doan · 4 years, 7 months ago
- a1652cb Fix typo in documentation. by twerth · 4 years, 7 months ago
- 66844df Add source jar to transitive jars in JavaProtoAspect by cmita · 4 years, 7 months ago
- a991db7 Remove support for //net/proto2/go:proto dependency by Googler · 4 years, 7 months ago
- 73929f9 Desugar Integer.{divide,remainder}Unsigned and {Integer,Long}.toUnsignedString by kmb · 4 years, 7 months ago
- 080547f Automated rollback of commit 6d448136d13ddab92da8bb29ea6e8387821369d9. by juliexxia · 4 years, 7 months ago
- 2350239 Create temp directories instead of making Bazel create them for us by cushon · 4 years, 7 months ago
- 360265b bazel packages: fix + test for crash in EnvironmentGroup.toString by adonovan · 4 years, 7 months ago
- 3b73c25 Validate the types of sequence inputs to JavaInfo by Charles Mita · 4 years, 7 months ago
- b094458 Use exec transitions in Java related rules. by Ivo List · 4 years, 7 months ago
- a977376 Rename --experimental_allow_json_worker_protocol to --experimental_worker_allow_json_protocol, to match the other worker-related flags, which begin with "worker" by steinman · 4 years, 7 months ago
- b8f43f9 Remove double negatives in constructFileArtifactValue comment for readability. by jingwen · 4 years, 7 months ago
- 2dfc903 Add undeclared ninja file path in exception message by Torgil Svensson · 4 years, 7 months ago
- 2fb715a Add link to Ninja docs about Phony targets in the PhonyTarget class. by jingwen · 4 years, 7 months ago
- d69744d Fold the windows/jni subpackage into its parent. by jmmv · 4 years, 7 months ago
- abc2211 Force /usr/bin/python2.7 on macOS by Keith Smiley · 4 years, 7 months ago
- 7128580 Fold {Unix,Windows}JniLoader into JniLoader. by jmmv · 4 years, 7 months ago