aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ExperimentalObjcLibrary.java
Commit message (Expand)AuthorAge
* Adds J2Objc providers to experimental_objc_library.Gravatar Cal Peyser2016-11-18
* Refactor new compilation, archiving, and fully linking logic into a subclass ofGravatar Cal Peyser2016-11-04
* experimental_objc_library relies on ObjcProvider for compilation data, export...Gravatar Cal Peyser2016-11-02
* Refactor compilation, archiving, and fully linking logic fromGravatar Cal Peyser2016-10-06
* experimental_objc_library always creates a module map, to be consistent with ...Gravatar Cal Peyser2016-09-30
* Add missing fields to ObjcCommon for experimental_objc_library.Gravatar Cal Peyser2016-09-12
* Add compilation mode flags for experimental_objc_library.Gravatar Cal Peyser2016-09-08
* Enable non_propagated_deps for experimental_objc_library.Gravatar Cal Peyser2016-09-08
* Precompiled headers are added as compile action inputs forGravatar Cal Peyser2016-09-08
* Use c++ action configs in experimental_objc_library.Gravatar Cal Peyser2016-09-07
* Adds support for experimental_objc_library.includesGravatar Cal Peyser2016-09-02
* experimental_objc_library can compile assembly.Gravatar Cal Peyser2016-09-01
* Add resource support to experimental_objc_library.Gravatar Cal Peyser2016-08-31
* Add a switch to treat any objc_library like an experimental_objc_library. ThisGravatar Cal Peyser2016-08-23
* Implement the fully link action in the OSX crosstool.Gravatar Cal Peyser2016-08-18
* Add defines to experimental_objc_library.Gravatar Cal Peyser2016-08-17
* Support xcode project generation in experimental_objc_library.Gravatar Cal Peyser2016-08-16
* Add copts and objccopts to experimental_objc_library.Gravatar Cal Peyser2016-08-16
* Implement objc archiving in the crosstool. This involves a few steps:Gravatar Cal Peyser2016-08-12
* Add platform-specific common compile and link flags toGravatar Cal Peyser2016-06-30
* Add bitcode support to experimental_objc_library.Gravatar Cal Peyser2016-06-29
* Enable non_arc_srcs for experimental_objc_library. Allow build variables to ...Gravatar Cal Peyser2016-06-24
* Support for platform_type="watchos" on apple_binary.Gravatar Chris Parsons2016-06-16
* Rollback of commit 0150e7fa5963fa569d9795c02fd3afe3c52ff30c.Gravatar Yun Peng2016-06-10
* Rollback of commit 828a9e2f167db8c4debca6e00ee37dd030849c2f.Gravatar Yun Peng2016-06-10
* Move -MD and -MF(for dotd file generation) into featureGravatar Yun Peng2016-06-08
* Move -c and -o options into action_configGravatar Yun Peng2016-06-08
* Add module map support to ExperimentalObjcLibrary, which contains experimenta...Gravatar Cal Peyser2016-06-07
* Separates the proto compilation action from the other linking sources, to iso...Gravatar Sergio Campama2016-06-06
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Add framework support to ExperimentalObjcLibrary.Gravatar Cal Peyser2016-05-23
* Reconcile cc and objc default compiler flags in the crosstool.Gravatar Cal Peyser2016-05-11
* Implements pch in experimental_objc_library as a feature. Provides a mechani...Gravatar Cal Peyser2016-04-25
* Add cpp-style source processing to experimental_objc_library.Gravatar Cal Peyser2016-04-18
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-18
* Rollback of commit bbf59ed1be85354457ad1d8123cc1973aa3ba298.Gravatar Florian Weikert2016-04-14
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-13