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