aboutsummaryrefslogtreecommitdiffhomepage
path: root/javanano/pom.xml
Commit message (Collapse)AuthorAge
* Update version numbers for other languagesGravatar Jisi Liu2016-05-10
|
* Update version number and fix javadoc errors.Gravatar Feng Xiao2016-01-06
|
* Update version number.Gravatar Feng Xiao2015-08-26
| | | | | Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-4.
* Add distributionManagement explicitly to prevent maven from usingGravatar Bo Yang2015-05-29
| | | | | default configuration. In default configuration, maven needs webdav for deployment, which cannot be found in central repository.
* Update version number to 3.0.0-alpha-4Gravatar Bo Yang2015-05-29
|
* Update version number to 3.0.0-alpha-3Gravatar teboring2015-05-23
|
* Add clone() method support for nano.Gravatar Brian Duff2015-04-28
| | | | | | Upstreamed from Another Place (cr/57247854). Change-Id: I2aaf59544c0f5ae21a51891d8a5eeda1dc722c90
* When no clear() is generated, still initialize fields.Gravatar Brian Duff2015-04-28
| | | | | | | | | | | | | | | | https://android-review.googlesource.com/#/c/67890/ removed field initialization from the ctor, making it just call clear() instead. When I added the generate_clear option back (as part of the reftypes compat mode) in https://android-review.googlesource.com/#/c/109530/, I forgot to ensure that what clear() used to do was inlined in the constructor. This change fixes NPEs that are happening for users of reftypes_compat_mode who rely on unset repeated fields being empty arrays rather than null. Change-Id: Idb58746c60f4a4054b7ebb5c3b0e76b16ff88184
* Merge pull request #231 from google/alpha-2-fixGravatar Chris Fallin2015-03-05
|\ | | | | Add maven release profile for JavaNano.
| * Add maven release profile for JavaNano.Gravatar Jisi Liu2015-03-05
| | | | | | | | Change-Id: I885b561c85325db05595f0d86338dcd7c06cf058
* | Bump the version number to 3.0.0-alpha-3-preGravatar Jisi Liu2015-03-02
|/ | | | Change-Id: I33479e529b060e4fed532a827a386d3baecc835e
* Update version number to 3.0.0-alpha-2Gravatar Jisi Liu2015-02-21
| | | | Change-Id: Icecb25db34ae5e6d5142a2d75ca7216ba018abb2
* Merge the javanano map test into the main test target.Gravatar Jisi Liu2015-02-09
|
* Add package for map test for nano.Gravatar Jisi Liu2015-02-02
|
* Add tests for JavaNano maps.Gravatar Jisi Liu2015-02-02
|
* Prepare nano proto code to be merged into protobuf repository.Gravatar Feng Xiao2014-11-19