aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/javanano/javanano_message_field.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove javanano.Feng Xiao2018-03-261-363/+0
* Add std:: namespace prefix to set and map (#3332)tanderson-google2017-07-091-1/+1
* Add clone() method support for nano.Brian Duff2015-04-281-0/+29
* fix equal and hash for bytes field for javanano oneofJisi Liu2015-02-191-2/+2
* hashcode and equals for oneofs in nano.Jisi Liu2015-02-191-10/+2
* Equals for message oneof field in nano.Jisi Liu2015-02-191-0/+10
* Oneof message level elements (consts, case getter/clear) and messsage type fi...Jisi Liu2015-02-191-0/+63
* Initial check-in for message oneof.Jisi Liu2015-02-191-3/+13
* Avoid class initializers to help ProGuard.Max Cai2013-12-101-3/+3
* Nano: don't generate accessor methods for nested methodsAndrew Flynn2013-12-091-91/+0
* Allow for ref-type arrays containing null elements.Aurash Mahbod2013-11-051-7/+13
* Implement hashCode() and equals() behind a generator option.Brian Duff2013-10-251-6/+49
* Feature request: set() and clear() accessors return thisMax Cai2013-10-161-6/+8
* Make generated code more aligned with Google Java style.Max Cai2013-10-161-4/+5
* Fix repeated field merging semantics.Max Cai2013-10-151-10/+12
* Protect against null repeated fields.Brian Duff2013-10-141-7/+13
* Remove all field initializers and let ctor call clear().Max Cai2013-10-111-4/+5
* Accessor style for optional fields.Max Cai2013-09-231-3/+92
* 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-36/+18
* Nano protobufs.Ulas Kirazci2013-04-011-0/+216