1. a4de484 Add rules_java load statements. by iirina · 6 years ago
  2. cb44f66 Fix some tests in preparation for --incompatible_load_proto_rules_from_bzl by Yannic Bonenberger · 6 years ago
  3. 4a74c52 Correct misspelled English words in the Bazel's tools/... directory by jingwen · 6 years ago
  4. f11c6bc python tools: ensure files are closed by laszlocsomor · 7 years ago
  5. 28daf76 Adding toolchain support for j2objc protos by Mike Lewis · 7 years ago
  6. cc28a1c Added JVM option -XX:+UseParallelGC to make J2ObjC faster by Googler · 8 years ago
  7. a3abdfe Adds executable permissions to j2objc_header_map.py. by Googler · 8 years ago
  8. f7bc9e5 Pass all J2ObjC args using a file instead of just the source files. by Googler · 8 years ago
  9. fc031e2 Scan both .h and .m files for imports and includes by Googler · 8 years ago
  10. 6773c15 Add a script to generate the Java-class-to-objc-header mapping for J2ObjC. Previously the mapping is generated directly by J2ObjC through j2objc_wrapper.py. by Rumou Duan · 8 years ago
  11. e7fd539 In the j2objc wrapper script, add the ability to process more than one source jars. by Rumou Duan · 8 years ago
  12. 1672c76 Increases stack memory to 4m when executing j2objc to match what Blaze uses by Googler · 8 years ago
  13. d7cdc55 Moving files to final output location, instead of copying. by Rumou Duan · 8 years ago
  14. 3507f49 RELNOTES: Remove flag --experimental_zip_tree_artifact from j2objc Java annotation processing support. by Rumou Duan · 8 years ago
  15. eedb41e In J2ObjC proto aspect, add a proto file blacklist to filter out unnecessary protos from linking into the final binary. by Rumou Duan · 8 years ago
  16. a1a13ae J2ObjC wrapper support for java annotation support with unpredictable inputs/outputs. by Rumou Duan · 9 years ago
  17. 4677264 Change //tools/objc:j2objc_dead_code_pruner and //tools/j2objc:j2objc_wrapper from py_library to filegroup. They contain executable python scripts, not python libraries. by Rumou Duan · 9 years ago
  18. 123e1c3 Change j2objc_wrapper.py to also write out a mapping file between generated static library to associated original objc source files. by Rumou Duan · 9 years ago
  19. 8b197ac Convert j2objc workspace name to use _, not - by Kristina Chodorow · 9 years ago
  20. 49cdb4b Fix a bug in which the main process of j2objc wrapper blocks indefinitely if spawned threads fail. by Rumou Duan · 9 years ago
  21. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  22. 18742ad Pass source files to J2ObjC through a temporary source file manifest. by Rumou Duan · 10 years ago
  23. ab16dd6 Allow use of argument param files for J2ObjC scripts. by Rumou Duan · 10 years ago
  24. 583c356 Open-source full support for J2ObjC in Bazel, including dead code removal, and add an example. by Michael Thvedt · 10 years ago
  25. 828a4be Move j2objc helper scripts into open-source Bazel. by Michael Thvedt · 10 years ago