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