aboutsummaryrefslogtreecommitdiffstats
path: root/src/google/protobuf/compiler/javanano/javanano_enum_field.cc
Commit message (Expand)AuthorAgeFilesLines
* Align with main: two ways of parsing repeated packable fields.Max Cai2013-11-181-68/+64
* Implement hashCode() and equals() behind a generator option.Brian Duff2013-10-251-6/+67
* Feature request: set() and clear() accessors return thisMax Cai2013-10-161-5/+8
* Make generated code more aligned with Google Java style.Max Cai2013-10-161-4/+4
* Fix repeated field merging semantics.Max Cai2013-10-151-10/+18
* Protect against null repeated fields.Brian Duff2013-10-141-2/+2
* Remove all field initializers and let ctor call clear().Max Cai2013-10-111-4/+4
* Add reftypes field generator option.Brian Duff2013-10-071-5/+13
* Accessor style for optional fields.Max Cai2013-09-231-2/+84
* Add an option to inspect "has" state upon parse.Ulas Kirazci2013-07-291-2/+24
* 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-35/+20
* Nano protobufs.Ulas Kirazci2013-04-011-0/+266