aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/J2ObjcConfiguration.java
Commit message (Expand)AuthorAge
* Migrate remaining apple-related skylark types to skylarkbuildapiGravatar cparsons2018-06-01
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Made j2objc translation flags accessible to Skylark, to migrate builds usingGravatar Googler2018-04-13
* Expose j2objc.dead_code_report as a configuration field instead of a basic st...Gravatar cparsons2018-03-27
* Expose the j2objc configuration fragment, with field dead_code_report, matchi...Gravatar cparsons2018-03-19
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* Correct typos found by the linter.Gravatar gregce2017-12-20
* Turn the --explicit_jre_deps flag into a noop.Gravatar Googler2017-05-22
* Added an optional option --j2objc_dead_code_reportGravatar Googler2017-04-11
* Add a GenerateJ2objcHeaderMap action to generate the J2ObjC header mapping.Gravatar Rumou Duan2017-03-27
* Remove flag --experimental_j2objc_srcjar_processing, and always use the new J...Gravatar Rumou Duan2017-02-27
* Description redacted.Gravatar Rumou Duan2017-01-10
* RELNOTES:Gravatar Rumou Duan2017-01-03
* Turn on j2objc's -g flag (source debugging) by defaultGravatar Patrick Donelan2016-11-21
* RELNOTES: Remove flag --experimental_zip_tree_artifact from j2objc Java annot...Gravatar Rumou Duan2016-10-14
* Experimental java annotation support with unpredictable action inputs/outputs...Gravatar Rumou Duan2016-07-28
* Adds "jre_deps" attribute to j2objc_library and the "--explicit_jre_deps" flagGravatar Googler2016-05-30
* Removed obsolete flags from j2objc always_on flag set.Gravatar Googler2016-02-15
* Move ObjC compilation actions for J2ObjC-translated code from binary level to...Gravatar Rumou Duan2016-02-05
* Move J2ObjCLibrary and supporting classes to Bazel, and enable J2ObJC in Bazel.Gravatar Michael Thvedt2015-06-19
* Fix bug where J2ObjC was reading Java files using the platform encoding.Gravatar Googler2015-06-11
* Have ConfiguredTargetFactory subclasses declare which FragmentOptionsGravatar Greg Estren2015-05-21
* Add a genrule that generates a dummy J2ObjC dead code removal script in tools...Gravatar Googler2015-05-15
* Open-source J2ObjcConfiguration and J2ObjcCommandLineOptions.Gravatar Googler2015-05-11