aboutsummaryrefslogtreecommitdiffstats
path: root/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc
Commit message (Expand)AuthorAgeFilesLines
* Add clone() method support for nano.Brian Duff2015-01-091-0/+8
* Merge "Extension overhaul."Max Cai2014-02-171-20/+0
|\
| * Extension overhaul.Max Cai2014-01-101-20/+0
* | Fix repeated packed field merging code for non-packed data.Max Cai2014-01-161-1/+4
* | Correctness: floating point equality using bits instead of ==.Max Cai2014-01-101-40/+58
* | Don't serialize required fields whose 'has' flags are unset.Max Cai2014-01-101-3/+4
|/
* Avoid class initializers to help ProGuard.Max Cai2013-12-101-26/+68
* Align with main: two ways of parsing repeated packable fields.Max Cai2013-11-181-37/+54
* Allow for ref-type arrays containing null elements.Aurash Mahbod2013-11-051-13/+38
* Implement hashCode() and equals() behind a generator option.Brian Duff2013-10-251-6/+191
* Feature request: set() and clear() accessors return thisMax Cai2013-10-161-6/+11
* Fix repeated field merging semantics.Max Cai2013-10-151-13/+18
* Protect against null repeated fields.Brian Duff2013-10-141-9/+10
* Remove all field initializers and let ctor call clear().Max Cai2013-10-111-4/+5
* Merge "Add reftypes field generator option."Ulas Kirazci2013-10-091-2/+16
|\
| * Add reftypes field generator option.Brian Duff2013-10-071-2/+16
* | Fix some indenting issues with set__() functionAndrew Flynn2013-10-081-10/+6
|/
* Accessor style for optional fields.Max Cai2013-09-231-13/+96
* Merge "Fixed packed repeated serialization."Ulas Kirazci2013-07-311-30/+27
|\
| * Fixed packed repeated serialization.Ulas Kirazci2013-07-311-30/+27
* | Add an option to inspect "has" state upon parse.Ulas Kirazci2013-07-291-28/+36
|/
* Allow NaN/+inf/-inf defaults in micro/nano.Chris Smith2013-07-231-0/+39
* 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-2/+14
* Prevent conflicts between local and proto variable names.Ulas Kirazci2013-04-031-40/+25
* Nano protobufs.Ulas Kirazci2013-04-011-0/+493