aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcLibrary.java
Commit message (Expand)AuthorAge
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* ObjcProvider is propagated as a native declared provider.Gravatar cparsons2017-07-21
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Specify isTestRule as an input to CompilationSupport instead of from the curr...Gravatar cparsons2017-06-06
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Retire the experimental_objc_library rule and --experimental_objc_library flag.Gravatar cpeyser2017-05-04
* Export the FILES_TO_COMPILE output group from the objc rules. Add a builder ...Gravatar cpeyser2017-04-25
* Introduce --experimental_objc_crosstool, which replacesGravatar Cal Peyser2017-01-19
* Refactor new compilation, archiving, and fully linking logic into a subclass ofGravatar Cal Peyser2016-11-04
* Initial check-in of apple_static_library ruleGravatar Chris Parsons2016-09-30
* Add a switch to treat any objc_library like an experimental_objc_library. ThisGravatar Cal Peyser2016-08-23
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Allow importing of late loaded dynamic frameworksGravatar Googler2016-06-20
* Separates the proto compilation action from the other linking sources, to iso...Gravatar Sergio Campama2016-06-06
* Support for gathering all the protos seen in the transitive closure of depend...Gravatar Sergio Campama2016-05-25
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* apple_binary builds without implicit requirement of cc-relevant flags.Gravatar Chris Parsons2016-05-06
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* In apple_binary, propagate cc_library dependencies for all child configuratio...Gravatar Chris Parsons2016-05-02
* Refactor CompilationSupport.registerFullyLinkedAction to be the responsibilit...Gravatar Chris Parsons2016-04-26
* 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
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Switch objc rules to standard coverage propagation using InstrumentedFilesCol...Gravatar Peter Schmitt2015-09-22
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Generate module maps for each objc_* target with compilation support.Gravatar Googler2015-09-15
* 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
* Refactor J2ObjCSrcsProvider to have a builder, allowing us to move logic out ...Gravatar Googler2015-05-29
* 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
* RELNOTES:Observe "non_propagated_deps" on objc rules in generated XCode proje...Gravatar Googler2015-04-16
* Compile objc resources when bundling, not at each target.Gravatar Peter Schmitt2015-03-24
* Split ios_application configurations based on --ios_multi_cpus.Gravatar Peter Schmitt2015-03-16
* Add the j2objc libraries as dependencies in IosTest.Gravatar Googler2015-02-24