- caa2b3c Recognize JDK 11 nestmates attributes in ijar by cushon · 7 years ago
- 0e04625 Update checker framework dataflow and javacutil versions by Liam Miller-Cushon · 7 years ago
- f276092 Updating Semver proto to latest remote-apis version: adding java_package. by Ola Rozenfeld · 7 years ago
- 30aac1c Update to JDK 10 javac by Liam Miller-Cushon · 7 years ago
- e20d8ca Update JUnit to 4.12 by Philipp Wollermann · 7 years ago
- 209c82e Work around bug in desugar by Liam Miller-Cushon · 7 years ago
- 8e93ed3 Importing remote-apis repository into Bazel for Remote API v2. by Ola Rozenfeld · 7 years ago
- 9e18b2c Update Error Prone version by Liam Miller-Cushon · 7 years ago
- 3a71188 Update to ASM 6.2.1 by Liam Miller-Cushon · 7 years ago
- 0d7cba4 Update turbine by Liam Miller-Cushon · 7 years ago
- cade3ac Replace config_setting.values{"compiler"} with config_setting.flag_values{"@bazel_tools//tools/cpp:compiler"} by scentini · 7 years ago
- 5582965 Update truth dependency to 0.42 by Jeff Lavallee · 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
- 7699f20 Remove Hazelcast from third_party by Philipp Wollermann · 7 years ago remove-hazelcast
- 65a5e09 Revert "Update truth dependency to 0.42" by Philipp Wollermann · 7 years ago
- dbc4f1f Update Guava to 25.1 by Philipp Wollermann · 7 years ago
- 59b044c Update truth dependency to 0.42 by Jeff Lavallee · 7 years ago
- 13445c6 Update the ResourceUsageAnalyzer with the latest bug fixes. by corysmith@google.com · 7 years ago
- 9162bd9 third_party/protobuf: update protobuf in third_party to version 3.6.0 by Jakob Buchgraber · 7 years ago
- eb3a183 third_party/googleapis: sync error_details.proto by Jakob Buchgraber · 7 years ago
- 8cc62f7 Revert "Update protobuf to 3.6.0. Fixes #5439" by Jakob Buchgraber · 7 years ago
- 6fd4e0e Update protobuf to 3.6.0. Fixes #5439 by Loo Rong Jie · 7 years ago
- 868060b Revert "Update protobuf to 3.6.0. Fixes #5439" by Jakob Buchgraber · 7 years ago
- a2cac54 Update protobuf to 3.6.0. Fixes #5439 by Loo Rong Jie · 7 years ago
- d490b45 Add more support for Arm by Marcel Hlopko · 7 years ago
- f6dce2e Deletes unneeded Kryo library. by Shahan Yang · 7 years ago
- fc43b14 Use %zu to print size_t by Loo Rong Jie · 7 years ago
- 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
- 4022bac Remove usage of COMPILER_MSVC in Bazel and ijar by Loo Rong Jie · 7 years ago
- ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
- ab01329 Update android_common's layoutlib to 26.1.2 to support fonts in Bazel by Jingwen Chen · 7 years ago
- 088d8de Prevent ijar from stripping out .kotlin_module files, which are needed for extension functions. by Googler · 7 years ago
- fa59fbf Fixes Bazel build on Raspberry Pi 3 Raspbian GNU/Linux 9 (stetch). The portability bug is that sysconf() returns a long unsigned int but size_t is unsigned int (on the Pi 3) unsigned int causing a compilation failure (see below). Fixing the code to be portable, in this case, seems harmless in the common case where size_t is 64 bits AFAICT. by Googler · 7 years ago
- eca7b81 Add a missing dependency from checker framework dataflow to javacutils by Liam Miller-Cushon · 7 years ago
- 3f38993 Temporarily disable def_parser_test on Windows by Yun Peng · 7 years ago
- 45ce49e Remove unused bootstrap dependencies by Liam Miller-Cushon · 7 years ago
- 8c400c8 windows,client: fix error reporting by Laszlo Csomor · 7 years ago
- d91974e Update Error Prone version by Liam Miller-Cushon · 7 years ago
- 39d9e16 Update to latest checker framework dataflow version by Liam Miller-Cushon · 7 years ago
- 932b1f6 Delete old version of jarjar by Liam Miller-Cushon · 7 years ago
- 8caa745 Add a dependency on javax-annotations to java_grpc_library by Liam Miller-Cushon · 7 years ago
- 1f748cb Update turbine by Liam Miller-Cushon · 7 years ago
- 47b2bf7 Add javax.annotations to Bazel's third_party by Liam Miller-Cushon · 7 years ago
- c7e7232 Add https://github.com/google/jarjar to third_party by Liam Miller-Cushon · 7 years ago
- 2ef1ebf Remove an obsolete prebuilt copy of javabuilder by Liam Miller-Cushon · 7 years ago
- 8448f57 Remove die() and replace it with BAZEL_DIE, part of the logging framework. by ccalvarin · 7 years ago
- 88a0072 Update to version 2.4.0 of Checker Framework dataflow and javacutil by Liam Miller-Cushon · 7 years ago
- df7731f Make ijar support not stripping the class data. by tomlu · 7 years ago
- 1e29f2d Update to auto-value 1.5.4 by calpeyser · 7 years ago
- a29da01 Fix a warning about comparing signed and unsigned values by cushon · 7 years ago
- c5a5880 Remove pdie. by ccalvarin · 7 years ago
- 6d4f4f9 Fix unused variable warnings from clang. by Austin Schuh · 7 years ago
- 1a042ce Use the provided javac for host_javabase=9 by Liam Miller-Cushon · 7 years ago
- 97a5c8c Remove third_party/gtest, we now have the remote dependency @googletest instead. by Chloe Calvarin · 7 years ago
- 1dc4a16 Automated rollback of commit 8c864137d46cf6c3714fb47799a34e4859aa2f13. by lpino · 7 years ago
- 8c86413 Fix a warning about comparing signed and unsigned values by cushon · 7 years ago
- fd95370 Write manifests at the beginning of the jar, not at the end by cushon · 7 years ago
- f572845 Include manifest size when presizing ijar output by cushon · 7 years ago
- a83bd61 third_party/guava: update guava to 24.1 by Jakob Buchgraber · 7 years ago
- 3c5373c Remove visibility attribute from //third_party/def_parser:def_parser by Yun Peng · 7 years ago
- 0a46220 Fix visibility of def_parser for remote builds by Yun Peng · 7 years ago
- a4b4f8f update grpc-java to 1.10.0 by Jakob Buchgraber · 7 years ago
- 85e8c38 Bump jgit to 4.10 and jsch to 1.54 by David Ostrovsky · 7 years ago
- 584f9df Use a different date time when normalizing zip entries by cushon · 7 years ago
- b4b9840 Internal change by tomlu · 7 years ago
- acdffea Add support to Polymorphic strategy for grandchild classes that have no codec, but whose parent classes have codecs. This is ok because the polymorphic strategy doesn't need an instance of the grandchild class: the parent class is fine, so long as it has a codec. by janakr · 7 years ago
- 5a405eb Make IjarTests depend on interface_ijar_testlib_with_target_label. by Benjamin Peterson · 7 years ago
- 8a56b16 Accept --target_label, --injecting_rule_kind in ijar. by tomlu · 7 years ago
- 826ed7b Update turbine by Liam Miller-Cushon · 7 years ago
- 345dbca Internal change by tomlu · 7 years ago
- 22d5a65 Automated rollback of commit 13018aab51d3e08f274eba0f36ca7b4aa70e5222. by tomlu · 7 years ago
- 13018aa Update ijar tests to verify time stamp. by tomlu · 7 years ago
- 13962bf Accept --target_label, --injecting_rule_kind in ijar. by tomlu · 7 years ago
- a3bdffe Include module-info.class files in interface jars by cushon · 7 years ago
- dd83232 Update turbine by Liam Miller-Cushon · 7 years ago
- a59e60e Use @io_bazel to reference Bazel sources from local repositories. by John Millikin · 7 years ago
- 3016d97 Adds Kryo library and its dependencies. by Shahan Yang · 7 years ago
- f234f7721 Revert "Use @io_bazel to reference Bazel sources from local repositories." by Dmitry Lomov · 7 years ago
- c7f2444 Use @io_bazel to reference Bazel sources from local repositories. by John Millikin · 7 years ago
- adecfb2 Update turbine version by Liam Miller-Cushon · 7 years ago
- 354d675 Add missing resources to jopt-simple by Liam Miller-Cushon · 7 years ago
- 6e945ce Update javac version to 9+181-r4173-1 by Liam Miller-Cushon · 7 years ago
- 4ba60d0 Update Error Prone version by Liam Miller-Cushon · 7 years ago
- fa46927 Clean up windows_msvc in ijar BUILD file by pcloudy · 7 years ago
- 1fa84f1 Automated rollback of commit 55f1e58a7a3e77027dd23cf58564424d76ab6dc0. by philwo · 7 years ago
- 76bf766 Clean up windows_msvc in ijar BUILD file [third_party] by Yun Peng · 7 years ago
- 91695a3 Automated rollback of commit 9e63684a58025d98bfe2f180d56ba7ece69545ae. by juliexxia · 7 years ago
- 18fa042 Clean up Windows config_settings [third_party] by Yun Peng · 7 years ago
- 7ca9e85 grpc rules: Make Skylark rule forwards compatible by David Ostrovsky · 7 years ago
- a8e5edd RemappingClassAdapter is deprecated, use ClassRemapper instead by Liam Miller-Cushon · 7 years ago
- de08129 Delete unused jarjar artifact by Liam Miller-Cushon · 7 years ago
- 7ba7276 Update turbine version by Liam Miller-Cushon · 7 years ago
- 87dd180 @AutoCodec features. by Googler · 7 years ago
- 96ea65b Makes the auto_service rule export the plugin. by Shahan Yang · 7 years ago
- f203db0 Windows DefParser: Remove dependency on //src/main/cpp/util:file by Yun Peng · 7 years ago
- e5bb2db third_party: update google http client by Jakob Buchgraber · 7 years ago