67 Commits (130bb0739a229a478d292e903b1b3ce6b1fb2494)

Author SHA1 Message Date
Msp 089aaa996a Fix message for InvalidProtocolBufferException 8 years ago
Feng Xiao f933d10fbe Update version number. 8 years ago
Bo Yang 15f4db6cb1 Bump version number to 3.1.0-alpha-1. 8 years ago
Feng Xiao 2649844cab Update version number. 8 years ago
Bo Yang ebcda12102 Bump version number to 3.1.0-alpha-1. 8 years ago
Daniel Frett b6dec9b8d4 update the OSGi SymbolicName and ExportedPackage for the javanano library 8 years ago
Feng Xiao 932f94e16e Update version number to 3.0.0-beta-4 8 years ago
Otto Kekäläinen 3808d091f8 Fix spelling in strings and comments 9 years ago
Jisi Liu 5dea2017db Update version numbers for other languages 9 years ago
Feng Xiao 7d075a44c1 Update version number and fix javadoc errors. 9 years ago
Feng Xiao ffe9215140 Update version number. 9 years ago
Xiao Hang 801e92007f Generate a package name suffix ".nano" for nano messages 9 years ago
Bo Yang 252daef02b Add distributionManagement explicitly to prevent maven from using 10 years ago
Bo Yang e107e2d68e Update version number to 3.0.0-alpha-4 10 years ago
teboring 9839c0c2c9 Update version number to 3.0.0-alpha-3 10 years ago
Jeff Davidson 695715ad93 Speed up little endian int/long writes. 10 years ago
Andre Eisenbach 15bff99de6 Handle 0-length byte buffers in micro and nano protobufs 10 years ago
Charles Munger 6732dd7e58 Throw OutOfSpaceException instead of IllegalArgumentException. 10 years ago
Brian Duff a69b461e1e Inline unknownFieldData{Equals,HashCode} to generated code. 10 years ago
Jeff Davidson ec19be2f3c Generate @IntDef annotations for nanoproto enums. 10 years ago
Shai Barack 41f0294cd6 Add reset() and position() to CodedOutputByteBufferNano. 10 years ago
Kweku Adams 2712c42136 DO NOT MERGE Overloading createMessageTyped to accept a tag as an integer. 10 years ago
Brian Duff 714dba3ab8 Exclude cachedSize when printing fields. 10 years ago
Brian Duff d099a88685 Add clone() method support for nano. 10 years ago
Brian Duff fb96026b8d When no clear() is generated, still initialize fields. 10 years ago
Brian Duff 9ffaa50d55 Fix comments. 10 years ago
Charles Munger 54511f701f Optimize measurement and serialization of nano protos. 10 years ago
Brian Duff ec2f244554 Fix bug with large extension field numbers. 10 years ago
Tamir Duberstein 654bd3171f Clean up imports 10 years ago
Tamir Duberstein 210de285d7 DRY: Use `Charset` statics to eliminate exceptions 10 years ago
jesse 0481bf32c4 converted javanano README to markdown. Corrected Makefile 10 years ago
Jisi Liu efd4009487 Add maven release profile for JavaNano. 10 years ago
Jisi Liu 40f2df3c16 Bump the version number to 3.0.0-alpha-3-pre 10 years ago
Jisi Liu 7d8564f220 Update version number to 3.0.0-alpha-2 10 years ago
Jisi Liu 32f5d0178c Add changelog for 3.0.0-alpha2 release. 10 years ago
Jisi Liu 0a7fc8f888 Add test for debug string for oneof 10 years ago
Jisi Liu a6fc5da0fc Fix review comments. 10 years ago
Jisi Liu 72776c30af Add tests for oneofs. 10 years ago
Jisi Liu 968150327d partial oneof tests. 10 years ago
Jisi Liu b9e9469b4d Add tests for oneof equals and hash. 10 years ago
Jisi Liu 3ab660cd4a Uncomment string/bytes fields in oneof nano. 10 years ago
Jisi Liu c72d3d51ff Oneof message level elements (consts, case getter/clear) and messsage type field oneof support. 10 years ago
Jisi Liu 33222b5a02 Initial check in for primitive oneof fields. 10 years ago
Jisi Liu f0e08fd4e4 Support maps in NanoPrinter. 10 years ago
Jisi Liu fbfdbe8ad8 Use EMPTY_BYTES in WireFormatNano 10 years ago
Jisi Liu c265fbe3ca Mark factory setter API as private for alpha release. 10 years ago
Jisi Liu d1bbd856af Merge the javanano map test into the main test target. 10 years ago
Jisi Liu 12d8a514c8 Get the map factory per mergeFrom() call for JavaNano. 10 years ago
Jisi Liu d9a6f27bc3 implement hashCode() for JavaNano maps. 10 years ago
Jisi Liu 1536e93349 Implement Equals for nano. 10 years ago