aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ProtobufSupport.java
Commit message (Expand)AuthorAge
* Introduce --experimental_objc_crosstool, which replacesGravatar Cal Peyser2017-01-19
* Avoid linking objc protos that are transitively in the "dylibs" attributeGravatar Chris Parsons2017-01-05
* 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
* Remove the conditionals around buildConfiguration and make buildConfiguration...Gravatar Sergio Campama2016-11-16
* Refactor new compilation, archiving, and fully linking logic into a subclass ofGravatar Cal Peyser2016-11-04
* Disable protobuf modulemap generation if it's a linking target. Correctly con...Gravatar Sergio Campama2016-10-28
* Uses the same filename generation algorithm as the Protobuf version.Gravatar Sergio Campama2016-09-20
* Enable the generation of Objc protos in whichever host machine it is running.Gravatar Sergio Campama2016-09-20
* Adds strict header propagation for xcodegen projects.Gravatar Sergio Campama2016-09-02
* Instead of using the smallest group as the inputs for the generation actions,...Gravatar Sergio Campama2016-08-27
* Rollback of commit 0545788b86c8ff58f22ac62e51d096e876e7feea.Gravatar Sergio Campama2016-08-23
* Removes the generation of modulemaps per proto group, and only adds one per p...Gravatar Sergio Campama2016-08-23
* Instead of using the smallest group as the inputs for the generation actions,...Gravatar Sergio Campama2016-08-22
* When building protos on a linking target, propagate the protos header search ...Gravatar Sergio Campama2016-08-22
* Enables support for compiling generated proto files (as in genrules).Gravatar Sergio Campama2016-08-22
* Make the proto bundling behavior the default when using the new library. Take 2Gravatar Sergio Campama2016-08-17
* Adds proto grouping behavior so that generation and compilation actions are m...Gravatar Sergio Campama2016-08-16