aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/J2ObjcLibrary.java
Commit message (Expand)AuthorAge
* Fix strict module map propagation for j2objc.Gravatar allevato2018-04-05
* Make deprecated ObjcProvider fields return empty sets when --incompatible_dis...Gravatar cparsons2018-03-28
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Thread ConfiguredTargetAndTarget through objC classes to get rid of referencesGravatar mjhalupka2018-02-12
* Replace path implementation.Gravatar tomlu2018-02-08
* 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
* 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
* Switch from using set/getPchFile on CompilationArtifacts to a doNotUsePch opt...Gravatar Googler2017-07-07
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Added an implicit output target to j2objc_libraryGravatar Googler2017-05-26
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Global cleanup change.Gravatar Googler2017-03-03
* Adds "jre_deps" attribute to j2objc_library and the "--explicit_jre_deps" flagGravatar Googler2016-05-30
* 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
* Exposes ObjcProvider for objc_proto_library and j2objc_library rules.Gravatar Erik Abair2016-04-25
* Move ObjC compilation actions for J2ObjC-translated code from binary level to...Gravatar Rumou Duan2016-02-05
* Add a mapping and relevant function calls in ObjcProvider to provide a way to...Gravatar Rumou Duan2015-10-07
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Enable j2objc_library proto aspect for Bazel. Note that the remote j2objc wor...Gravatar Michael Thvedt2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Propogate J2ObjC files from runtime_deps in Java rules.Gravatar Michael Thvedt2015-09-17
* Generate module maps for each objc_* target with compilation support.Gravatar Googler2015-09-15
* Export XcodeProvider in j2objc_library rule.Gravatar Rumou Duan2015-07-01
* Move J2ObjCLibrary and supporting classes to Bazel, and enable J2ObJC in Bazel.Gravatar Michael Thvedt2015-06-19