aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/J2ObjcCommandLineOptions.java
Commit message (Expand)AuthorAge
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Remove FragmentOptions' addAllLabels and getAllLabels and friends.Gravatar mstaib2017-07-07
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Turn the --explicit_jre_deps flag into a noop.Gravatar Googler2017-05-22
* Turn on --experimental_j2objc_header_map by default.Gravatar rduan2017-04-19
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* 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
* Flips the default value of --explicit_jre_deps to true.Gravatar Googler2017-02-15
* Turn on --experimental_j2objc_srcjar_processing by default.Gravatar Rumou Duan2017-02-01
* Description redacted.Gravatar Rumou Duan2017-01-10
* RELNOTES:Gravatar Rumou Duan2017-01-03
* Default flag --experimental_j2objc_annotation_processing to true.Gravatar Rumou Duan2016-11-29
* 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
* 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
* 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