aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/CrosstoolCompilationSupport.java
Commit message (Expand)AuthorAge
...
* RELNOTES: Activate the "dead_strip" feature if objc binary stripping is enabled.Gravatar Googler2017-02-27
* CrosstoolCompilationSupport registers a binary strip action when binaryGravatar Cal Peyser2017-02-27
* Crosstool compilation support for J2ObjcAspect.Gravatar Rumou Duan2017-02-22
* Activate the "dbg", "fastbuild", and "opt" features in the objc CROSSTOOL.Gravatar Googler2017-02-16
* CrosstoolCompilationSupport can be used for multi-arch binaries by allowing a...Gravatar Cal Peyser2017-02-15
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* experimental_objc_library excludes non-.h headers, as does objc_library.Gravatar Cal Peyser2017-02-09
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Adds abstractions for include processing to CppSemanticsGravatar Googler2017-02-07
* Fixing Blaze crashing when using --experimental_objc_crosstool=all with objc_...Gravatar Rumou Duan2017-02-03
* MultiArchPlatformRule can use --experimental_objc_crosstoolGravatar Cal Peyser2017-02-02
* CrosstoolCompilationSupport does not include .pch files in its module map.Gravatar Cal Peyser2017-02-01
* experimental_objc_library uses ImmutableSortedSet to avoid muddling inputGravatar Cal Peyser2017-02-01
* Module maps arising from an experimental_objc_library are not automaticallyGravatar Cal Peyser2017-01-26
* experimental_objc_library excludes private headers from module maps. ThisGravatar Cal Peyser2017-01-24
* Introduce --experimental_objc_crosstool, which replacesGravatar Cal Peyser2017-01-19
* All headers in modules arising from an experimental_objc_library are compiledGravatar Cal Peyser2017-01-13
* "deps" attribute avoids linking libraries transitively included in "dylibs" a...Gravatar Chris Parsons2016-12-09
* Rollback of commit a5312cdfe3dee6d34a32592c00d80e8142f89615.Gravatar Cal Peyser2016-12-07
* Remove Swift support from native rulesGravatar Dmitry Shevchenko2016-11-24
* Implement objc++ linking semantics in crosstool. Sematics in question are:Gravatar Cal Peyser2016-11-23
* Better error message for experimental_objc_library targets built with aGravatar Cal Peyser2016-11-21
* The fully link action in experimental_objc_binary has crosstool inputs.Gravatar Cal Peyser2016-11-21
* Implement basic objc executable linking in the CROSSTOOL.Gravatar Cal Peyser2016-11-16
* Refactor new compilation, archiving, and fully linking logic into a subclass ofGravatar Cal Peyser2016-11-04