aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
Commit message (Expand)AuthorAge
* 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
* Remove obsolete and deprecated xcode_options flag.Gravatar Googler2015-09-17
* Generate module maps for each objc_* target with compilation support.Gravatar Googler2015-09-15
* Rollback of commit 47107aad33695a040b0f771f0c09d66874c4d533.Gravatar Ulf Adams2015-09-04
* Declare the xcode_options flag deprecatedGravatar Googler2015-09-02
* bazel --xcode_version flag to forward an environment variable XCODE_VERSION_O...Gravatar Chris Parsons2015-09-02
* Change default value of objc_per_proto_includes to match new value in .blazercGravatar Googler2015-08-31
* Change blaze default arguments for ObjC 'fastbuild' to match better -DDEBUG=1...Gravatar Googler2015-08-28
* Distinguish between user-supplied ios_cpu and the default, and don't propagat...Gravatar Michael Thvedt2015-08-27
* Make permanent changes already in tools/blaze.blazercGravatar Googler2015-08-24
* Change Objective-C defaults to match current versions.Gravatar Googler2015-08-18