- 1e07d09 Uniquify bridge methods generated during lambda desugaring by Kevin Bierhoff · 8 years ago
- 6ff407d Breaking up is hard to do: AndroidResourceProcessor by Googler · 8 years ago
- 0d77ed6 A quick fix for benchmark: clean the first removed result, and add "--expunge". by Yue Gan · 8 years ago
- eb46bed Allow to have several inputs and outputs by Googler · 8 years ago
- a074b2c Fix bug that all full clean targets are cleaned. by Yue Gan · 8 years ago
- 69eb9f5 Speed-up the search for desugared classes in case of many lambdas by limiting the search to the directory where we expect the file. by Googler · 8 years ago
- 2046bb4 Global cleanup change. by Liam Miller-Cushon · 8 years ago
- ecc2ab1 Clean up android desugar tool's flags a bit by Kevin Bierhoff · 8 years ago
- 8212252 Add <resources> attribute processing to the Android resource processing toolchain. by Andrew Pellegrini · 8 years ago
- f01fe6f Split AndroidDataDeserializer out of AndroidDataSerializer, as the two classes by Googler · 8 years ago
- 25df9e9 Change how desugar finds desugared classes to have it working on Windows by Googler · 8 years ago
- 1ac5b78 Remove bootclasspath fallback in Android desugaring tool by Googler · 8 years ago
- 701ff40 Introduce swift-stdlib-tool replacement by Dmitry Shevchenko · 8 years ago
- 04cb3d3 Global cleanup change. by Googler · 8 years ago
- 4369f79 Add an --copy_bridges_from_classpath argument by Googler · 8 years ago
- 561e449 Singlejar: Windows-aware jar tool path by Laszlo Csomor · 8 years ago
- b35a0c0 Desugar calls to Objects.requireNonNull(Object o) to o.getClass() by Googler · 8 years ago
- ad7fa4d Merging remote_cache and remote_worker into a single binary. by Ola Rozenfeld · 8 years ago
- 8527ee5 AndroidResourceProcessor: sort files before writing zips by Googler · 8 years ago
- 92bccd9 Apply ChartRangeFilter to charts to improve the UI with large dataset. by Yue Gan · 8 years ago
- 48e3825 Avoid factory methods when desugaring stateless lambdas for Android by Googler · 8 years ago
- 2697dd3 Some little tweaks to benchmark/README.md. by Philipp Wollermann · 8 years ago
- ea1f8c4 Global cleanup change. by Googler · 8 years ago
- 6ac3a7c Global cleanup change. by Googler · 8 years ago
- 8ea4f03 error out when encountering classes missed by incremental dexing by Googler · 8 years ago
- 371b0dc Fix JarFilterTest on Windows by Yun Peng · 8 years ago
- 1646327 Add notes above charts. by Yue Gan · 8 years ago
- 6e2ccb7 Bazel client: simplify {Read,Write}File semantics by Laszlo Csomor · 8 years ago
- 0f119a4 Always update bazel repo: try pull first, and recreate if failed. by Yue Gan · 8 years ago
- 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
- 510e8a6 Remove the deprecated com.google.devtools.build.lib.vfs.FileSystems class by Ulf Adams · 8 years ago
- 0dcdb06 More stable naming scheme for lambda classes in desugared android code by Googler · 8 years ago
- c87cffa Use datetime as horizontal axis. Add axis titles. by Yue Gan · 8 years ago
- 564be0d Remove the first result in benchmark, since it's slower than others. by Yue Gan · 8 years ago
- 67fa75a Add is_external support to PackageManifestParser. by Googler · 8 years ago
- 4264807 Add commit link to github by Yue Gan · 8 years ago
- 8e2f54d Fix BUILD file mistakes in code generator. by Yue Gan · 8 years ago
- c9333b4 roll-forward of "Delete temporary directory on exit" by Colin Cross · 8 years ago
- 19e126a Add a flag to enable desugaring java.* classes by rewriting package names by Colin Cross · 8 years ago
- b21339b change incremental dexing fallback in DexFileMerger to behave exactly as if classes by Googler · 8 years ago
- 65b49a2 Remove mobile-install stub app targets from BUILD files. by Adam Michael · 8 years ago
- c10e064 Disable cache for /file_list. by Yue Gan · 8 years ago
- 4d3bd44 Revert "Delete temporary directory on exit" by Irina Iancu · 8 years ago
- 9a05f3b Delete temporary directory on exit by Colin Cross · 8 years ago
- 908d176 Support desugaring lambdas in interfaces with default methods by Colin Cross · 8 years ago
- edeb6d0 Make Android data binding work with --experimental_use_parallel_android_resource_processing. by Greg Estren · 8 years ago
- 0d4980b Add an --allow_empty_bootclasspath argument by Colin Cross · 8 years ago
- c69f266 by Kristina Chodorow · 8 years ago
- d3f7e08 Uniquify lambda body instance methods during lambda desugaring for android by Googler · 8 years ago
- 3a7409f Don't manually set output jar timestamp by Googler · 8 years ago
- adaeaed Rollback of commit 1893c21f9f04acff4a3cc5cd20ddbf9fe89ae59a. by Yue Gan · 8 years ago
- 1893c21 Rollback of commit 01aa7d6f177f3284b5fecc0397bf29a605b37df0. by Dmitry Lomov · 8 years ago
- c8510b1 Avoid using //external labels; use @local_jdk// instead by Ulf Adams · 8 years ago
- 01aa7d6 Adds support for pushing sites that don't need build, and build benchmark site. by Yue Gan · 8 years ago
- 76b6685 Supports drawing charts for multiple output files, which allows running by Yue Gan · 8 years ago
- 350a416 Switch from protobuf_clib to protobuf, and protobuf-util to protobuf_java_util. by Carmi Grushko · 8 years ago
- b3589a0 Adds arguments --version_between --time_between --versions to the benchmark as version filters. by Yue Gan · 8 years ago
- 29aa0eb Open source java 8 desugarer. by Adam Michael · 8 years ago
- 50e7e7f Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:protobuf to refer to the Java proto runtime. by Carmi Grushko · 8 years ago
- 7ba40f8 Rollback of commit 602a98cbebeff2ba1c2d8605a9552b2c8f5622ae. by Googler · 8 years ago
- 602a98c Rollback of commit d11d510c571b10787856395709f9ad945ca70bb2. by Alex Humesky · 8 years ago
- d11d510 Move all the resource processing tools into a "busybox". by Googler · 8 years ago
- a8bc057 Benchmark part 4: draw line charts by Yue Gan · 8 years ago
- a2c0192 Rollback of commit 59450eb3770f539352c959dfae7ba04fd32e47b3. by Yue Gan · 8 years ago
- 67a53d2 Benchmark part 2 (preparation for benchmark) by Yue Gan · 8 years ago
- 67f0f4b Rollback of commit fe90b36498085142c40f2226a6a8f3798272bae6. by Yun Peng · 8 years ago
- 4d28bd8 Rollback of commit efe3bf98b0430497ea1926b80e6dbb0b3642eac6. by Florian Weikert · 8 years ago
- efe3bf9 Rollback of commit fe90b36498085142c40f2226a6a8f3798272bae6. by Yun Peng · 8 years ago
- 59450eb Rollback of commit eaa5281942eaeda294b7e36ab012f592c1f637c2. by Yun Peng · 8 years ago
- eaa5281 Benchmark part 3: main stuff by Yue Gan · 8 years ago
- fe90b36 Benchmark part 2 (preparation for benchmark) by Yue Gan · 8 years ago
- cd5c691 Add parameter files to the android resource processing. by Googler · 8 years ago
- dd335be Cleanup android rules and android tools so that my IDE stops complaining to me. by Adam Michael · 8 years ago
- d1620b1 Fixes visibility. Fixes #2419. by Yue Gan · 8 years ago
- 81ea54e Benchmark part 1: generate java code for build by Yue Gan · 8 years ago
- 3c5e4b7 Fix ClassCastException for non-http pom urls by Dmitry Komanov · 8 years ago
- 77e0a09 Description redacted. by Carmi Grushko · 8 years ago
- 045fd0a Description redacted. by Vladimir Moskva · 8 years ago
- 545dce5b If --strict_proto_deps=default and a proto_library didn't specify strict_proto_deps, then strictness is enforced. by Carmi Grushko · 8 years ago
- db51b0e Rename symbolsTxt to symbols reflecting it's actual usage. by Googler · 8 years ago
- 29263e2 Create LibraryRClassGeneratorAction for generating R classes outside of the by Googler · 8 years ago
- a676374 Move the serialize and write functionality from UnwrittenMergedAndroidData to ParsedAndroidData. This improves reuse. by Googler · 8 years ago
- b2e6607 Cleanup unthrown exceptions. by Googler · 8 years ago
- 0632668 Add static factory methods to the AndroidResourceClassWriter for easier setup. by Googler · 8 years ago
- c7b0dd6 Expose the ability to define a binary output to the merge call. by Googler · 8 years ago
- cdb6877 Make sure the classloader is closed after use. RELNOTES:None by Googler · 8 years ago
- 8562aed Speed up bundling by constructing an uncompressed ZIP from the files by Googler · 8 years ago
- eae0fa6 Delete some dead android rules and tools code. by Adam Michael · 8 years ago
- cf2263c Handle huge (>4GB) output jars. by Sasha Smundak · 8 years ago
- 88c30e0 Delete Bazel local version ResourceShrinker.java. by Andrew Pellegrini · 8 years ago
- aaee64e Power support by Nishidha Panpaliya · 8 years ago
- c976996 Allow ResourceShrinkerAction to support splits. by Michael Staib · 8 years ago
- 5c8d427 Switch Bazel to use ResourceUsageAnalyzer.java instead of ResourceShrinker.java. by Andrew Pellegrini · 8 years ago
- 0b9ebfe Rollback of commit 27cd7f6bb4a02f56f9ad73e57e71e69a1c00d5ea. by Adam Michael · 8 years ago
- d061a5d Better error messaging in xcrunwrapper and environment_plist when the xcode/SDK pair is unavailble. by Chris Parsons · 8 years ago
- 227369a move MakeDirectories() into file_platform.h by Thiago Farina · 8 years ago
- f7ce047 Make token_stream a cc_library by Liam Miller-Cushon · 8 years ago
- ca9d98d Fix typos in usage example by Liam Miller-Cushon · 8 years ago
- 758f81f Fix NPE in RClassGenerator when dev has code in unnamed package by Googler · 8 years ago
- 3e8a152 unknown commit of 5: Fixing the merge warning messages in transitive library overwrites. by Googler · 8 years ago