summaryrefslogtreecommitdiffstats
path: root/src/google/protobuf/compiler/javanano/javanano_message.cc
Commit message (Expand)AuthorAgeFilesLines
* Inline unknownFieldData{Equals,HashCode} to generated code.Brian Duff2015-04-061-2/+8
* am eff5d5b3: am 1d4b8b9f: am ff882b40: Merge "Generate a CREATOR for each Par...Jeff Davidson2015-04-061-0/+11
|\
| * Generate a CREATOR for each Parcelable message.Jeff Davidson2015-04-031-0/+11
| * Inline unknownFieldData{Equals,HashCode} to generated code.Brian Duff2015-03-201-2/+8
|/
* Merge "When no clear() is generated, still initialize fields."Brian Duff2015-01-091-12/+20
|\
| * When no clear() is generated, still initialize fields.Brian Duff2015-01-091-12/+20
* | Add clone() method support for nano.Brian Duff2015-01-091-4/+40
|/
* Change reftypes_primitive_enums to reftypes_compat_mode.Brian Duff2014-10-011-9/+16
* Includes a MessageNano subclass's name's hashCode in hashCode calculations.Jason Neufeld2014-09-161-0/+1
* Fix access around unknownFieldData.Max Cai2014-07-151-7/+2
* Support generation of Parcelable nano messages.Jeff Davidson2014-04-251-1/+8
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-04-101-3/+2
* Revert "Don't reset cachedSize to 0 in getSerializedSize"Wink Saville2014-03-211-2/+3
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-03-211-3/+2
* Extension overhaul.Max Cai2014-01-101-59/+33
* Avoid class initializers to help ProGuard.Max Cai2013-12-101-10/+82
* Align with main: two ways of parsing repeated packable fields.Max Cai2013-11-181-1/+19
* Minimize method count for nanoproto.Tom Chao2013-11-111-58/+27
* Implement hashCode() and equals() behind a generator option.Brian Duff2013-10-251-3/+81
* Make generated code more aligned with Google Java style.Max Cai2013-10-161-36/+52
* Remove all field initializers and let ctor call clear().Max Cai2013-10-111-2/+4
* Accessor style for optional fields.Max Cai2013-09-231-27/+18
* Fix outer classname for javamicro/javanano.Max Cai2013-08-051-16/+4
* Add an option to inspect "has" state upon parse.Ulas Kirazci2013-07-291-0/+9
* Per-file java_multiple_files flag.Max Cai2013-07-251-2/+4
* Update nano to serialize java keywords properly.Tom Chao2013-07-191-2/+2
* Make it possible to use MessageNano.mergeFrom without casting.Brian Duff2013-07-081-1/+1
* Nano support for extensions and unknown fields.Brian Duff2013-06-241-19/+74
* Nano protobufs.Ulas Kirazci2013-04-011-0/+372