bazel /
bazel /
eadd5f694ec045cfb42bf070978077f6744d4060 - eadd5f6 Rewordings for concept docs for select/configurability by brandjon · 6 years ago
- ac6a464 Add an "experimental" disclaimer to AnalysisFailureInfo. by cparsons · 6 years ago
- ab39ffb Add the CROSSTOOL reference. by spomorski · 6 years ago
- fe1a658 Add action executed count to the BEP metrics event. by tomlu · 6 years ago
- 1077d9d Cleanup critical path computation a bit by ulfjack · 6 years ago
- ad0079b Add the CROSSTOOL tutorial. by spomorski · 6 years ago
- ecbf651 Add getting started guide for Bazel container. by xingao · 6 years ago
- 9bc3b20 Fix the "nojava" platform and enable full presubmit checks for the various JDK platforms now that we have enough GCE resources. by philwo · 6 years ago
- 55bf5f5 Fix formatting on backward-compatibility.md by hlopko · 6 years ago
- c984c0b Remove code that used to handle shared actions with input discovery. by lberki · 6 years ago
- 065ba5a Add cfg = "data" to incompatible changes docs by Greg · 6 years ago
- a77cf8b Use all intermediate .gcov files that are generated. by iirina · 6 years ago
- 7c818ca Move output artifact pretty-printing to a helper class by ulfjack · 6 years ago
- 6505f7c Add cycle reporting for test_suite expansion. by Benjamin Peterson · 6 years ago
- 366e948 Open source the C++ include scanning module by ulfjack · 6 years ago
- 54c2572 Add openjdk_linux_archive java_toolchain for nojava platform. by philwo · 6 years ago
- c070221 Improve profiling of times spent in client. by twerth · 6 years ago
- 5f312dd Fix event id for action_completed BEP events by ulfjack · 6 years ago
- f59fad7 Actually use wall time for startup_time (as documented). by twerth · 6 years ago
- e888150 Support disabling the repository cache by Klaus Aehlig · 6 years ago
- b7ec4f2 Rollback of commit 4924566e1c0c0d83a9f4f0ece9f02c098333e666 and changelist 215310545. by twerth · 6 years ago
- f561441 Windows,test wrapper: pass command line arguments by Laszlo Csomor · 6 years ago
- 645a35e Create AnalysisFailureInfo for in-build failure testing. by cparsons · 6 years ago
- 4924566 Thread a RootedPath into the Package's BUILD file, versus just a Path. This allows us to use that Root in the common case that the Package is not external, saving the creation of a new Root. by janakr · 6 years ago
- afe6c70 Add google-extensions jar so that GoogleLogger class can be used, for by Janak Ramakrishnan · 6 years ago
- 1b2e005 Automatic code cleanup. by Googler · 6 years ago
- 3535057 Consolidate buildjar test helpers by cushon · 6 years ago
- 3cb3a5d Introduce --incompatible_no_target_output_group to turn down deprecated Target.output_group field. by cparsons · 6 years ago
- 8fe8018 Add instructions to use androidx.test.espresso for android_instrumentation_test by jingwen · 6 years ago
- 21e2600 Allows QueryableGraph.prefetchDeps to make decisions about how to handle by shahan · 6 years ago
- 398af94 Update CODEOWNERS by Irina Iancu · 6 years ago
- be96dbc Refactor out-err teeing by ulfjack · 6 years ago
- 2fb3300 Add more profiling information. by twerth · 6 years ago
- 5184cb7 Document the repository cache and the --distdir option by aehlig · 6 years ago
- d758366 C++: Get linker inputs for cc_fake_binary from CcLinkParams by plf · 6 years ago
- 40f604f Clarify how to handle missing toolchains for --incompatible_disable_cc_toolchain_label_from_crosstool_proto by hlopko · 6 years ago
- 8a92a75 Mention how to create a test alias that actually runs the test. by Googler · 6 years ago
- d0609e8 Remove types for methods extracted from the fake api. by Googler · 6 years ago
- cdfac3e Automatic code cleanup. by cushon · 6 years ago
- c6dc5e5 Set a name for the bep local writer thread by ulfjack · 6 years ago
- 4a3757a Remove unused deps by cushon · 6 years ago
- ac88041 Make --loading_phase_threads default to the number of CPUs. by jmmv · 6 years ago
- 050e0ff Add RuleConfiguredTargetValue#toString for better debugging. by janakr · 6 years ago
- c0c300d Refresh comments for format of string fields in blaze_query.Rule. Most of these haven't been touched since the initial commit in 2008. by nharmata · 6 years ago
- 8e35877 Create new config module that is responsible for creating BuildSetting descriptor objects. by juliexxia · 6 years ago
- 20efb2a Pass along the QueryExpressionContext from SkyQueryEnvironment#getRBuildFiles by nharmata · 6 years ago
- ab43976 Avoid recomputing hashes of Action and Command. by Benjamin Peterson · 6 years ago
- 845fff2 Add Flogger (Google Logger) to third_party by Janak Ramakrishnan · 7 years ago
- 97cd006 Clean up Rule's API by michajlo · 6 years ago
- 1694943 Introduce the 'same_pkg_direct_rdeps' query function. by cushon · 6 years ago
- 7138b07 Mark nodes to be force-rebuilt during node restarting by mschaller · 6 years ago
- 610e8ff Windows,test wrapper: export XML testlog envvar by Laszlo Csomor · 6 years ago
- ce68ee7 Automated rollback of commit be4a0679a35d2881a9e93ae4a5ee4c88c536f232. by hlopko · 6 years ago
- 875cc91 Doc: put rules in a separate section by laurentlb · 6 years ago
- 49b7d05c Add mandatory `rule_name` attribute to jvm_maven_import_external. by jingwen · 6 years ago
- 904cb66 Give the event handler update thread a name by ulfjack · 6 years ago
- f2b260c Automated rollback of commit c004ff117ad72fd387102600e4be47fddf7bc2ae. by ulfjack · 6 years ago
- 030a2f1 C++: Makes Python native deps launcher use linking API. by plf · 6 years ago
- 6784c9d C++: Same CcCompilationOutputs used for Java and C++. by plf · 6 years ago
- ca4319d Windows,test wrapper: export envvars as mixed path by Laszlo Csomor · 6 years ago
- 23bc3be C++, runfiles: add Runfiles::CreateForTest by Laszlo Csomor · 6 years ago
- d5f7c24 Add a SpawnMetrics.Builder class by ulfjack · 6 years ago
- a5f4c35 C++: Makes Java native deps launcher use linking API. by plf · 6 years ago
- 150c409 Enable Strict Java Deps and reduced classpaths by default by cushon · 6 years ago
- b56ba84 Clean up Package and Package.Builder interface by michajlo · 6 years ago
- 8067e26 Add a blaze option for jspb_proto_library forwarding proto_library's exports by Googler · 6 years ago
- 62ca144 Marks a few more values as unshareable. by shahan · 6 years ago
- dd51b8e Populate android_binary coverage metadata information with --experimental_java_coverage by kmb · 6 years ago
- 6e9af75 Implement a MinimalOutputStore that caches less data. by Googler · 6 years ago
- e080c95 Add logging to ObjectCodecRegistry to give some indication of the serialization setup. This is to help developers eliminate serialization non-determinism as the source of a bug. It might be nice to write the hash somewhere and crash if there's a mismatch, but leaving that alone for now. by janakr · 6 years ago
- c314fe5 [Android] Add missing -g for debug compilation mode to ARM crosstools by Jason Gavris · 6 years ago
- c49e874 When we already know query evaluation will produce unique results, don't bother by nharmata · 6 years ago
- 3e0f520 Avoid crash when failing to create a symlink to a non-Artifact input. by felly · 6 years ago
- 188cf25 Ensure that TestsFunction produces unique results given unique inputs. by nharmata · 6 years ago
- 0a83eca Properties, system-out, system-err should be elements rather than attributes according to JUnit.xsd. by Googler · 6 years ago
- 93b1912 C++: Make cc_binary's linking go through CcLinkingHelper. by plf · 6 years ago
- 2334a56 Add links to BuildGrid and Buildbarn by Ed Baunton · 6 years ago
- 4102d7a Rename a parameter for the sake of accuracy. by nharmata · 6 years ago
- 9d179e1 Introduce --incompatible_no_transitive_loads by laurentlb · 6 years ago
- 4fea242 Internal change by corysmith · 6 years ago
- d93ebe1 Fix the bootstrap scripts to use the correct BUILD file for tools/sh. by John Cater · 6 years ago
- 7622016 Add incompatible flags for removing legacy cc_toolchain skylark apis by hlopko · 6 years ago
- e936435 Documentation typo fix by gregce · 6 years ago
- 59a624e Add CcToolchainAttributesProvider by hlopko · 6 years ago
- 9e183ca Remove unused COVERAGE_LEGACY_MODE variable from collect_coverage.sh by iirina · 6 years ago
- 154c8ae Add virtual includes coverage test. by iirina · 6 years ago
- 86fa7d1 [singlejar] Use gcc-style attr_packed for Clang on Windows by Loo Rong Jie · 6 years ago
- 21d2569 [singlejar] Change one 32-bit off_t to 64-bit off64_t by Loo Rong Jie · 6 years ago
- e856d82 Add super-gross logging to track down mysterious nonexistent file bug. by janakr · 6 years ago
- bf1bdf7 Split the local host capacity query logic into its own build target. by jmmv · 6 years ago
- c1062a4 Remove unused argument by michajlo · 6 years ago
- 1ee4dd9 Detect case where mobile-install is run on a non-android binary. by Googler · 6 years ago
- 5a1ed1f Automated rollback of commit 83738e79f7e368732a64808c3073861a3c908f0c. by cushon · 6 years ago
- 2a9f1ab Remove unnecessary AttributeContainer bits by michajlo · 6 years ago
- 2bcbecf Remove throwing of InterruptedException from LabelVisitor. We never actually have any interruptible methods here. by shreyax · 6 years ago
- 18bd7de Automated rollback of commit 364c9a924e58cce7678abdc2594cef00bf8881a5. by tomlu · 6 years ago
- b1c9ecf Introduce CcToolchainProviderHelper by hlopko · 6 years ago
- ed03f3d Make ExecutionInfoModifier have a useful equals by making it AutoValue. by mstaib · 6 years ago
- 9fbd31f Add Bazel server process ID (pid) to the Build Event Protocol (BEP). by lpino · 6 years ago
- 0ccc16d Propagate --experimental_enable_java_proto_exports to the host config by cushon · 6 years ago