aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcBinaryRule.java
Commit message (Expand)AuthorAge
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Remove xcodeproj as implicit output.Gravatar schmitt2017-05-04
* Deprecate native Apple bundling rules.Gravatar allevato2017-04-06
* All objc linking rules get the crosstool.Gravatar Cal Peyser2017-02-24
* AppleCrosstoolTransition is also applied to any incoming edge to a rule classGravatar Cal Peyser2017-01-13
* BinaryLinkingTargetFactory can use the crosstool backend. objc_binary can turnGravatar Cal Peyser2016-10-06
* Add support for resources to bundling rules.Gravatar Dave MacLachlan2016-03-08
* Replace getToolsRepository() with getToolsLabel(String labelValue) which prep...Gravatar Luis Fernando Pino Duque2016-02-09
* Move ObjC compilation actions for J2ObjC-translated code from binary level to...Gravatar Rumou Duan2016-02-05
* Replace occurrences of Constants.TOOLS_REPOSITORY in places where it can be r...Gravatar Luis Fernando Pino Duque2016-02-03
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* 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
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Annotate every single rule with required configuration fragments.Gravatar Ulf Adams2015-08-10
* Clarify requirement for source file on objc_binary.Gravatar Peter Schmitt2015-04-15
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* 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
* Implement ios_extension rule. See IosExtensionRule.java for information on ho...Gravatar Matthew DeVore2015-02-20
* Scrub.Gravatar Ulf Adams2015-02-19
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25