aboutsummaryrefslogtreecommitdiffstats
path: root/src/google/protobuf/compiler/javanano/javanano_message_field.cc
Commit message (Expand)AuthorAgeFilesLines
* Add clone() method support for nano.Brian Duff2015-01-091-0/+21
* Avoid class initializers to help ProGuard.Max Cai2013-12-101-3/+3
* Nano: don't generate accessor methods for nested methodsAndrew Flynn2013-12-091-91/+0
* Allow for ref-type arrays containing null elements.Aurash Mahbod2013-11-051-7/+13
* Implement hashCode() and equals() behind a generator option.Brian Duff2013-10-251-6/+49
* Feature request: set() and clear() accessors return thisMax Cai2013-10-161-6/+8
* Make generated code more aligned with Google Java style.Max Cai2013-10-161-4/+5
* Fix repeated field merging semantics.Max Cai2013-10-151-10/+12
* Protect against null repeated fields.Brian Duff2013-10-141-7/+13
* Remove all field initializers and let ctor call clear().Max Cai2013-10-111-4/+5
* Accessor style for optional fields.Max Cai2013-09-231-3/+92
* Update nano to serialize java keywords properly.Tom Chao2013-07-191-2/+2
* Don't use Arrays.copyOf in generated code.Ficus Kirkpatrick2013-04-081-1/+3
* Prevent conflicts between local and proto variable names.Ulas Kirazci2013-04-031-36/+18
* Nano protobufs.Ulas Kirazci2013-04-011-0/+216