aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcConfiguration.java
Commit message (Expand)AuthorAge
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Add --incompatible_strict_objc_module_maps.Gravatar allevato2018-02-27
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* 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
* Remove an unused argument.Gravatar lberki2017-10-06
* Delete --deprecated_generate_xcode_project.Gravatar schmitt2017-08-16
* Remove objc_includes_prioritize_static_libsGravatar cparsons2017-07-10
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Remove --xcode_override_workspace_root and --experimental_use_absolute_paths_...Gravatar cparsons2017-06-30
* Retire the experimental_objc_library rule and --experimental_objc_library flag.Gravatar cpeyser2017-05-04
* Partition ObjC header scanning actions to better handle large targets.Gravatar Googler2017-04-14
* Header thinning feature now ships the appropriate Apple SDK with header scann...Gravatar Googler2017-03-16
* Adds linkmaps to the AppleDebugOutputsProvider for them to be consumed by dep...Gravatar Sergio Campama2017-03-10
* Allow objc.signing_certificate_name to return None in Skylark.Gravatar Googler2017-02-14
* 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
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Expose apple_generate_dsym value to Skylark and use in swift_libraryGravatar Dmitry Shevchenko2016-12-16
* Enable run_memleaks ObjcConfiguration in Skylark.Gravatar Sergio Campama2016-11-29
* Remove Swift support from native rulesGravatar Dmitry Shevchenko2016-11-24
* Adds flag to enable/disable apple_binary from generating and linking ObjC pro...Gravatar Sergio Campama2016-11-03
* 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
* Rollback of commit 4b0832808ab1260ba75c08342ec359cfdc2c313a.Gravatar Cal Peyser2016-09-21
* Add minimum OS, simulator version, and simulator device flags for tvOS and wa...Gravatar Googler2016-09-20
* Add -DNS_BLOCK_ASSERTIONS=1 to objc builds and to c++ builds using the OSX cr...Gravatar Cal Peyser2016-09-12
* Expose some values needed for Apple code signing to Skylark.Gravatar Googler2016-08-25
* 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
* Exposes ios_minimum_os setting to Skylark.Gravatar Erik Abair2016-07-14
* Expose ios_simulator_device/version to Skylark.Gravatar Googler2016-07-11
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Remove --objc_generate_debug_symbols flagGravatar Dmitry Shevchenko2016-06-21
* 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
* Turn on -g by default for dbg builds.Gravatar Dmitry Shevchenko2016-04-27
* 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
* Expose ObjcConfiguration to Skylark as fragment "objc" along with callable me...Gravatar Erik Abair2016-04-07
* 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