1. bd7a6b9 Automatic code cleanup. by Googler · 3 years, 1 month ago
  2. 84464b6 Add plugin_format_flag to j2objc_proto_toolchain in bazel_tools. by ilist · 3 years, 4 months ago
  3. 7a080c7 Allow j2objc to access javac internals by cushon · 3 years, 10 months ago
  4. a4de484 Add rules_java load statements. by iirina · 6 years ago
  5. cb44f66 Fix some tests in preparation for --incompatible_load_proto_rules_from_bzl by Yannic Bonenberger · 6 years ago
  6. 4a74c52 Correct misspelled English words in the Bazel's tools/... directory by jingwen · 6 years ago
  7. f11c6bc python tools: ensure files are closed by laszlocsomor · 7 years ago
  8. 28daf76 Adding toolchain support for j2objc protos by Mike Lewis · 7 years ago
  9. cc28a1c Added JVM option -XX:+UseParallelGC to make J2ObjC faster by Googler · 8 years ago
  10. a3abdfe Adds executable permissions to j2objc_header_map.py. by Googler · 8 years ago
  11. f7bc9e5 Pass all J2ObjC args using a file instead of just the source files. by Googler · 8 years ago
  12. fc031e2 Scan both .h and .m files for imports and includes by Googler · 8 years ago
  13. 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
  14. e7fd539 In the j2objc wrapper script, add the ability to process more than one source jars. by Rumou Duan · 8 years ago
  15. 1672c76 Increases stack memory to 4m when executing j2objc to match what Blaze uses by Googler · 8 years ago
  16. d7cdc55 Moving files to final output location, instead of copying. by Rumou Duan · 8 years ago
  17. 3507f49 RELNOTES: Remove flag --experimental_zip_tree_artifact from j2objc Java annotation processing support. by Rumou Duan · 8 years ago
  18. 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
  19. a1a13ae J2ObjC wrapper support for java annotation support with unpredictable inputs/outputs. by Rumou Duan · 9 years ago
  20. 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
  21. 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
  22. 8b197ac Convert j2objc workspace name to use _, not - by Kristina Chodorow · 9 years ago
  23. 49cdb4b Fix a bug in which the main process of j2objc wrapper blocks indefinitely if spawned threads fail. by Rumou Duan · 9 years ago
  24. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  25. 18742ad Pass source files to J2ObjC through a temporary source file manifest. by Rumou Duan · 10 years ago
  26. ab16dd6 Allow use of argument param files for J2ObjC scripts. by Rumou Duan · 10 years ago
  27. 583c356 Open-source full support for J2ObjC in Bazel, including dead code removal, and add an example. by Michael Thvedt · 10 years ago
  28. 828a4be Move j2objc helper scripts into open-source Bazel. by Michael Thvedt · 10 years ago