aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc/protobuf_compiler.py
Commit message (Collapse)AuthorAge
* Update tools/ modules for compatibility with python 3.Gravatar Akira Baruah2017-12-18
| | | | | | | | | Fixes #4097. Fixes part of #4310. Closes #4265. PiperOrigin-RevId: 179437184
* Support for gathering all the protos seen in the transitive closure of ↵Gravatar Sergio Campama2016-05-25
dependencies through the ObjcProtoAspect, compiling and linking the generated protos at the final linking target. This is only enabled for objc_proto_libraries using the portable_proto_filters attribute, and guarded with the "--experimental_auto_top_level_union_objc_protos" flag. This prevents duplicate symbol errors as the generated sources are only linked once. -- MOS_MIGRATED_REVID=123144532