aboutsummaryrefslogtreecommitdiff
path: root/javanano
Commit message (Collapse)AuthorAgeFilesLines
* Clean up importsTamir Duberstein2015-04-022-3/+1
|
* DRY: Use `Charset` statics to eliminate exceptionsTamir Duberstein2015-04-024-43/+24
|
* converted javanano README to markdown. Corrected Makefilejesse2015-03-171-22/+41
|
* Merge pull request #231 from google/alpha-2-fixChris Fallin2015-03-051-0/+60
|\ | | | | Add maven release profile for JavaNano.
| * Add maven release profile for JavaNano.Jisi Liu2015-03-051-0/+60
| | | | | | | | Change-Id: I885b561c85325db05595f0d86338dcd7c06cf058
* | Bump the version number to 3.0.0-alpha-3-preJisi Liu2015-03-021-2/+2
|/ | | | Change-Id: I33479e529b060e4fed532a827a386d3baecc835e
* Update version number to 3.0.0-alpha-2Jisi Liu2015-02-211-2/+2
| | | | Change-Id: Icecb25db34ae5e6d5142a2d75ca7216ba018abb2
* Add changelog for 3.0.0-alpha2 release.Jisi Liu2015-02-201-10/+12
| | | | Change-Id: I4cbb3374e351c31611de472c7d5d78e4ce2b0f3b
* Add test for debug string for oneofJisi Liu2015-02-191-0/+2
| | | | Change-Id: I6a51a35c69ac24a60dd96ef69d556b1e68bc37d6
* Fix review comments.Jisi Liu2015-02-191-1/+1
| | | | Change-Id: Iafd4a3aa9d55e31478bf070311eeadfe95ece4d7
* Add tests for oneofs.Jisi Liu2015-02-191-6/+142
|
* partial oneof tests.Jisi Liu2015-02-191-0/+38
|
* Add tests for oneof equals and hash.Jisi Liu2015-02-192-0/+81
|
* Uncomment string/bytes fields in oneof nano.Jisi Liu2015-02-191-2/+2
|
* Oneof message level elements (consts, case getter/clear) and messsage type ↵Jisi Liu2015-02-191-1/+1
| | | | field oneof support.
* Initial check in for primitive oneof fields.Jisi Liu2015-02-191-0/+8
|
* Support maps in NanoPrinter.Jisi Liu2015-02-192-0/+53
|
* Use EMPTY_BYTES in WireFormatNanoJisi Liu2015-02-191-2/+1
|
* Mark factory setter API as private for alpha release.Jisi Liu2015-02-171-1/+5
|
* Merge the javanano map test into the main test target.Jisi Liu2015-02-091-4/+0
|
* Get the map factory per mergeFrom() call for JavaNano.Jisi Liu2015-02-071-1/+4
|
* implement hashCode() for JavaNano maps.Jisi Liu2015-02-061-0/+19
|
* Implement Equals for nano.Jisi Liu2015-02-062-2/+161
|
* Rename empty bytes in JavaNano.Jisi Liu2015-02-052-4/+3
|
* Rename readData() to readPrimitiveField() in JavaNano.Jisi Liu2015-02-053-4/+4
|
* Add tests merging empty entries in JavaNano mapJisi Liu2015-02-051-0/+30
|
* Fix the behavior when merging conflicting keys, the new value alwaysJisi Liu2015-02-053-34/+35
| | | | override the existing one even for message types.
* Test keys and values cannot be null.Jisi Liu2015-02-051-1/+23
|
* Basic serialization/parsing test.Jisi Liu2015-02-052-1/+130
|
* Moving internal code to InternalNano and rename MapUtil to MapFactories.Jisi Liu2015-02-043-234/+230
|
* parsing and serialzation for maps in JavaNano.Jisi Liu2015-02-033-50/+296
|
* Parsing for Maps in JavaNanoJisi Liu2015-02-021-0/+97
|
* Add readData(int) to read primitive value.Jisi Liu2015-02-021-0/+40
|
* MOVE TYPE_XXX constants to InternalNano.Jisi Liu2015-02-022-54/+39
|
* Add package for map test for nano.Jisi Liu2015-02-022-1/+8
|
* Add tests for JavaNano maps.Jisi Liu2015-02-022-0/+53
|
* Replace links in nano proto code.Feng Xiao2014-11-2627-27/+27
|
* Fix the broken link at the bottom of javanano/README.txtFeng Xiao2014-11-201-1/+1
|
* Prepare nano proto code to be merged into protobuf repository.Feng Xiao2014-11-1935-0/+9522