aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/javanano/javanano_message.cc
Commit message (Expand)AuthorAge
* Remove javanano.Gravatar Feng Xiao2018-03-26
* Deleted scoped_ptr.hGravatar Adam Cozzette2018-03-14
* Add std:: namespace prefix to set and map (#3332)Gravatar tanderson-google2017-07-09
* Remove "using namespace std" from stubs/common.hGravatar Adam Cozzette2017-04-26
* Generate a CREATOR for each Parcelable message.Gravatar Jeff Davidson2015-04-28
* Inline unknownFieldData{Equals,HashCode} to generated code.Gravatar Brian Duff2015-04-28
* Add clone() method support for nano.Gravatar Brian Duff2015-04-28
* When no clear() is generated, still initialize fields.Gravatar Brian Duff2015-04-28
* Fix review comments.Gravatar Jisi Liu2015-02-19
* Clear oneofs.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
* Get the map factory per mergeFrom() call for JavaNano.Gravatar Jisi Liu2015-02-07
* Use map generator for maps field; skip entry message.Gravatar Jisi Liu2015-02-02
* Change reftypes_primitive_enums to reftypes_compat_mode.Gravatar Brian Duff2014-10-01
* Includes a MessageNano subclass's name's hashCode in hashCode calculations.Gravatar Jason Neufeld2014-09-16
* Fix access around unknownFieldData.Gravatar Max Cai2014-07-15
* Support generation of Parcelable nano messages.Gravatar Jeff Davidson2014-04-25
* Don't reset cachedSize to 0 in getSerializedSizeGravatar Dave Hawkey2014-04-10
* Revert "Don't reset cachedSize to 0 in getSerializedSize"Gravatar Wink Saville2014-03-21
* Don't reset cachedSize to 0 in getSerializedSizeGravatar Dave Hawkey2014-03-21
* 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
* Minimize method count for nanoproto.Gravatar Tom Chao2013-11-11
* Implement hashCode() and equals() behind a generator option.Gravatar Brian Duff2013-10-25
* Make generated code more aligned with Google Java style.Gravatar Max Cai2013-10-16
* Remove all field initializers and let ctor call clear().Gravatar Max Cai2013-10-11
* Accessor style for optional fields.Gravatar Max Cai2013-09-23
* Fix outer classname for javamicro/javanano.Gravatar Max Cai2013-08-05
* Add an option to inspect "has" state upon parse.Gravatar Ulas Kirazci2013-07-29
* Per-file java_multiple_files flag.Gravatar Max Cai2013-07-25
* Update nano to serialize java keywords properly.Gravatar Tom Chao2013-07-19
* Make it possible to use MessageNano.mergeFrom without casting.Gravatar Brian Duff2013-07-08
* Nano support for extensions and unknown fields.Gravatar Brian Duff2013-06-24
* Nano protobufs.Gravatar Ulas Kirazci2013-04-01