aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/j2objc/j2objc_wrapper.py
Commit message (Expand)AuthorAge
* python tools: ensure files are closedGravatar laszlocsomor2018-07-05
* Added JVM option -XX:+UseParallelGC to make J2ObjC fasterGravatar Googler2017-08-24
* Pass all J2ObjC args using a file instead of just the source files.Gravatar Googler2017-06-19
* Scan both .h and .m files for imports and includesGravatar Googler2017-04-04
* Add a script to generate the Java-class-to-objc-header mapping for J2ObjC. Pr...Gravatar Rumou Duan2017-03-27
* In the j2objc wrapper script, add the ability to process more than one source...Gravatar Rumou Duan2017-01-10
* Increases stack memory to 4m when executing j2objc to match what Blaze usesGravatar Googler2016-12-21
* Moving files to final output location, instead of copying.Gravatar Rumou Duan2016-11-04
* RELNOTES: Remove flag --experimental_zip_tree_artifact from j2objc Java annot...Gravatar Rumou Duan2016-10-14
* J2ObjC wrapper support for java annotation support with unpredictable inputs/...Gravatar Rumou Duan2016-07-27
* Change j2objc_wrapper.py to also write out a mapping file between generated s...Gravatar Rumou Duan2016-02-02
* Fix a bug in which the main process of j2objc wrapper blocks indefinitely if ...Gravatar Rumou Duan2015-12-04
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Pass source files to J2ObjC through a temporary source file manifest.Gravatar Rumou Duan2015-09-03
* Allow use of argument param files for J2ObjC scripts.Gravatar Rumou Duan2015-08-20
* Move j2objc helper scripts into open-source Bazel.Gravatar Michael Thvedt2015-08-13