- 3c9ad2d Separate ijar sources from deployment zip. (#12556) by philwo · 4 years, 4 months ago
- 2d990cf Fix #10127: Remove Python 2 dependency from tools/android. by philwo · 4 years, 4 months ago
- de2dab0 Separate ijar sources from deployment zip. by Ivo List · 4 years, 4 months ago
- 2bf3738 ijar: Avoid running past the end of a static buffer. by Benjamin Peterson · 4 years, 4 months ago
- c78986c Automatic code cleanup. by cushon · 4 years, 5 months ago
- b786db0 Automatic code cleanup. by Googler · 5 years ago
- 5370e40 Add READ access of mmap() in docker env by Yihong Wang · 5 years ago
- 1a88069 third_party/ijar fix for non-sequentially ordered records in a zip by Googler · 5 years ago
- 3caaed5 zipper: Don't assume argument file ends with '\n' by Ryan Beasley · 5 years ago
- 342b89e Fix small typo by Googler · 5 years ago
- b864ced Bazel client: fix string conversion functions by Laszlo Csomor · 5 years ago
- 0cb18dc [RPBB] Output the map file as produced by aapt2-optimize when resource path shortening is enabled. by Googler · 6 years ago
- a835361 Add rules_java load statements. by iirina · 6 years ago
- 6070f9b Remove unused reference to pkg_tar from //third_party/ijar. by aiuto · 6 years ago
- 7963643 CriticalPathComputer: make self-contained by ulfjack · 6 years ago
- 0ebf8e2 convert rules using pkg_tar in //third_party to rules_pkg by Tony Aiuto · 6 years ago
- e4ac616 Add singlejar to the java tools zip. by iirina · 6 years ago
- bfaf14b Automatic code cleanup. by Googler · 6 years ago
- 8df893a Replace update_java_tools.sh with several bazel targets. by iirina · 6 years ago
- 7aace9c Zip Java tools for windows by iirina · 6 years ago
- 2d44675 Re-add the zipper sources embedded into bazel. by iirina · 6 years ago
- 6cec1c7 Cleanup third_party/ijar/BUILD. by elenairina · 6 years ago
- 0e0ad29 Add src/main/native/windows files required by ijar on Windows in the Java tools archive by iirina · 6 years ago
- cd08a53 Add Bazel target for third_party/ijar:embed_into_java_tools. by elenairina · 6 years ago
- afc82e0 Do not special-case transitioning into the null configuration in DependencyResolver. by lberki · 6 years ago
- 9e8a44d Add ijar when building the java tools archive. by iirina · 6 years ago
- 97a62f1 Print the filename when opening a zip fails. by Googler · 6 years ago
- 1eab35b don't drop public synthetic methods in ijar by kmb · 6 years ago
- 91b86cc Don't ignore KeepForCompile marker in private methods by kmb · 6 years ago
- 6fddc83 Windows, test-wrapper: add directories to zip by Laszlo Csomor · 6 years ago
- 4122f19 Automatic code cleanup. by cushon · 6 years ago
- c1f6455 Make ijar keep types/member functions that have annotated with @KeepForCompile. by Googler · 6 years ago
- 76a76a7 Windows, test wrapper: implement zip support by Laszlo Csomor · 6 years ago
- 6c17197 Set the ZIP version in the Central File Directory to UNIX by a7g4 · 6 years ago
- 4a3757a Remove unused deps by cushon · 6 years ago
- b073a18 Fix NestHost length computation Fixes #5987 by cushon · 7 years ago
- 1e9f0aa Fix more tests on JDK 9 and 10 by cushon · 7 years ago
- 4566a42 Fix tests on JDK 9 and 10 by Liam Miller-Cushon · 7 years ago
- caa2b3c Recognize JDK 11 nestmates attributes in ijar by cushon · 7 years ago
- bafd898 Internal change by philwo · 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
- 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
- 8c400c8 windows,client: fix error reporting by Laszlo Csomor · 7 years ago
- 8448f57 Remove die() and replace it with BAZEL_DIE, part of the logging framework. by ccalvarin · 7 years ago
- df7731f Make ijar support not stripping the class data. by tomlu · 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
- 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
- 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
- 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
- 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
- ff62e1d More Shell Cleaning - Part Two by Androbin · 7 years ago
- ce31a74 Automatic code cleanup. by cushon · 7 years ago
- 9333228 buildjar: close streams by Laszlo Csomor · 7 years ago
- 85e4896 Improve shell scripts in third_party/ (#4052) by Androbin · 7 years ago
- 6f3af28 Skip module-info.class files in ijar by cushon · 8 years ago
- b69acfa Windows: add blaze_util::AsAbsoluteWindowsPath by laszlocsomor · 8 years ago
- 6d47707 Windows: clean up error reporting by Laszlo Csomor · 8 years ago
- 7ced4c0 Turn on CRC computation in ijar by default. by lberki · 8 years ago
- 33d05f6 Make source code of singlejar and ijar available from @bazel_tools. , by Xin Gao · 8 years ago
- c3a1af6 Require parentheses around tuple in list comprehension filtering. by laurentlb · 8 years ago
- e456429 Create embedded_tools targets for ijar and zlib. by Xin Gao · 8 years ago
- 6186fa5 Add support for zipped LLVM profile files. by Googler · 8 years ago
- 7ac1eeb Prepend javac to the bootclasspath for ijar tests by cushon · 8 years ago
- fae5c74 Some fixes for ijar tests. by kchodorow · 8 years ago
- b2f1e19 Rollback of commit 14b53897b499da457e26aa779c3b63c85838f204. by Laszlo Csomor · 8 years ago
- 14b5389 Rollback of commit 69a127b8f4e353ecb163688ed3271fb47e0f385d. by Googler · 8 years ago
- 69a127b ijar: use bazel's file utilities by Laszlo Csomor · 8 years ago
- 0dff43a Fix int comparision warnings. by John Cater · 8 years ago
- 9f15d15 ijar: implement stat_file on Windows by Laszlo Csomor · 8 years ago
- 4066814 by Laszlo Csomor · 8 years ago
- 8d487c5 Add missing #include statements for ijar by Klaus Aehlig · 8 years ago
- f1ce35f Revert commit 6d31cb01b80d0560c0c083d40e641816877b3d06. by Damien Martin-Guillerez · 8 years ago
- 6d31cb0 by Damien Martin-Guillerez · 8 years ago
- 899383d Fix ijar's timestamp normalization by Liam Miller-Cushon · 8 years ago
- 9a4dffe Ijar: remove spurious error message by László Csomor · 8 years ago
- 479e18d Ijar: can be compiled with MSVC by Laszlo Csomor · 8 years ago
- b8caca0 Ijar: extract MakeDirs to platform_utils by Laszlo Csomor · 8 years ago
- 8457f3f Ijar: extract [] to platform_utils by Laszlo Csomor · 8 years ago
- d2ed069 Ijar: extract file reading logic to platform_utils by Laszlo Csomor · 8 years ago