aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/javanano/javanano_message_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
* 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
* Equals for message oneof field 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 message oneof.Gravatar Jisi Liu2015-02-19
* Avoid class initializers to help ProGuard.Gravatar Max Cai2013-12-10
* Nano: don't generate accessor methods for nested methodsGravatar Andrew Flynn2013-12-09
* 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
* Make generated code more aligned with Google Java style.Gravatar 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
* Accessor style for optional fields.Gravatar Max Cai2013-09-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