aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ProtocolBuffers2Support.java
Commit message (Expand)AuthorAge
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* 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
* Switch from using set/getPchFile on CompilationArtifacts to a doNotUsePch opt...Gravatar Googler2017-07-07
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Export the FILES_TO_COMPILE output group from the objc rules. Add a builder ...Gravatar cpeyser2017-04-25
* objc_proto_library does not pick up generated cc code in compile actions.Gravatar cpeyser2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Generated files directory is passed to dependers as a user header search path...Gravatar Cal Peyser2017-02-09
* Fixing Blaze crashing when using --experimental_objc_crosstool=all with objc_...Gravatar Rumou Duan2017-02-03
* Introduce --experimental_objc_crosstool, which replacesGravatar Cal Peyser2017-01-19
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* "deps" attribute avoids linking libraries transitively included in "dylibs" a...Gravatar Chris Parsons2016-12-09
* Refactor new compilation, archiving, and fully linking logic into a subclass ofGravatar Cal Peyser2016-11-04
* Removes the output_cpp attribute from the objc_proto_library rule.Gravatar Sergio Campama2016-09-23
* Uses the same filename generation algorithm as the Protobuf version.Gravatar Sergio Campama2016-09-20
* Removes the generation of modulemaps per proto group, and only adds one per p...Gravatar Sergio Campama2016-08-23
* Adds proto grouping behavior so that generation and compilation actions are m...Gravatar Sergio Campama2016-08-16
* Refactors out ProtocolBuffers2 related code into it's own class. This is the ...Gravatar Sergio Campama2016-08-11