aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc
Commit message (Expand)AuthorAge
* Remove javanano.Gravatar Feng Xiao2018-03-26
* Add std:: namespace prefix to set and map (#3332)Gravatar tanderson-google2017-07-09
* Add clone() method support for nano.Gravatar Brian Duff2015-04-28
* Merge pull request #185 from mzhaom/remove-unusedGravatar Jisi Liu2015-02-26
|\
* | fix equal and hash for bytes field for javanano oneofGravatar Jisi Liu2015-02-19
* | hashcode and equals for oneofs in nano.Gravatar Jisi Liu2015-02-19
* | Oneof message level elements (consts, case getter/clear) and messsage type fi...Gravatar Jisi Liu2015-02-19
* | Initial check in for primitive oneof fields.Gravatar Jisi Liu2015-02-19
| * Remove unused methods:Gravatar Ming Zhao2015-01-29
|/
* Merge "Extension overhaul."Gravatar Max Cai2014-02-17
|\
* | Fix repeated packed field merging code for non-packed data.Gravatar Max Cai2014-01-16
* | Correctness: floating point equality using bits instead of ==.Gravatar Max Cai2014-01-10
* | Don't serialize required fields whose 'has' flags are unset.Gravatar Max Cai2014-01-10
| * Extension overhaul.Gravatar Max Cai2014-01-10
|/
* Avoid class initializers to help ProGuard.Gravatar Max Cai2013-12-10
* Align with main: two ways of parsing repeated packable fields.Gravatar Max Cai2013-11-18
* Allow for ref-type arrays containing null elements.Gravatar Aurash Mahbod2013-11-05
* Implement hashCode() and equals() behind a generator option.Gravatar Brian Duff2013-10-25
* Feature request: set() and clear() accessors return thisGravatar Max Cai2013-10-16
* Fix repeated field merging semantics.Gravatar Max Cai2013-10-15
* Protect against null repeated fields.Gravatar Brian Duff2013-10-14
* Remove all field initializers and let ctor call clear().Gravatar Max Cai2013-10-11
* Merge "Add reftypes field generator option."Gravatar Ulas Kirazci2013-10-09
|\
* | Fix some indenting issues with set__() functionGravatar Andrew Flynn2013-10-08
| * Add reftypes field generator option.Gravatar Brian Duff2013-10-07
|/
* Accessor style for optional fields.Gravatar Max Cai2013-09-23
* Merge "Fixed packed repeated serialization."Gravatar Ulas Kirazci2013-07-31
|\
| * Fixed packed repeated serialization.Gravatar Ulas Kirazci2013-07-31
* | Add an option to inspect "has" state upon parse.Gravatar Ulas Kirazci2013-07-29
|/
* Allow NaN/+inf/-inf defaults in micro/nano.Gravatar Chris Smith2013-07-23
* Update nano to serialize java keywords properly.Gravatar Tom Chao2013-07-19
* Don't use Arrays.copyOf in generated code.Gravatar Ficus Kirkpatrick2013-04-08
* Prevent conflicts between local and proto variable names.Gravatar Ulas Kirazci2013-04-03
* Nano protobufs.Gravatar Ulas Kirazci2013-04-01