bazel /
bazel /
76b7960843b71619c59565cfe7dc642cef7db4c3 - 76b7960 Add rules and coverage code owners. by Irina Iancu · 7 years ago
- 8fe0f45 Add apk converted to proto and all attributes from CompiledResources to ResourcesZip. by corysmith · 7 years ago
- 66a2063 Actually run aquery test by twerth · 7 years ago
- f2505e4 Add profiling data to the resources zip. by corysmith · 7 years ago
- 83516bd Add the source jars of exports to the list of transitive source jars. by Googler · 7 years ago
- 1cf5ee3 Get newlines back. After the switch to using a JsonWriter, the json profile by Googler · 7 years ago
- 9c9b85f Slightly improve UnixGlob implementation. For recursive patterns, the current by Googler · 7 years ago
- 09bf7cc Stop generating .d files when they won't be looked at later. by Googler · 7 years ago
- a7bd133 Clearing //tools/defaults:* by dbabkin · 7 years ago
- fab7203 Add JavaSourceInfoProvider to JavaInfo. by elenairina · 7 years ago
- 1e55149 Add option to post ProfileStartedEvent containing the profile's path. by twerth · 7 years ago
- 03a20ef Use JsonWriter to ensure correct escaping of values by ulfjack · 7 years ago
- 18c5e08 Only call filterDiscoveredHeaders() if include scanning is in effect. by lberki · 7 years ago
- fa7e49f Add aarch64 embedded JDK config, MacOS mock toolchain settings by Arielle Albon · 7 years ago
- 15b27e4 Do not collect source jars for neverlink targets. by Googler · 7 years ago
- e03a119 Disable include scanning for C++ linkstamp compile actions, which are supposed to be shared. by lberki · 7 years ago
- 2829ba4 testenv.sh: do not run "bazel info" unnecessarily by Laszlo Csomor · 7 years ago
- 0fcae04 Quiet 'The following options were not recognized by any processor' warnings by cushon · 7 years ago
- 3f87d16 Make explicit the contract of ConfiguredTarget builders returning null when there are rule errors. by cparsons · 7 years ago
- c80185c Internal change by ruperts · 7 years ago
- 60c288a [Skylark] Size argument list builder to avoid allocations. by Taras Tsugrii · 7 years ago
- df8bf90 Automated rollback of commit be88b8539b30d1c36c68b0f6acfe1e9ae010db3b. by cparsons · 7 years ago
- ccb7456 Improve artifact->owner label accounting in two ways. First, don't do the full mapping unless requested. This gets rid of any performance issue for the vast majority of builds. Second, if requested, use a custom data structure so that we don't have to create a full HashSet for artifacts whose only owning labels are their own owner labels. by janakr · 7 years ago
- 7dbc5e0 [Skylark] Use POJOs instead of dynamic proxies. by Taras Tsugrii · 7 years ago
- f59022b Some code cleanups and improvements around the various DTC visitor implementations in SkyQuery: by nharmata · 7 years ago
- 825b610 Expanding execution log parser to filter by runner type. by Googler · 7 years ago
- fe19ddc Remove source index from SourceFileArtifactValue. by felly · 7 years ago
- 38899f7 Return Java providers only once by elenairina · 7 years ago
- 008e5f8 Add manifestProtoOutput produced during Java compilation to the OutputJar so that it can be accessed in Skylark. One example where this is used is in Android IDL processing where the manifestProtoOutput is used to split out the Android IDL generated Java classes from the overarching outputJar produced by the android_library rule. by Googler · 7 years ago
- 3082654 Add a todo to ProcessUtils to use the new Java 9 APIs by ulfjack · 7 years ago
- 7b3a3fd Allows subclasses of SkyframeExecutor to enable analysis during execution. by shahan · 7 years ago
- 56b1201 Automatic code cleanup. by Googler · 7 years ago
- d6ce264 Make the fallback strategy for Bazel's remote execution configurable. by philwo · 7 years ago
- feb9c87 Automatic code cleanup. by Googler · 7 years ago
- ffb12a4 Windows,tests: port execution_phase_tests by Laszlo Csomor · 7 years ago
- 283ba0a Windows,tests: port startup_options_tests by Laszlo Csomor · 7 years ago
- dc7a4b9 Add the ParallelEvaluator.eval call to the Profiler by ulfjack · 7 years ago
- f6bdc21 Windows,tests: port experimental_ui_test by Laszlo Csomor · 7 years ago
- 894aab3 Windows,tests: port loading_phase_tests by Laszlo Csomor · 7 years ago
- 696442c Document AndroidLibrary.java for readability. by jingwen · 7 years ago
- affe024 Blacklist PackageFactory$BuiltInRuleFunction from serialization. by janakr · 7 years ago
- c809afc Make sure the --host_platform_remote_properties_override flags is by John Cater · 7 years ago
- be88b85 Throw a rule error when a skylark rule implementation returns multiple providers of the same type. by cparsons · 7 years ago
- b6bf51d Fix crash bug in SkyQuery rdeps when there's a dependency edge filter. by nharmata · 7 years ago
- 25e75dc Automated rollback of commit 71479d3ef1627a30b9ec75ca50e6a90cf7db6377. by ruperts · 7 years ago
- c9efd06 Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890. by ccalvarin · 7 years ago
- 0ae0be9 Remove global owners from Bazel CODEOWNERS. by jingwen · 7 years ago
- bc9b35b Skip strict deps suggested fix commands with strict deps disabled by cushon · 7 years ago
- 129c3e2 Automated rollback of commit db01c6f926bcb4774d901797c59f51dd54c05624. by janakr · 7 years ago
- 38cfa82 Update Android owners in Bazel GitHub CODEOWNERS by jingwen · 7 years ago
- 292db1e Simplify tree artifact directory check, and avoid an extra system call. by felly · 7 years ago
- a5aafd5 Repository Options: fix meta data by Klaus Aehlig · 7 years ago
- 55dc53f Adding option to change the root directory name in build_tar.py and archive.py. by Googler · 7 years ago
- aa761ae Windows,tests: port python_test by Laszlo Csomor · 7 years ago
- f0d5771 [singlejar] cleanup port library by Loo Rong Jie · 7 years ago
- 9d23d4d Add GitHub CODEOWNERS file. by jingwen · 7 years ago
- a0276dd Windows,tests: port progress_reporting_test by Laszlo Csomor · 7 years ago
- 64560dd shell tests: use Bazel-embedded Bash runfiles lib by laszlocsomor · 7 years ago
- f5923c1 Update ProjectFileSupport to take an OptionsParser. by Googler · 7 years ago
- 2193da9 Add an option to compress the JSON trace profile. by twerth · 7 years ago
- 0858ae1 Add a flag to split test.xml generation into a separate Spawn by ulfjack · 7 years ago
- d0190d3 Experimental UI: on limited output, reserve capacity for post-build status by Klaus Aehlig · 7 years ago
- 5168c50 C++: Fixes the way errors are checked in tests. by plf · 7 years ago
- 770b987 Remove load() from contents. by Googler · 7 years ago
- a4b28b5 Perform strict deps enforcement on compilations with attribution errors by cushon · 7 years ago
- 1ac35974 Unconditionally run the SJD machinery, which is necessary for jdeps output by cushon · 7 years ago
- 1d96c7c Generalize fix to not emit a -gensrc.jar if the annotation processor classpath is by cushon · 7 years ago
- 6964a0b Fix skydoc following of nontrivial relative labels. by cparsons · 7 years ago
- 5194dfd Don't retain memory used by Artifact->owner Label multimap after it's been used at the start of execution. by janakr · 7 years ago
- 1f3d3ea Send xcode-locator error messages to stderr, not stdout. by jmmv · 7 years ago
- 7e87730 Remove default MD5 in most of Bazel's virtual filesystems. by ccalvarin · 7 years ago
- 0ccfde8 Cut long lines in xcode-locator.m. by jmmv · 7 years ago
- be31bb8 Modify --subcommands to allow pretty printing the arguments of a subcommand by ahumesky · 7 years ago
- cd91d1c Update build-ref.html by Alex Beggs · 7 years ago
- 2d90b6a Keep track of tree artifact inputs in CustomCommandLine.Builder . by Googler · 7 years ago
- ecceb0c Automatic code cleanup. by Googler · 7 years ago
- 458bcb5 Make skydoc java binary publicly visible. by cparsons · 7 years ago
- e2f31cb Make timestamps of InternalOrderedBuildEvent immutable. by Googler · 7 years ago
- 5582965 Update truth dependency to 0.42 by Jeff Lavallee · 7 years ago
- 2f37aca Fix databinding after https://github.com/bazelbuild/bazel/commit/9b29a1bd7bbe37500b28a6508cb82ca1943c75b5 by cushon · 7 years ago
- db01c6f PiperOrigin-RevId: 206181674 by shahan · 7 years ago
- e24a591 Target pattern eval: use the same number of threads as loading by ulfjack · 7 years ago
- 09efb3f Use the path resolver when dealing with tree artifacts. by felly · 7 years ago
- 74146fd Add a flag to make Apple rules not share C++ compile actions. by lberki · 7 years ago
- 676e0cd Add the .py3 extension as a valid Python source. by Googler · 7 years ago
- 7574865 docs: update Windows installation and setup docs by Laszlo Csomor · 7 years ago
- 46f3524 Reduce the set of profiler events for the json profile by ulfjack · 7 years ago
- 6c99cf1 Remove third_party/{minlog,reflectasm} by Philipp Wollermann · 7 years ago
- 5bd5b50 Remove third_party/bytebuddy by Philipp Wollermann · 7 years ago
- 3388d80 Remove unused d3-js and jquery filegroups by Philipp Wollermann · 7 years ago
- bafd898 Internal change by philwo · 7 years ago
- 63883b3 Remove jopt-simple from third_party by Philipp Wollermann · 7 years ago
- 71479d3 C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.Builder by plf · 7 years ago
- 59b0856 Automatic code cleanup. by Googler · 7 years ago
- 071a441 C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.Builder by plf · 7 years ago
- 9b29a1b Add support for data dependencies to java_plugin and java_package_configuration by cushon · 7 years ago
- ca2977c Automated rollback of commit ce8f52060e2cf1e5a49a522039f0cba2a340f7e3. by cushon · 7 years ago
- 75810d5 Remove the gen_jars output group by cushon · 7 years ago
- 2143ff2 PiperOrigin-RevId: 206091795 by cushon · 7 years ago
- d424dee Internal change by cushon · 7 years ago