1. 3c9ad2d Separate ijar sources from deployment zip. (#12556) by philwo · 4 years, 4 months ago
  2. 2d990cf Fix #10127: Remove Python 2 dependency from tools/android. by philwo · 4 years, 4 months ago
  3. de2dab0 Separate ijar sources from deployment zip. by Ivo List · 4 years, 4 months ago
  4. 2bf3738 ijar: Avoid running past the end of a static buffer. by Benjamin Peterson · 4 years, 4 months ago
  5. c78986c Automatic code cleanup. by cushon · 4 years, 5 months ago
  6. b786db0 Automatic code cleanup. by Googler · 5 years ago
  7. 5370e40 Add READ access of mmap() in docker env by Yihong Wang · 5 years ago
  8. 1a88069 third_party/ijar fix for non-sequentially ordered records in a zip by Googler · 5 years ago
  9. 3caaed5 zipper: Don't assume argument file ends with '\n' by Ryan Beasley · 5 years ago
  10. 342b89e Fix small typo by Googler · 5 years ago
  11. b864ced Bazel client: fix string conversion functions by Laszlo Csomor · 5 years ago
  12. 0cb18dc [RPBB] Output the map file as produced by aapt2-optimize when resource path shortening is enabled. by Googler · 6 years ago
  13. a835361 Add rules_java load statements. by iirina · 6 years ago
  14. 6070f9b Remove unused reference to pkg_tar from //third_party/ijar. by aiuto · 6 years ago
  15. 7963643 CriticalPathComputer: make self-contained by ulfjack · 6 years ago
  16. 0ebf8e2 convert rules using pkg_tar in //third_party to rules_pkg by Tony Aiuto · 6 years ago
  17. e4ac616 Add singlejar to the java tools zip. by iirina · 6 years ago
  18. bfaf14b Automatic code cleanup. by Googler · 6 years ago
  19. 8df893a Replace update_java_tools.sh with several bazel targets. by iirina · 6 years ago
  20. 7aace9c Zip Java tools for windows by iirina · 6 years ago
  21. 2d44675 Re-add the zipper sources embedded into bazel. by iirina · 6 years ago
  22. 6cec1c7 Cleanup third_party/ijar/BUILD. by elenairina · 6 years ago
  23. 0e0ad29 Add src/main/native/windows files required by ijar on Windows in the Java tools archive by iirina · 6 years ago
  24. cd08a53 Add Bazel target for third_party/ijar:embed_into_java_tools. by elenairina · 6 years ago
  25. afc82e0 Do not special-case transitioning into the null configuration in DependencyResolver. by lberki · 6 years ago
  26. 9e8a44d Add ijar when building the java tools archive. by iirina · 6 years ago
  27. 97a62f1 Print the filename when opening a zip fails. by Googler · 6 years ago
  28. 1eab35b don't drop public synthetic methods in ijar by kmb · 6 years ago
  29. 91b86cc Don't ignore KeepForCompile marker in private methods by kmb · 6 years ago
  30. 6fddc83 Windows, test-wrapper: add directories to zip by Laszlo Csomor · 6 years ago
  31. 4122f19 Automatic code cleanup. by cushon · 6 years ago
  32. c1f6455 Make ijar keep types/member functions that have annotated with @KeepForCompile. by Googler · 6 years ago
  33. 76a76a7 Windows, test wrapper: implement zip support by Laszlo Csomor · 6 years ago
  34. 6c17197 Set the ZIP version in the Central File Directory to UNIX by a7g4 · 6 years ago
  35. 4a3757a Remove unused deps by cushon · 6 years ago
  36. b073a18 Fix NestHost length computation Fixes #5987 by cushon · 7 years ago
  37. 1e9f0aa Fix more tests on JDK 9 and 10 by cushon · 7 years ago
  38. 4566a42 Fix tests on JDK 9 and 10 by Liam Miller-Cushon · 7 years ago
  39. caa2b3c Recognize JDK 11 nestmates attributes in ijar by cushon · 7 years ago
  40. bafd898 Internal change by philwo · 7 years ago
  41. fc43b14 Use %zu to print size_t by Loo Rong Jie · 7 years ago
  42. 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
  43. 4022bac Remove usage of COMPILER_MSVC in Bazel and ijar by Loo Rong Jie · 7 years ago
  44. ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
  45. 088d8de Prevent ijar from stripping out .kotlin_module files, which are needed for extension functions. by Googler · 7 years ago
  46. 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
  47. 8c400c8 windows,client: fix error reporting by Laszlo Csomor · 7 years ago
  48. 8448f57 Remove die() and replace it with BAZEL_DIE, part of the logging framework. by ccalvarin · 7 years ago
  49. df7731f Make ijar support not stripping the class data. by tomlu · 7 years ago
  50. a29da01 Fix a warning about comparing signed and unsigned values by cushon · 7 years ago
  51. c5a5880 Remove pdie. by ccalvarin · 7 years ago
  52. 6d4f4f9 Fix unused variable warnings from clang. by Austin Schuh · 7 years ago
  53. 1dc4a16 Automated rollback of commit 8c864137d46cf6c3714fb47799a34e4859aa2f13. by lpino · 7 years ago
  54. 8c86413 Fix a warning about comparing signed and unsigned values by cushon · 7 years ago
  55. fd95370 Write manifests at the beginning of the jar, not at the end by cushon · 7 years ago
  56. f572845 Include manifest size when presizing ijar output by cushon · 7 years ago
  57. 584f9df Use a different date time when normalizing zip entries by cushon · 7 years ago
  58. b4b9840 Internal change by tomlu · 7 years ago
  59. 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
  60. 5a405eb Make IjarTests depend on interface_ijar_testlib_with_target_label. by Benjamin Peterson · 7 years ago
  61. 8a56b16 Accept --target_label, --injecting_rule_kind in ijar. by tomlu · 7 years ago
  62. 345dbca Internal change by tomlu · 7 years ago
  63. 22d5a65 Automated rollback of commit 13018aab51d3e08f274eba0f36ca7b4aa70e5222. by tomlu · 7 years ago
  64. 13018aa Update ijar tests to verify time stamp. by tomlu · 7 years ago
  65. 13962bf Accept --target_label, --injecting_rule_kind in ijar. by tomlu · 7 years ago
  66. a3bdffe Include module-info.class files in interface jars by cushon · 7 years ago
  67. fa46927 Clean up windows_msvc in ijar BUILD file by pcloudy · 7 years ago
  68. 1fa84f1 Automated rollback of commit 55f1e58a7a3e77027dd23cf58564424d76ab6dc0. by philwo · 7 years ago
  69. 76bf766 Clean up windows_msvc in ijar BUILD file [third_party] by Yun Peng · 7 years ago
  70. 91695a3 Automated rollback of commit 9e63684a58025d98bfe2f180d56ba7ece69545ae. by juliexxia · 7 years ago
  71. 18fa042 Clean up Windows config_settings [third_party] by Yun Peng · 7 years ago
  72. ff62e1d More Shell Cleaning - Part Two by Androbin · 7 years ago
  73. ce31a74 Automatic code cleanup. by cushon · 7 years ago
  74. 9333228 buildjar: close streams by Laszlo Csomor · 7 years ago
  75. 85e4896 Improve shell scripts in third_party/ (#4052) by Androbin · 7 years ago
  76. 6f3af28 Skip module-info.class files in ijar by cushon · 8 years ago
  77. b69acfa Windows: add blaze_util::AsAbsoluteWindowsPath by laszlocsomor · 8 years ago
  78. 6d47707 Windows: clean up error reporting by Laszlo Csomor · 8 years ago
  79. 7ced4c0 Turn on CRC computation in ijar by default. by lberki · 8 years ago
  80. 33d05f6 Make source code of singlejar and ijar available from @bazel_tools. , by Xin Gao · 8 years ago
  81. c3a1af6 Require parentheses around tuple in list comprehension filtering. by laurentlb · 8 years ago
  82. e456429 Create embedded_tools targets for ijar and zlib. by Xin Gao · 8 years ago
  83. 6186fa5 Add support for zipped LLVM profile files. by Googler · 8 years ago
  84. 7ac1eeb Prepend javac to the bootclasspath for ijar tests by cushon · 8 years ago
  85. fae5c74 Some fixes for ijar tests. by kchodorow · 8 years ago
  86. b2f1e19 Rollback of commit 14b53897b499da457e26aa779c3b63c85838f204. by Laszlo Csomor · 8 years ago
  87. 14b5389 Rollback of commit 69a127b8f4e353ecb163688ed3271fb47e0f385d. by Googler · 8 years ago
  88. 69a127b ijar: use bazel's file utilities by Laszlo Csomor · 8 years ago
  89. 0dff43a Fix int comparision warnings. by John Cater · 8 years ago
  90. 9f15d15 ijar: implement stat_file on Windows by Laszlo Csomor · 8 years ago
  91. 4066814 by Laszlo Csomor · 8 years ago
  92. 8d487c5 Add missing #include statements for ijar by Klaus Aehlig · 8 years ago
  93. f1ce35f Revert commit 6d31cb01b80d0560c0c083d40e641816877b3d06. by Damien Martin-Guillerez · 8 years ago
  94. 6d31cb0 by Damien Martin-Guillerez · 8 years ago
  95. 899383d Fix ijar's timestamp normalization by Liam Miller-Cushon · 8 years ago
  96. 9a4dffe Ijar: remove spurious error message by László Csomor · 8 years ago
  97. 479e18d Ijar: can be compiled with MSVC by Laszlo Csomor · 8 years ago
  98. b8caca0 Ijar: extract MakeDirs to platform_utils by Laszlo Csomor · 8 years ago
  99. 8457f3f Ijar: extract [] to platform_utils by Laszlo Csomor · 8 years ago
  100. d2ed069 Ijar: extract file reading logic to platform_utils by Laszlo Csomor · 8 years ago