aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools
Commit message (Expand)AuthorAge
* Skylint: add main linter class and clean up BUILD filesGravatar fzaiser2017-09-08
* Replace ad hoc wrapper classes with Equivalence.WrapperGravatar brandjon2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Remove debug outputGravatar Googler2017-09-06
* fix for legacy jacoco instrumentation in interfaces behind flagGravatar kmb2017-09-06
* Skylint: add lint for uninitialized variablesGravatar fzaiser2017-09-06
* Skylint: check the documentation of parameters in function docstringsGravatar fzaiser2017-09-04
* Skylint: add lint to check for unreachable statementsGravatar fzaiser2017-09-04
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* Remove the Dialect type from the Parser.Gravatar laurentlb2017-09-01
* PiperOrigin-RevId: 167167400Gravatar kmb2017-09-01
* Changed Android manifest merger build action to also resolve relative class n...Gravatar Googler2017-09-01
* Skylint: add a lint that reports unused identifiersGravatar fzaiser2017-08-31
* Skylint: handle for-loops in control flow lint correctlyGravatar fzaiser2017-08-31
* Add a closeResource(Throwable throwable, Object resource) in the runtimeGravatar cnsun2017-08-31
* Allow to overwrite default dex prefix name 'classes'.Gravatar Googler2017-08-31
* Make ControlFlowChecker follow the dataflow analysis idiom more closelyGravatar brandjon2017-08-31
* pkg_tar usage: fix CI warningGravatar laszlocsomor2017-08-30
* Skylint: add lint that checks for statements without effectsGravatar fzaiser2017-08-30
* Make classJarOutput of AndroidResourceMergingAction read package from manifestGravatar ajmichael2017-08-30
* Add support for the <type>/<package>:<name> method of declaring resources.Gravatar corysmith2017-08-30
* Save density information to manifests when filtering resources in analysisGravatar Googler2017-08-30
* Rollforward of https://github.com/bazelbuild/bazel/commit/0071b396776be4d146f...Gravatar apell2017-08-29
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* Skylint: add lint for missing docstringsGravatar fzaiser2017-08-29
* Make Windows C++ launcher support long pathGravatar Yun Peng2017-08-29
* Add a lint for missing return statementsGravatar fzaiser2017-08-28
* Prepend workspace name when finding Jar path by RlocationGravatar pcloudy2017-08-25
* Add missing action to processor busy boxGravatar corysmith2017-08-25
* Typo fix: prosess -> processGravatar jingwen2017-08-25
* Enable using a parameter for large lists of resources to link.Gravatar corysmith2017-08-25
* Busybox all the Bazel Android tools.Gravatar ajmichael2017-08-25
* Windows: Implement Java native launcherGravatar Yun Peng2017-08-25
* Automated rollback of commit d31a944cfae27564caa7f974e0daec99314d4c44.Gravatar lberki2017-08-24
* Enable parameter files for manifest merger actions.Gravatar apell2017-08-24
* Final tweaks and fixes to enable aapt2 for Blaze.Gravatar corysmith2017-08-24
* Adds compile action for aapt2: Aapt2ResourcePackagingActionGravatar corysmith2017-08-23
* Start work on the Skylark linter (skylint).Gravatar fzaiser2017-08-23
* Remove workaround. The ASM bug is fixed. And we use ClassRemapper now.Gravatar cnsun2017-08-22
* Terminate requests with OK instead of ALREADY_EXISTS in the Remote Worker.Gravatar olaola2017-08-22
* Windows: Implement python native launcherGravatar Yun Peng2017-08-21
* Switch android tools' use of options parser to a more concise form for the si...Gravatar ccalvarin2017-08-21
* Refactor Bash LauncherGravatar Yun Peng2017-08-21
* Partially revert https://github.com/bazelbuild/bazel/commit/bcb0354b2d7c7a8f8...Gravatar cnsun2017-08-18
* Bazel source code is no longer java7.Gravatar ajmichael2017-08-17
* android_library can be used in the resources attributeGravatar Googler2017-08-16
* Delete last vestiges of xcodegen.Gravatar schmitt2017-08-16
* Validate and Link libraries action for aapt2Gravatar corysmith2017-08-14
* Use all resource types in PlaceholderIdFieldInitializerBuilderGravatar Googler2017-08-14
* multi-thread DexFileMergerGravatar kmb2017-08-11