aboutsummaryrefslogtreecommitdiffstats
path: root/src/google/protobuf/compiler/javanano
Commit message (Expand)AuthorAgeFilesLines
* Generate a CREATOR for each Parcelable message.Jeff Davidson2015-04-031-0/+11
* Inline unknownFieldData{Equals,HashCode} to generated code.Brian Duff2015-03-201-2/+8
* Expose generate_clear as an option.Brian Duff2015-02-211-0/+2
* Generate @IntDef annotations for nanoproto enums.Jeff Davidson2015-02-194-9/+68
* Update protobuf library from 2.3 to 2.6.Jeff Davidson2015-01-151-3/+1
* Merge "When no clear() is generated, still initialize fields."Brian Duff2015-01-092-12/+21
|\
| * When no clear() is generated, still initialize fields.Brian Duff2015-01-092-12/+21
* | Add clone() method support for nano.Brian Duff2015-01-0911-5/+95
|/
* Fix bug with large extension field numbers.Brian Duff2014-10-031-1/+1
* Change reftypes_primitive_enums to reftypes_compat_mode.Brian Duff2014-10-013-12/+31
* Adds a primitive enum mode for reftypes.Brian Duff2014-09-304-4/+23
* Includes a MessageNano subclass's name's hashCode in hashCode calculations.Jason Neufeld2014-09-161-0/+1
* Don't return NULL from {Boxed}PrimitiveTypeName.Brian Duff2014-07-211-4/+4
* Fix access around unknownFieldData.Max Cai2014-07-151-7/+2
* Support generation of Parcelable nano messages.Jeff Davidson2014-04-253-2/+20
* Adds --ignore_service nano proto compiler flagJie Dai2014-04-233-2/+13
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-04-101-3/+2
* Revert "Don't reset cachedSize to 0 in getSerializedSize"Wink Saville2014-03-211-2/+3
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-03-211-3/+2
* Merge "Extension overhaul."Max Cai2014-02-175-112/+159
|\
| * Extension overhaul.Max Cai2014-01-105-112/+159
* | Fix repeated packed field merging code for non-packed data.Max Cai2014-01-161-1/+4
* | Add validation when parsing enum fields.Max Cai2014-01-163-33/+120
* | Allow whitespace in nano codegen options.Max Cai2014-01-141-22/+37
* | Correctness: floating point equality using bits instead of ==.Max Cai2014-01-101-40/+58
* | Don't serialize required fields whose 'has' flags are unset.Max Cai2014-01-102-5/+7
|/
* Avoid class initializers to help ProGuard.Max Cai2013-12-1010-76/+219
* Nano: don't generate accessor methods for nested methodsAndrew Flynn2013-12-093-119/+6
* Align with main: two ways of parsing repeated packable fields.Max Cai2013-11-187-106/+157
* Minimize method count for nanoproto.Tom Chao2013-11-112-61/+28
* Allow for ref-type arrays containing null elements.Aurash Mahbod2013-11-052-20/+51
* Implement hashCode() and equals() behind a generator option.Brian Duff2013-10-2513-57/+456
* Feature request: set() and clear() accessors return thisMax Cai2013-10-163-17/+27
* Make generated code more aligned with Google Java style.Max Cai2013-10-166-55/+78
* Fix repeated field merging semantics.Max Cai2013-10-153-33/+48
* Protect against null repeated fields.Brian Duff2013-10-143-18/+25
* Remove all field initializers and let ctor call clear().Max Cai2013-10-114-14/+18
* Merge "Add reftypes field generator option."Ulas Kirazci2013-10-095-10/+51
|\
| * Add reftypes field generator option.Brian Duff2013-10-075-10/+51
* | Fix some indenting issues with set__() functionAndrew Flynn2013-10-081-10/+6
|/
* Implement enum_style=java option.Max Cai2013-09-253-19/+65
* Accessor style for optional fields.Max Cai2013-09-2311-56/+409
* Add some bitfield helper methods from 2.4Max Cai2013-09-202-0/+102
* Add two codegen parameters to nano.Max Cai2013-09-182-2/+30
* Merge "Fix outer classname for javamicro/javanano."Wink Saville2013-08-076-207/+110
|\
| * Fix outer classname for javamicro/javanano.Max Cai2013-08-056-207/+110
* | Merge "Fixed packed repeated serialization."Ulas Kirazci2013-07-312-30/+29
|\ \ | |/ |/|
| * Fixed packed repeated serialization.Ulas Kirazci2013-07-312-30/+29
* | Add an option to inspect "has" state upon parse.Ulas Kirazci2013-07-296-31/+83
|/
* Per-file java_multiple_files flag.Max Cai2013-07-256-24/+54