1. 12dcd35 Revert "Update to JDK 10 javac" by Lukacs T. Berki · 7 years ago
  2. 30aac1c Update to JDK 10 javac by Liam Miller-Cushon · 7 years ago
  3. 63883b3 Remove jopt-simple from third_party by Philipp Wollermann · 7 years ago
  4. 13445c6 Update the ResourceUsageAnalyzer with the latest bug fixes. by corysmith@google.com · 7 years ago
  5. 932b1f6 Delete old version of jarjar by Liam Miller-Cushon · 7 years ago
  6. 2ef1ebf Remove an obsolete prebuilt copy of javabuilder by Liam Miller-Cushon · 7 years ago
  7. 1a042ce Use the provided javac for host_javabase=9 by Liam Miller-Cushon · 7 years ago
  8. 354d675 Add missing resources to jopt-simple by Liam Miller-Cushon · 7 years ago
  9. 6e945ce Update javac version to 9+181-r4173-1 by Liam Miller-Cushon · 7 years ago
  10. a8e5edd RemappingClassAdapter is deprecated, use ClassRemapper instead by Liam Miller-Cushon · 7 years ago
  11. de08129 Delete unused jarjar artifact by Liam Miller-Cushon · 7 years ago
  12. 87dd180 @AutoCodec features. by Googler · 7 years ago
  13. 6163d43 Fix //third_party:srcs to include new jcommander library. by John Cater · 7 years ago
  14. 605ab69 Add jcommander 1.48 by Adam Michael · 7 years ago
  15. b4ebfd7 Add proguard 5.3.3 to third_party. by Adam Michael · 8 years ago
  16. 05a704f Remove some left over bits of Java 7 support by Liam Miller-Cushon · 8 years ago
  17. a6d3f52 Remove third_party/java/jopt-simple/src/{site,test}. by Philipp Wollermann · 8 years ago
  18. e2eea44 Update javac version to 9-dev-r4023-3 by Liam Miller-Cushon · 8 years ago
  19. 2462477 Delete unused buck iOS support by Peter Schmitt · 8 years ago
  20. 8621efc Fixes J2ObjC support. Adds a BUILD.tools and updates BUILD.remote with by Keith Stanger · 8 years ago
  21. 187fd34 Clean up aliases after javac upgrade by Liam Miller-Cushon · 8 years ago
  22. 36ce4b4 Update javac version to 9-dev-r4023-2 by Liam Miller-Cushon · 8 years ago
  23. 8470be1 Clean up javac and Error Prone targets by Liam Miller-Cushon · 8 years ago
  24. 6265878 Update databinding exec.jar to 2.3.1. by Adam Michael · 8 years ago
  25. bc133cb Add javac9-4023-1 and Error Prone 2.0.20 by Liam Miller-Cushon · 8 years ago
  26. 3d17deb Add a jarjar_bin binary in addition to jarjar_command so that we'll by Lukacs T. Berki · 8 years ago
  27. 1357a0d Add the sources of jopt-simple to //third_party:srcs . by Lukacs T. Berki · 8 years ago
  28. 55828e2 Vendor jarjar instead of using a binary version of it. by Lukacs T. Berki · 8 years ago
  29. df8d804 Vendor `jopt-simple 5.0.3` . by Lukacs T. Berki · 8 years ago
  30. 4cf537c Deleted unused stalled javac-9-dev binaries by Damien Martin-Guillerez · 8 years ago
  31. 994cc5a Remove "METADATA" file from bazel-srcs, unbreak Bazel's export pipeline. by Philipp Wollermann · 8 years ago
  32. 00582c5 Description redacted. by Googler · 8 years ago
  33. 3049051 Update to latest javac and Error Prone by Liam Miller-Cushon · 8 years ago
  34. 2e689c2 Add javac-9-dev-r3297-3 by Liam Miller-Cushon · 8 years ago
  35. 25365d8 Make resource shrinking able to handle style resource parent references that start with 'style/' instead of the more strict '@style/'. AAPT will handle either format, so the resource shrinker should as well to prevent build failures that only occur when shrinking. by Andrew Pellegrini · 8 years ago
  36. 89cc544 Revert "Add javac-9-dev-r3297-3" by Damien Martin-Guillerez · 8 years ago
  37. efe4a6d Add javac-9-dev-r3297-3 by Liam Miller-Cushon · 8 years ago
  38. 400c24a Update documentation to note that the shrinker behavior differs from the Gradle version in that it removes values resources instead of only minifying them. by Andrew Pellegrini · 8 years ago
  39. 7a089cf Fix unused resources declared in a file from removing the entire file even if other resources from that file were still used. Now the file will only be removed if the corresponding whole file resource is unused (e.g. res/layout/main.xml will be removed only if the resource layout/main is unused). Remove fix that treated id declarations as usages that was a workaround for the above problem. by Andrew Pellegrini · 8 years ago
  40. b7a7311 Fix ResourceUsageModel analysis of <style> resource bugs by overriding this behavior in the extended class owned by ResourceUsageAnalyzer. This makes the fix available to both Blaze and Bazel, since Bazel uses the AOSP released version of the com.tools.android.lint library, which contains ResourceUsageModel, instead of the source version available in []. by Andrew Pellegrini · 8 years ago
  41. 2f878e1 Rollforward: Update depot version of ResourceUsageAnalyzer.java from the public Gradle source. This version includes: by Andrew Pellegrini · 8 years ago
  42. 772f7e9 Rollback of commit 1a592765f3fc116ac5c83b80784dcf0c043ccb5e. by Andrew Pellegrini · 8 years ago
  43. 1a59276 Update depot version of ResourceUsageAnalyzer.java from the public Gradle source. This version includes: by Andrew Pellegrini · 8 years ago
  44. a475087 Adds javapoet by Yue Gan · 8 years ago
  45. f1ce35f Revert commit 6d31cb01b80d0560c0c083d40e641816877b3d06. by Damien Martin-Guillerez · 8 years ago
  46. 6d31cb0 by Damien Martin-Guillerez · 8 years ago
  47. 353d270 Remove broken and unused third party target. by Adam Michael · 8 years ago
  48. 5c8d427 Switch Bazel to use ResourceUsageAnalyzer.java instead of ResourceShrinker.java. by Andrew Pellegrini · 8 years ago
  49. d405c8a Pulls in two changes from github for the dd_plist library. by Dave MacLachlan · 8 years ago
  50. acd0d0c Update to javac9-r3297 by Liam Miller-Cushon · 8 years ago
  51. e26d26e Remove BUILD files for checked in Android apksigner. by Adam Michael · 8 years ago
  52. b12e757 Remove apksigner from Bazel. by Adam Michael · 8 years ago
  53. 6c66e50 Add javac-9-dev-r3297-1 by Liam Miller-Cushon · 8 years ago
  54. b0cc87f Add asm-tree and jacoco by Yue Gan · 8 years ago
  55. 5c70816 Description redacted. -- MOS_MIGRATED_REVID=139238158 by Googler · 8 years ago
  56. 4f00555 Update android_ide_common to 25.0.0 and clean up FolderConfigs by Googler · 8 years ago
  57. 5000705 Filter gwt modules from APKs. Free APK size reduction! by Googler · 9 years ago
  58. f7a022e Add BUILD target for bazel apksigner and BUILD.tools so that it can be used in by Adam Michael · 9 years ago
  59. 6603d22 Replace apksig.jar with apksig_deploy.jar. Oops :) by Adam Michael · 9 years ago
  60. f988a43 Adds apksig ApkSignerTool from AOSP. by Adam Michael · 9 years ago
  61. dbdd432 Adds data binding support to the Android resource processor. by Greg Estren · 9 years ago
  62. cb80dd5 removed protobuf.meta and flags.xml from apk by Googler · 9 years ago
  63. fd843fe Adds data binding support libs for the Android resource processor by Greg Estren · 9 years ago
  64. 6c64081 Removes unused imports from ApkBuilderMain by Adam Michael · 9 years ago
  65. 8910087 Typo fixes in markdown and javadoc as suggested by intellij typo inspection. by Googler · 9 years ago
  66. 6c0acf5 Fix incorrect merged of https://bazel-review.googlesource.com/#/c/3921/ by Damien Martin-Guillerez · 9 years ago
  67. 4017d28 Fix fallout of incorrectly merged review (3921) by Damien Martin-Guillerez · 9 years ago
  68. c95cb5f Add source for Javac by Damien Martin-Guillerez · 9 years ago
  69. 7d265e0 Add all the sources to //:srcs filegroup and add a check to detect by Damien Martin-Guillerez · 9 years ago
  70. e700e72 Remove superfluous libdd_plist.jar by Damien Martin-Guillerez · 9 years ago
  71. d91d047 Remove a bunch of unnecessary files from the Bazel binary. by Ulf Adams · 9 years ago
  72. f5a73c6 Clean up J2ObjC proto support. by Rumou Duan · 9 years ago
  73. 0ad9f5e Refactor JDK 7 build to use the vendored version of it by Damien Martin-Guillerez · 9 years ago
  74. e173fc5 Vendor JavaBuilder 0.1.0 and javac for JDK 7 in our repository by Damien Martin-Guillerez · 9 years ago
  75. 709984d Upgrade dd_plist to version 1.17 by Googler · 9 years ago
  76. 2cac67b Adding ProductType for watch OS 1 extension and application. by Googler · 9 years ago
  77. dd08850 Update j2objc workspace to latest 1.0.1 release. by Googler · 9 years ago
  78. 4c285ca Fix bazel-j2objc repo name to use an underscore by Justine Tunney · 9 years ago
  79. de54bca Add a bazel-srcs target to the top-level package containing all Bazel sources by Damien Martin-Guillerez · 9 years ago
  80. 51d4443 Refactor buildjar BUILD files by Liam Miller-Cushon · 9 years ago
  81. 8b197ac Convert j2objc workspace name to use _, not - by Kristina Chodorow · 9 years ago
  82. 45fdee1 Correct a path in BUILD file comment. by Alex Humesky · 9 years ago
  83. 5cf42ff Make the Bazel continuous build work again after the change that introduced apkbuilder. by Lukacs Berki · 9 years ago
  84. 6ba5c97 Adds ApkBuilder from the Android SDK to bazel's third_party with some by Alex Humesky · 9 years ago
  85. eb7b2ef Add jar for java/dd_plist by cpeyser · 9 years ago
  86. 63aa7e8 Removed unused Buck code. I was moved to do this by a recent Rosie CL that cleaned up something that wasn't being used. by Matthew DeVore · 9 years ago
  87. d014b42 Update Error Prone and javac9 versions by Liam Miller-Cushon · 9 years ago
  88. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  89. 0796d40 Stub out proto_runtime so Bazel analysis doesn't fail for j2objc_library targets. by Michael Thvedt · 10 years ago
  90. d316442 Move all J2ObjC Bazel dependencies to third_party/java/j2objc. by Michael Thvedt · 10 years ago
  91. fe87155 Clean up J2ObjC support in Bazel, removing an unused dependency and linting the relevant files. by Michael Thvedt · 10 years ago
  92. 8faeb8f Updated Bazel's j2objc version to 0.9.8.1 (latest). by Googler · 10 years ago
  93. 475a134 RELNOTES: Support empty plist files by Matthew DeVore · 10 years ago
  94. 78ffe43 Add more source filegroups for the installer by Damien Martin-Guillerez · 10 years ago
  95. 583c356 Open-source full support for J2ObjC in Bazel, including dead code removal, and add an example. by Michael Thvedt · 10 years ago
  96. cd3df4c Update error-prone-javac version to javac-1.9.0-dev-r2644-2 by Liam Miller-Cushon · 10 years ago
  97. 0c14ad1 Added ErrorProne's javac by Damien Martin-Guillerez · 10 years ago
  98. 1ed3c47 Move the Error Prone plugin into Bazel by Liam Miller-Cushon · 10 years ago
  99. 0a5baae Moves the build rule for jarjar to third_party/java/jarjar and adds a java_binary rule for jarjar. by Alex Humesky · 10 years ago
  100. 34eaa07 Creates a copy of third_party/jarjar in third_party/java/jarjar for better compatibility with existing rules. by Alex Humesky · 10 years ago