bazel /
bazel /
a0ca5acbbd6c86d91b5891215591a51fd6b0d83a - a0ca5ac Make sure that user-level log messages are not lost in a buffer if debug by ccalvarin · 7 years ago
- 6243023 Automatic code cleanup. by Googler · 7 years ago
- fa26ecd Parse raw xml resources for tools annotations. by corysmith · 7 years ago
- 0b534a8 Automated rollback of commit 15b27e46ad766e777fb898f39bff06efa9268c2a. by Googler · 7 years ago
- 9e10d3e Use a parameterized dict and simplify an iteration in xcode-locator. by jmmv · 7 years ago
- 1707cba Add the ability to do a filtered copy of a ProtoApk by corysmith · 7 years ago
- 8beb8bb Add support for extracting references and declarations from a proto formatted apk by corysmith · 7 years ago
- bf68cda Fix a broken link in the documentation by vladmos · 7 years ago
- f8afad6 Add a parser for gcov intermediate file format. by Irina Iancu · 7 years ago
- f330439 Add the action_names_test_files target to the OSS version of tools/buils_defs/cc/BUILD. by kaipi · 7 years ago
- 09cf207 [Skylark] Avoid unnecessary allocations. by Taras Tsugrii · 7 years ago
- 7372c04 Add extra logging to xcode-locator when scanning Xcode bundles. by jmmv · 7 years ago
- 81a2ddd Automated rollback of commit 75810d5910073aa7a1550bbd36544971f3c95ae1. by twerth · 7 years ago
- c82c39e Add C++ rules owners by Marcel Hlopko · 7 years ago
- 84f6913 Automated rollback of commit 38899f708923d6a7e1edd011af2ba70f505bb4c9. by twerth · 7 years ago
- 41d2b56 Remove the need for discoverInputsStage2(). Much like every other Skyframe by Googler · 7 years ago
- 377ef39 There is no need to do input discovery or .d file analysis for modular codegen. by Googler · 7 years ago
- c687654 Open source SpawnMetrics by ulfjack · 7 years ago
- 6e7fae1 [Skylark] Move method invocation logic to MethodDescriptor. by Taras Tsugrii · 7 years ago
- 58f80df1 [Skylark] Cache isParamNamed computation. by Taras Tsugrii · 7 years ago
- 4b8d0ae [Skylark] Avoid unnecessary copyOf invocations. by Taras Tsugrii · 7 years ago
- 3852edd Automated rollback of commit 0a635c5236ce30ea84b765ce752267992733a649. by corysmith · 7 years ago
- ab8a844 [Skylark] Size tuple slice sizes to avoid unnecessary allocations. by Taras Tsugrii · 7 years ago
- b292ad1 Release 0.16.0 (2018-07-31) by Bazel Release System · 7 years ago
- 0a635c5 Automated rollback of commit 8fe0f45852a620a078013310989396caed273342. by corysmith · 7 years ago
- a0f77be Break out xcode-locator's main function into smaller chunks. by jmmv · 7 years ago
- 04d8a92 Remove output jar from runfiles and the ijar from the OutputJar when sources by Googler · 7 years ago
- 504a6d2 Removes serialization class that introduced bug. by plf · 7 years ago
- faef180 Fix bazel_docker_sandboxing_test by updating it to use the latest bazel-toolchains. by philwo · 7 years ago
- 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