aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
Commit message (Expand)AuthorAge
* 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
* Make the proto bundling behavior the default when using the new library. Take 2Gravatar Sergio Campama2016-08-17
* Rollback of commit ee36dd3f5db8e7ad129b2782a24eb97a0478fc42.Gravatar Sergio Campama2016-07-25
* Make the proto bundling behavior the default when using the new library.Gravatar Sergio Campama2016-07-19
* Remove --objc_generate_debug_symbols flagGravatar Dmitry Shevchenko2016-06-21
* Support for gathering all the protos seen in the transitive closure of depend...Gravatar Sergio Campama2016-05-25
* Add deprecation warning for --objc_generate_debug_symbols.Gravatar Dmitry Shevchenko2016-05-17
* Refactor ios_split_cpu to be apple_split_cpu, in preparation for using it to ...Gravatar Chris Parsons2016-05-11
* Use SplitTransitionProvider to provide apple_binary's split transitionsGravatar Chris Parsons2016-05-11
* Adds a new flag for generation of dSYMs for all apple rules.Gravatar Dmitry Shevchenko2016-05-03
* Include debug entitlements by default when building non-release builds.Gravatar Peter Schmitt2016-04-27
* Adds an ObjcProtoProvider which bundles the proto sources and filters, along ...Gravatar Sergio Campama2016-04-26
* Add 'apple_watch1_extension' and 'apple_watch_extension_binary' to support bu...Gravatar Googler2016-04-05
* Add support for objc_generate_linkmap argument that controls whether a link m...Gravatar Dave MacLachlan2016-03-31
* Allow passing custom entitlements for iOS signing.Gravatar Peter Schmitt2016-03-22
* No longer automatically set _GLIBCXX_DEBUG, _GLIBCXX_DEBUG_PEDANTIC, _GLIBCPP...Gravatar Cal Peyser2016-02-19
* Adds a flag to prioritize static libs over system libs and frameworks in link...Gravatar Cal Peyser2016-02-09
* Clang linker invocations for objc link system libraries before frameworks on ...Gravatar Cal Peyser2016-02-01
* Don't load dumpsyms in configurations.Gravatar Peter Schmitt2016-01-28
* Add launch_storyboard for iOS bundles (apps, extensions).Gravatar Peter Schmitt2015-11-18
* Remove --objc_per_proto_includes flag, which was obsoleted by the rule-level ...Gravatar Googler2015-11-18
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* Add experimental support for putting full paths into compile actions. This is...Gravatar Dave MacLachlan2015-11-06
* Strict matching of architecture name to ios platform. Also refactor Platform ...Gravatar Chris Parsons2015-11-02
* Introduce --override_workspace_root blaze flag to hand-set workspace_root and...Gravatar Googler2015-10-15
* Show documentation for --objc_generate_debug_symbolsGravatar Peter Schmitt2015-10-12
* Allow use of signing certificate name for iOS app signing.Gravatar Peter Schmitt2015-10-09
* Pass IOS_SDK_VERSION_OVERRIDE to environment for darwin actionsGravatar Chris Parsons2015-10-06
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21