aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcConfiguration.java
Commit message (Expand)AuthorAge
* 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
* 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
* Contractually document BuildConfiguration.Fragment as immutable and strengthenGravatar Greg Estren2016-02-01
* Clang linker invocations for objc link system libraries before frameworks on ...Gravatar Cal Peyser2016-02-01
* Always declare dependency on xcode gcov.Gravatar Peter Schmitt2016-01-28
* Don't load dumpsyms in configurations.Gravatar Peter Schmitt2016-01-28
* Refer to objc's gcov under @bazel_toolsGravatar Kristina Chodorow2016-01-21
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* 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
* Rollback of commit c1e4243dbefc57909feff4ebb19975f151fa6391.Gravatar Greg Estren2015-10-28
* Make -DNS_BLOCK_ASSERTIONS=1 by default when c=opt on objc builds.Gravatar Googler2015-10-27
* Introduce --override_workspace_root blaze flag to hand-set workspace_root and...Gravatar Googler2015-10-15
* Rename IOS_SDK_VERSION_OVERRIDE to APPLE_SDK_VERSION_OVERRIDE, as it need not...Gravatar Chris Parsons2015-10-13
* For standalone spawn strategy (local execution), bootstrap ios SDKROOT (deter...Gravatar Chris Parsons2015-10-09
* Allow use of signing certificate name for iOS app signing.Gravatar Peter Schmitt2015-10-09
* Pass APPLE_SDK_PLATFORM to the environment for actions requiring darwinGravatar Chris Parsons2015-10-08
* Pass IOS_SDK_VERSION_OVERRIDE to environment for darwin actionsGravatar Chris Parsons2015-10-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Use OS X compatible gcov with experimental_ios_test.Gravatar Peter Schmitt2015-09-21
* 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
* Support multiarchitecture objc libraries for both simulator and device archit...Gravatar Chris Parsons2015-09-15
* Rollback of commit 47107aad33695a040b0f771f0c09d66874c4d533.Gravatar Ulf Adams2015-09-04
* bazel --xcode_version flag to forward an environment variable XCODE_VERSION_O...Gravatar Chris Parsons2015-09-02
* Distinguish between user-supplied ios_cpu and the default, and don't propagat...Gravatar Michael Thvedt2015-08-27
* Add '--experimental_allow_fastbuild_debug' which when set, adds flag'-DDEBUG=...Gravatar Googler2015-08-05
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Add two binary size optimizations when --compilation_mode=opt and --objc_enab...Gravatar Rumou Duan2015-06-23
* Rollback of commit 6af85020b520a9dd2bd913562b16716c29c3dbc3.Gravatar Laszlo Csomor2015-06-23
* Add two binary size optimizations when --compilation_mode=opt is specified:Gravatar Rumou Duan2015-06-18
* Pass Bazel client workspace root to XcodeGen.Gravatar Rumou Duan2015-06-03
* Support --objc_generate_debug_symbols when --ios_multi_cpus is set.Gravatar Philipp Wollermann2015-05-15
* Ensure extension's bundle minimum OS version is at least 8.0.Gravatar Peter Schmitt2015-04-28
* Description redacted.Gravatar Peter Schmitt2015-04-24