- 07 May, 2014 14 commits
-
-
Ulas Kirazci authored
* commit '8c131d5bf75499455ce287aeb0af30030282a000':
-
Adam Metcalf authored
* commit '4104f751dbabfc2dd04adee381aa4d949f81dbe1':
-
Wink Saville authored
* commit '662d2f44e91af91a37a59f1fe1697a00b6b724c9':
-
Wink Saville authored
am 66a4ccc4: am df9a6dff: am 48ee66d2: am ece98e5f: Merge "Fix checkbuild targets, remove unittest_enum_mulitplejava_nano.proto." * commit '66a4ccc40cc4eb1d21c273ded0e38f17ccdc4ded':
-
Wink Saville authored
am 7022c115: am ba363f13: am a38aedb3: am e7b778b9: Merge "Fix outer classname for javamicro/javanano." * commit '7022c115663ac6e24afdc896fc6f155f1a9bc52c':
-
Wink Saville authored
am efa53b19: am 4d7f9ad7: am ece98e5f: Merge "Fix checkbuild targets, remove unittest_enum_mulitplejava_nano.proto." * commit 'efa53b19f45400ca98c1bb2dc1f5bfa87be033df':
-
Wink Saville authored
* commit '211bb9125a78b3b8772afc196e16640a8b7f2f7b':
-
Ulas Kirazci authored
* commit 'bbda8b10152bbdb7d6057724f0e3e197db9ec108':
-
Adam Metcalf authored
* commit '380d1b5a78de07a081b36c890321ac61a0fced1a': Fix the merge conflict leftovers.
-
Wink Saville authored
* commit 'adfb09a08d450f356a69c74c0a80a3e4573e20b8':
-
Wink Saville authored
am df9a6dff: am 48ee66d2: am ece98e5f: Merge "Fix checkbuild targets, remove unittest_enum_mulitplejava_nano.proto." * commit 'df9a6dffee90f5ff657265b415ee5eb9fb5e3960':
-
Wink Saville authored
* commit 'ba363f1380e9b99e6606462b21febd2e4027e340':
-
Wink Saville authored
am 4d7f9ad7: am ece98e5f: Merge "Fix checkbuild targets, remove unittest_enum_mulitplejava_nano.proto." * commit '4d7f9ad71771fff628e88d463af94b44457b7934':
-
Wink Saville authored
* commit 'f105476adedac50be509ed36cbb187b92fca54d9':
-
- 02 May, 2014 5 commits
-
-
Ying Wang authored
* commit 'bf6d9ec1fa2e1313c2ca8558c5f0710cbea201c1': You CANNOT change the global WITH_DEXPREOPT
-
Ying Wang authored
* commit '94f522f907e3f34f70d9e7816b947e62fddbb267': You CANNOT change the global WITH_DEXPREOPT
-
Ying Wang authored
* commit '49512cb01065b41c0113248c2c02800de1156d50': You CANNOT change the global WITH_DEXPREOPT
-
Ying Wang authored
-
Ying Wang authored
Bug: 14380196 Change-Id: I2b9e6db081558687afd5c20c7084824dfe1bb26e
-
- 01 May, 2014 5 commits
-
-
Jan-Willem Maarse authored
* commit '70eec2cabb5fa7bf8d7d492ec46905dae3df5a76': Fix NPE when clearing an extension in nano protos
-
Jan-Willem Maarse authored
* commit '58eb8e98d17971273548930a7e8d45e69995a2c8': Fix NPE when clearing an extension in nano protos
-
Jan-Willem Maarse authored
* commit 'd20f0a4260763531acf5de677e4830afe0bfc53e': Fix NPE when clearing an extension in nano protos
-
Jan-Willem Maarse authored
-
Jan-Willem Maarse authored
If ExtendableMessageNano doesn't have any unknown fields, trying to clear an extension by setting it to null would throw an NPE. Change-Id: I6abcdfcc0193de44f97b21dd6cc2f40604938a1a
-
- 30 Apr, 2014 2 commits
- 29 Apr, 2014 1 commit
-
-
Bill Yi authored
-
- 25 Apr, 2014 4 commits
-
-
Jeff Davidson authored
Change-Id: I4c9cebcc6922a970daca2af002c96bc7e8e102b8
-
Jeff Davidson authored
* commit '33a6680ab98977cd5b9b7b03f4875b9265cfec3b': Support generation of Parcelable nano messages.
-
Jeff Davidson authored
-
Jeff Davidson authored
This CL adds the "parcelable_messages" option. When enabled, all generated message classes will conform to the Android Parcelable contract. This is achieved by introducing a new parent class for generated classes which implements the required functionality. Since the store_unknown_fields option also makes use of a superclass, ExtendableMessageNano, we have two versions of the new Parcelable superclass: one extending MessageNano, and one extending ExtendableMessageNano. These classes are otherwise identical. As these classes depend on Android framework jars, they are not included in the host .jar build of the nanoproto library. Finally, add a test suite for running tests of Android-specific functionality, as this cannot be done on a desktop JVM. Change-Id: Icc2a257f03317e947f7078dbb9857c3286857497
-
- 24 Apr, 2014 3 commits
- 23 Apr, 2014 1 commit
-
-
Jie Dai authored
Nano proto compiler normally throws an error if any service is defined. If --ignore-services=true is set, no error is thrown and the service is simply skipped. Change-Id: Id82583555085cc55550d03a485d3f0189885240b
-
- 14 Apr, 2014 3 commits
- 10 Apr, 2014 1 commit
-
-
Dave Hawkey authored
This avoids a race-condition when cachedSize is momentarily set to 0 for non-empty messages if multiple threads call getSerializedSize (e.g. during serialization). This is a retry of https://android-review.googlesource.com/#/c/88570/. getSerializedSize() has been kept non-final so that messages generated with a previous version of the compiler will not break. Change-Id: I8d8154a10938cde579ae19c55eae55b1e70e0bda
-
- 24 Mar, 2014 1 commit
-
-
Wink Saville authored
* commit '8a9fc09c92cf0b1f08186c9339952e47eddee74b': Revert "Don't reset cachedSize to 0 in getSerializedSize"
-