aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProvider.java
Commit message (Expand)AuthorAge
* Expose some additional ObjcProvider fields to Skylark.Gravatar Googler2016-07-14
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Skylark: ObjcProvider related errors now use the correct Skylark type instead...Gravatar Florian Weikert2016-06-21
* Remove breakpad support from bazelGravatar Dmitry Shevchenko2016-06-21
* Adds "jre_deps" attribute to j2objc_library and the "--explicit_jre_deps" flagGravatar Googler2016-05-30
* Frameworks are propagated through host apps to search paths in tests, but are...Gravatar Cal Peyser2016-05-24
* Adds a translation layer for ObjcProvider values between java and skylark to ...Gravatar Cal Peyser2016-05-23
* Allow imports of dylib frameworks.Gravatar Peter Schmitt2016-05-19
* Adds dSYMs from embedded extensions to the outputs of ios_application.Gravatar Dmitry Shevchenko2016-05-11
* Expose ObjcProvider.INCLUDE to Skylark (read-only).Gravatar Dmitry Shevchenko2016-05-06
* Remove unused variable.Gravatar Dmitry Shevchenko2016-05-05
* Empty objcprovider keys are exposed to skylark as empty sets, instead of thro...Gravatar Cal Peyser2016-05-05
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* Adds support for strict dependency management. This is done by filtering a li...Gravatar Sergio Campama2016-04-26
* Make ObjcProvider keys accessible to skylark. This is necessary to allowGravatar Cal Peyser2016-04-14
* Add 'apple_watch1_extension' and 'apple_watch_extension_binary' to support bu...Gravatar Googler2016-04-05
* Introduce a seperate name to distinguish the objc provider passed from native...Gravatar Cal Peyser2016-04-05
* 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
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Add a mapping and relevant function calls in ObjcProvider to provide a way to...Gravatar Rumou Duan2015-10-07
* Propagates cc_library linkopts attribute to dependent objc_libraries.Gravatar Googler2015-10-02
* Rollback of "Propagates cc_library linkopts attribute to dependent objc_libra...Gravatar Chris Parsons2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Propagates cc_library linkopts attribute to dependent objc_libraries.Gravatar Googler2015-09-24
* 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
* Propagate includes and defines attributes from cc_library to dependent objc_l...Gravatar Peter Schmitt2015-09-11
* RELNOTES: Allow private headers in the srcs attribute. Add a warning if a fil...Gravatar Googler2015-08-20
* Experimental support for ios_framework rulesGravatar Dmitry Shevchenko2015-08-12
* Xcode project file support for structured resources defined in attribute "str...Gravatar Rumou Duan2015-06-19
* Add ability to compile objc_binary targets with Swift sources.Gravatar Googler2015-06-17
* 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
* Support --objc_generate_debug_symbols when --ios_multi_cpus is set.Gravatar Philipp Wollermann2015-05-15
* --instrumentation_filter now works with Objective C.Gravatar Googler2015-04-01
* Compile objc resources when bundling, not at each target.Gravatar Peter Schmitt2015-03-24
* Coverage implementation for Objective C.Gravatar Googler2015-02-18
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25