aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/plugin.proto
Commit message (Collapse)AuthorAge
* Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
|
* Down-integrate from google3.Gravatar Feng Xiao2017-03-29
|
* Changed go_package for plugin.proto.Gravatar Josh Haberman2017-03-15
| | | | For more info see: https://github.com/google/protobuf/issues/1289
* Add version number to plugin protocol.Gravatar Feng Xiao2016-12-05
|
* Down integrate from Google internal branch for C++ and Java.Gravatar Jisi Liu2015-02-28
| | | | | | | | - Maps for C++ lite - C++ Arena optimizations. - Java Lite runtime code size optimization. Change-Id: I7537a4357c1cb385d23f9e8aa7ffdfeefe079f13
* Down-integrate from internal code base.Gravatar Feng Xiao2014-11-10
|
* Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | developers.google.com/protocol-buffers
* Add java options to plugin proto and rollback the r450Gravatar liujisi@google.com2012-12-05
|
* Submit recent changes from internal branch. See CHANGES.txt for more details.Gravatar liujisi@google.com2010-11-02
|
* Tweak doc comments.Gravatar kenton@google.com2010-01-08
|
* Refactor the way output is handled in CommandLineInterface -- now it will be ↵Gravatar kenton@google.com2009-12-23
| | | | stored in-memory until all code generators have completed, then dumped to disk all at once. While this means that protoc uses more memory, the code is much simpler, and handles insertions much faster. Also, this made it easier to implement a useful feature: insertions will be indented to match the insertion point line. Therefore, when inserting into Python code, you don't have to figure out how much to indent your inserted code. The refactoring should also make it easier to implement output-to-jar at some point.
* Mark plugins as experimental for now.Gravatar kenton@google.com2009-12-22
|
* Commit missing files from r251. Sigh.Gravatar kenton@google.com2009-12-18