aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
Commit message (Expand)AuthorAge
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Add --apple_enable_auto_dsym_dbg flagGravatar Googler2018-05-30
* Remove category checking from incompatible changes.Gravatar ccalvarin2018-03-30
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Add --incompatible_strict_objc_module_maps.Gravatar allevato2018-02-27
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Set --objc_debug_with_GLIBCXX=false by default in the Bazel binary.Gravatar cpeyser2017-11-30
* Remove legacy implementation of objc compilation/archiving/linking.Gravatar cpeyser2017-11-06
* Automated rollback of commit e9b10399f6a148a3d20442f2c5020b05fa891873.Gravatar twerth2017-10-24
* Move hard-coded compilation-mode-specific flags in ObjcConfiguration.Gravatar cpeyser2017-10-23
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Delete --deprecated_generate_xcode_project.Gravatar schmitt2017-08-16
* Turn on objc crosstool use in Bazel by default.Gravatar cpeyser2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* First pass of @Option documentation for apple/objc/swiftGravatar cparsons2017-07-13
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Remove objc_includes_prioritize_static_libsGravatar cparsons2017-07-10
* Remove --xcode_override_workspace_root and --experimental_use_absolute_paths_...Gravatar cparsons2017-06-30
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Set --experimental_enable_objc_cc_deps by default in the blaze binary.Gravatar cpeyser2017-05-23
* Retire the experimental_objc_library rule and --experimental_objc_library flag.Gravatar cpeyser2017-05-04
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Partition ObjC header scanning actions to better handle large targets.Gravatar Googler2017-04-14
* Sets --objc_includes_prioritize_static_libs to be true by default.Gravatar cpeyser2017-04-14
* Remove static declaration of apple split transitions, as this is no longer ne...Gravatar cparsons2017-04-10
* Flip deprecated_generated_xcode_project default to false.Gravatar Peter Schmitt2017-03-20
* Header thinning feature now ships the appropriate Apple SDK with header scann...Gravatar Googler2017-03-16
* Refactor objc tests to test both crosstool/legacy. Legacy tests are madeGravatar Cal Peyser2017-03-16
* Add flag to disable automatic xcodeproj generation.Gravatar Peter Schmitt2017-02-13
* Experimental feature to do header thinning of Objective-C compilation actions.Gravatar Googler2017-02-03
* Introduce --experimental_objc_crosstool, which replacesGravatar Cal Peyser2017-01-19
* AppleCrosstoolTransition is also applied to any incoming edge to a rule classGravatar Cal Peyser2017-01-13
* Set --objc_use_dotd_pruning by default in the Bazel binary.Gravatar Cal Peyser2017-01-13
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-23
* Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f.Gravatar Tobias Werth2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Rollback AppleCrosstoolChangeGravatar Cal Peyser2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Adds flag to enable/disable apple_binary from generating and linking ObjC pro...Gravatar Sergio Campama2016-11-03
* Remove deprecation warning from ios_simulator_version flag. Its semantics rem...Gravatar Chris Parsons2016-11-02
* Move from simulator version 8.4 to 9.3 which is going to be far more common n...Gravatar Dave MacLachlan2016-10-25
* BinaryLinkingTargetFactory can use the crosstool backend. objc_binary can turnGravatar Cal Peyser2016-10-06
* Use minimum OS flags for watchOS and tvOS actions.Gravatar Chris Parsons2016-09-30
* Implement input pruning using .d files in objc behind a flag that defaults toGravatar Cal Peyser2016-09-28
* Add minimum OS, simulator version, and simulator device flags for tvOS and wa...Gravatar Googler2016-09-20
* Removes all traces of the, now enabled by default, experimental_auto_top_leve...Gravatar Sergio Campama2016-09-07
* Refactor apple multi-arch platform-specific split transition and rule classes...Gravatar Chris Parsons2016-09-06
* Add a switch to treat any objc_library like an experimental_objc_library. ThisGravatar Cal Peyser2016-08-23