aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/test/java/com/google/protobuf/NanoTest.java
Commit message (Expand)AuthorAgeFilesLines
* Throw OutOfSpaceException instead of IllegalArgumentException.Charles Munger2015-04-211-0/+18
* Merge "When no clear() is generated, still initialize fields."Brian Duff2015-01-091-0/+6
|\
| * When no clear() is generated, still initialize fields.Brian Duff2015-01-091-0/+6
* | Add clone() method support for nano.Brian Duff2015-01-091-0/+20
|/
* Optimize measurement and serialization of nano protos.Charles Munger2015-01-071-0/+36
* Add MessageNano.messageNanoEquals().Brian Duff2014-09-021-0/+3
* Add a hasExtension method to ExtendableMessageNano.Juan Silveira2014-07-171-2/+57
* Fix access around unknownFieldData.Max Cai2014-07-151-4/+4
* Keep pointers to extension values.Juan Silveira2014-07-141-0/+137
* Fix NPE when clearing an extension in nano protosJan-Willem Maarse2014-05-011-0/+14
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-04-101-0/+12
* Revert "Don't reset cachedSize to 0 in getSerializedSize"Wink Saville2014-03-211-15/+0
* Don't reset cachedSize to 0 in getSerializedSizeDave Hawkey2014-03-211-0/+15
* Merge "Extension overhaul."Max Cai2014-02-171-63/+164
|\
| * Extension overhaul.Max Cai2014-01-101-63/+164
* | Fix repeated packed field merging code for non-packed data.Max Cai2014-01-161-8/+12
* | Add validation when parsing enum fields.Max Cai2014-01-161-0/+122
* | Correctness: floating point equality using bits instead of ==.Max Cai2014-01-101-10/+121
* | Don't serialize required fields whose 'has' flags are unset.Max Cai2014-01-101-1/+6
|/
* Fix MessageNanoPrinter for accessorsAndrew Flynn2013-12-121-2/+37
* Nano: don't generate accessor methods for nested methodsAndrew Flynn2013-12-091-16/+44
* Align with main: two ways of parsing repeated packable fields.Max Cai2013-11-181-0/+72
* Update MessageNano#toString() to return mostly valid TextFormat.Nicholas Seckar2013-11-151-22/+25
* Allow for ref-type arrays containing null elements.Aurash Mahbod2013-11-051-2/+31
* Implement hashCode() and equals() behind a generator option.Brian Duff2013-10-251-0/+219
* Feature request: set() and clear() accessors return thisMax Cai2013-10-161-0/+6
* Fix repeated field merging semantics.Max Cai2013-10-151-4/+97
* Protect against null repeated fields.Brian Duff2013-10-141-2/+52
* Add reftypes field generator option.Brian Duff2013-10-071-0/+62
* Fix roundtrip failure with groups when unknown fields are enabled.Nicholas Seckar2013-10-041-0/+17
* Implement enum_style=java option.Max Cai2013-09-251-0/+13
* Accessor style for optional fields.Max Cai2013-09-231-1/+149
* Merge "Fix outer classname for javamicro/javanano."Wink Saville2013-08-071-2/+43
|\
| * Fix outer classname for javamicro/javanano.Max Cai2013-08-051-2/+43
* | Merge "Fixed packed repeated serialization."Ulas Kirazci2013-07-311-0/+19
|\ \ | |/ |/|
| * Fixed packed repeated serialization.Ulas Kirazci2013-07-311-0/+19
* | Add an option to inspect "has" state upon parse.Ulas Kirazci2013-07-291-0/+88
|/
* Per-file java_multiple_files flag.Max Cai2013-07-251-0/+16
* Allow NaN/+inf/-inf defaults in micro/nano.Chris Smith2013-07-231-0/+26
* Update nano to serialize java keywords properly.Tom Chao2013-07-191-0/+6
* Make it possible to use MessageNano.mergeFrom without casting.Brian Duff2013-07-081-0/+9
* Nano support for extensions and unknown fields.Brian Duff2013-06-241-1/+95
* Add toString() method to MessageNano.Andrew Flynn2013-06-041-0/+54
* Nano protobufs.Ulas Kirazci2013-04-011-0/+2104