aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/javanano/javanano_enum_field.cc
Commit message (Expand)AuthorAge
* Remove javanano.Gravatar Feng Xiao2018-03-26
* Removed using statements from common.hGravatar Adam Cozzette2018-01-26
* Add std:: namespace prefix to set and map (#3332)Gravatar tanderson-google2017-07-09
* Generate @IntDef annotations for nanoproto enums.Gravatar Jeff Davidson2015-04-28
* Add clone() method support for nano.Gravatar Brian Duff2015-04-28
* Adds a primitive enum mode for reftypes.Gravatar Brian Duff2014-09-30
* Add validation when parsing enum fields.Gravatar Max Cai2014-01-16
* Don't serialize required fields whose 'has' flags are unset.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
* 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
* Add reftypes field generator option.Gravatar Brian Duff2013-10-07
* Accessor style for optional fields.Gravatar Max Cai2013-09-23
* Add an option to inspect "has" state upon parse.Gravatar Ulas Kirazci2013-07-29
* 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