aboutsummaryrefslogtreecommitdiff
path: root/javanano/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-311-1/+4
* Merge branch 'master' of https://github.com/zsurocking/protobufXiao Hang2015-08-0420-28/+28
|\
* | Generate a package name suffix ".nano" for nano messagesXiao Hang2015-07-291-5/+5
|/
* Throw OutOfSpaceException instead of IllegalArgumentException.Charles Munger2015-04-281-0/+18
* Add clone() method support for nano.Brian Duff2015-04-282-0/+21
* When no clear() is generated, still initialize fields.Brian Duff2015-04-281-0/+6
* Optimize measurement and serialization of nano protos.Charles Munger2015-04-281-0/+36
* Fix bug with large extension field numbers.Brian Duff2015-04-281-0/+3
* DRY: Use `Charset` statics to eliminate exceptionsTamir Duberstein2015-04-021-11/+11
* Add test for debug string for oneofJisi Liu2015-02-191-0/+2
* Fix review comments.Jisi Liu2015-02-191-1/+1
* 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 fi...Jisi Liu2015-02-191-1/+1
* Initial check in for primitive oneof fields.Jisi Liu2015-02-191-0/+8
* Support maps in NanoPrinter.Jisi Liu2015-02-191-0/+39
* Implement Equals for nano.Jisi Liu2015-02-061-2/+121
* Rename empty bytes in JavaNano.Jisi Liu2015-02-051-1/+0
* 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-052-1/+28
* Test keys and values cannot be null.Jisi Liu2015-02-051-1/+23
* Basic serialization/parsing test.Jisi Liu2015-02-052-1/+130
* parsing and serialzation for maps in JavaNano.Jisi Liu2015-02-031-22/+7
* Add package for map test for nano.Jisi Liu2015-02-021-1/+4
* Add tests for JavaNano maps.Jisi Liu2015-02-021-0/+52
* Replace links in nano proto code.Feng Xiao2014-11-2615-15/+15
* Prepare nano proto code to be merged into protobuf repository.Feng Xiao2014-11-1921-0/+5031