1. f11c6bc python tools: ensure files are closed by laszlocsomor · 7 years ago
  2. 28daf76 Adding toolchain support for j2objc protos by Mike Lewis · 7 years ago
  3. cc28a1c Added JVM option -XX:+UseParallelGC to make J2ObjC faster by Googler · 8 years ago
  4. a3abdfe Adds executable permissions to j2objc_header_map.py. by Googler · 8 years ago
  5. f7bc9e5 Pass all J2ObjC args using a file instead of just the source files. by Googler · 8 years ago
  6. fc031e2 Scan both .h and .m files for imports and includes by Googler · 8 years ago
  7. 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
  8. e7fd539 In the j2objc wrapper script, add the ability to process more than one source jars. by Rumou Duan · 8 years ago
  9. 1672c76 Increases stack memory to 4m when executing j2objc to match what Blaze uses by Googler · 8 years ago
  10. d7cdc55 Moving files to final output location, instead of copying. by Rumou Duan · 8 years ago
  11. 3507f49 RELNOTES: Remove flag --experimental_zip_tree_artifact from j2objc Java annotation processing support. by Rumou Duan · 8 years ago
  12. eedb41e In J2ObjC proto aspect, add a proto file blacklist to filter out unnecessary protos from linking into the final binary. by Rumou Duan · 9 years ago
  13. a1a13ae J2ObjC wrapper support for java annotation support with unpredictable inputs/outputs. by Rumou Duan · 9 years ago
  14. 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
  15. 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
  16. 8b197ac Convert j2objc workspace name to use _, not - by Kristina Chodorow · 9 years ago
  17. 49cdb4b Fix a bug in which the main process of j2objc wrapper blocks indefinitely if spawned threads fail. by Rumou Duan · 9 years ago
  18. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  19. 18742ad Pass source files to J2ObjC through a temporary source file manifest. by Rumou Duan · 10 years ago
  20. ab16dd6 Allow use of argument param files for J2ObjC scripts. by Rumou Duan · 10 years ago
  21. 583c356 Open-source full support for J2ObjC in Bazel, including dead code removal, and add an example. by Michael Thvedt · 10 years ago
  22. 828a4be Move j2objc helper scripts into open-source Bazel. by Michael Thvedt · 10 years ago