aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/BinaryLinkingTargetFactory.java
Commit message (Expand)AuthorAge
* Introduce a seperate name to distinguish the objc provider passed from native...Gravatar Cal Peyser2016-04-05
* *_test rules now return an .xctest.dSYM bundle.Gravatar Googler2016-04-01
* Add support for objc_generate_linkmap argument that controls whether a link m...Gravatar Dave MacLachlan2016-03-31
* Adds the dsym files to the ios_application output when using --objc_generate_...Gravatar Googler2016-03-30
* Skylark providers exported under the key "objc" are consumed as ObjcProvider ...Gravatar Cal Peyser2016-03-29
* Introduce skylark provider for objc.Gravatar Cal Peyser2016-03-18
* Move ObjC compilation actions for J2ObjC-translated code from binary level to...Gravatar Rumou Duan2016-02-05
* Allows cc_{library, binary} targets to depend on objc_library.Gravatar Googler2015-12-10
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* Strict matching of architecture name to ios platform. Also refactor Platform ...Gravatar Chris Parsons2015-11-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Switch objc rules to standard coverage propagation using InstrumentedFilesCol...Gravatar Peter Schmitt2015-09-22
* Generate module maps for each objc_* target with compilation support.Gravatar Googler2015-09-15
* Experimental support for ios_framework rulesGravatar Dmitry Shevchenko2015-08-12
* Allow resources to be added only once in each rule.Gravatar Peter Schmitt2015-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
* Rollback of commit 162d5b276e1539b1acc44afcd4a4ccadcf99023a.Gravatar Googler2015-06-15
* Allow private header files in the srcs attribute of objc_* rules.Gravatar Googler2015-06-15
* Allow objc_{library,binary} to depend on cc_library.Gravatar Peter Schmitt2015-06-05
* Rollback of commit b66898e44d79ef67f856eaeae711bb461564a3c1.Gravatar Peter Schmitt2015-05-21
* Allow objc_{library,binary} to depend on cc_library.Gravatar Peter Schmitt2015-05-21
* Simplify OptionsProvider logic.Gravatar Peter Schmitt2015-05-15
* Simplify ConfiguredTarget construction.Gravatar Peter Schmitt2015-05-15
* Add a genrule that generates a dummy J2ObjC dead code removal script in tools...Gravatar Googler2015-05-15
* 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
* Ensure extension's bundle minimum OS version is at least 8.0.Gravatar Peter Schmitt2015-04-23
* Description redacted.Gravatar Googler2015-04-21
* Refactor link command line to live in CompilationSupport.Gravatar Peter Schmitt2015-04-21
* RELNOTES:Observe "non_propagated_deps" on objc rules in generated XCode proje...Gravatar Googler2015-04-16
* Sign bundles for device if ios_multi_cpu contains device cpus.Gravatar Peter Schmitt2015-03-26
* Compile objc resources when bundling, not at each target.Gravatar Peter Schmitt2015-03-24
* Remove common java code between objc tools and rules.Gravatar Peter Schmitt2015-03-23
* Split ios_application configurations based on --ios_multi_cpus.Gravatar Peter Schmitt2015-03-16
* RELNOTES: Invoking blaze run on an objc_binary target launches iossim with th...Gravatar Googler2015-03-04
* Introduce ios_application rule.Gravatar Peter Schmitt2015-02-25
* Add the j2objc libraries as dependencies in IosTest.Gravatar Googler2015-02-24
* Implement ios_extension rule. See IosExtensionRule.java for information on ho...Gravatar Matthew DeVore2015-02-20
* Add anything specified in "defines" to the compiler arguments for objc_binary...Gravatar Matthew DeVore2015-02-18
* Implement ios_extension_binary rule, which is similar to objc_binary, but onl...Gravatar Matthew DeVore2015-02-06