569 Commits (a8dae140c60d9b29c72a7f342ec7081b2116fea9)

Author SHA1 Message Date
jieluo@google.com 4de8f55113 down integrate to svn 11 years ago
Max Cai d1a8a8f6f1 Fix access around unknownFieldData. 11 years ago
liujisi@google.com c5553a3d18 Down-integrate pending changes from internal repository after previous release. 11 years ago
Wink Saville fadc11055e Revert "Merge commit 'e887563a' into fix-merge-conclict" 11 years ago
xiaofeng@google.com e7f2937962 Fix a bug in Arm64 atomicops. (https://codereview.appspot.com/88800045/) 11 years ago
Jeff Davidson ec4b1ce0b6 Support generation of Parcelable nano messages. 11 years ago
Jie Dai d9425a6218 Adds --ignore_service nano proto compiler flag 11 years ago
Jon Skeet fd6c129298 Munge protoc's error format into a VS-C#-compatible output format. 11 years ago
Dave Hawkey 598087ef53 Don't reset cachedSize to 0 in getSerializedSize 11 years ago
xiaofeng@google.com 3aa5ea95a9 Fix and improve arm64 atomic operations in protobuf stubs (patch from rmcilroy@). 11 years ago
Jon Skeet 8bb0d7288e Add the ability to print a builder (not just a message), 11 years ago
Jon Skeet f34759e05c Add test for clearing fields with reflection. 11 years ago
xiaofeng@google.com 2ca19bd806 Add Arm64 AtomicOps (patch from rmcilroy@) 11 years ago
xiaofeng@google.com a80030eff4 Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion (patch from glider@) 11 years ago
Wink Saville b7dd7d9294 Revert "Don't reset cachedSize to 0 in getSerializedSize" 11 years ago
Wink Saville 546ed9afaa Revert "am 5b931dc7: am ec0b12c3: Merge "Don\'t reset cachedSize to 0 in getSerializedSize"" 11 years ago
Dave Hawkey 5090f19ea7 Don't reset cachedSize to 0 in getSerializedSize 11 years ago
xiaofeng@google.com 37c7426b47 Replace kEmptyString wth OnceInit initialized string* 11 years ago
liujisi@google.com f0b6a5cfeb Add aarch64 architecture to platform_macros.h (patch by Sylvain Defresne) 11 years ago
Max Cai 74959d4796 Fix repeated packed field merging code for non-packed data. 11 years ago
Max Cai e005be6554 Add validation when parsing enum fields. 11 years ago
Max Cai bc8eec3d2b Allow whitespace in nano codegen options. 11 years ago
Max Cai 79b311c163 Correctness: floating point equality using bits instead of ==. 11 years ago
Max Cai 1b1735ceb1 Don't serialize required fields whose 'has' flags are unset. 11 years ago
Max Cai e3714f0001 Extension overhaul. 11 years ago
Max Cai 04feb76f94 Avoid class initializers to help ProGuard. 11 years ago
Andrew Flynn c997c136bb Nano: don't generate accessor methods for nested methods 11 years ago
Max Cai adf2449a6d Align with main: two ways of parsing repeated packable fields. 11 years ago
Tom Chao 28b4dec79b Minimize method count for nanoproto. 11 years ago
Aurash Mahbod 3f0c348033 Allow for ref-type arrays containing null elements. 11 years ago
Brian Duff 56a37328ae Implement hashCode() and equals() behind a generator option. 12 years ago
Max Cai fba329d6d5 Feature request: set() and clear() accessors return this 12 years ago
Max Cai 9a93c5f593 Make generated code more aligned with Google Java style. 12 years ago
Max Cai cd3c68b255 Fix repeated field merging semantics. 12 years ago
Brian Duff 34547de99c Protect against null repeated fields. 12 years ago
Max Cai 0652d70174 Remove all field initializers and let ctor call clear(). 12 years ago
Andrew Flynn 0b86e55f67 Fix some indenting issues with set__() function 12 years ago
Brian Duff 10107cbc7a Add reftypes field generator option. 12 years ago
Nicholas Seckar b3c24e0ed2 Fix roundtrip failure with groups when unknown fields are enabled. 12 years ago
Max Cai 1479c7ab1b Implement enum_style=java option. 12 years ago
Jon Skeet 2d245ffe6a Regenerated proto code with string.Concat approach to descriptor data. 12 years ago
Jon Skeet 5a0feb2ae2 Upgrade solution format to Visual Studio 2012. This will lead to warnings 12 years ago
Jon Skeet 3b0795c15a Use string.Concat instead of String.Concat to avoid potential import problems, 12 years ago
Max Cai b337f25628 Accessor style for optional fields. 12 years ago
Max Cai ee4410d551 Add some bitfield helper methods from 2.4 12 years ago
Max Cai 71766127eb Add two codegen parameters to nano. 12 years ago
Sergey Geyn 4a04773b5b fixed a bug in protogen causing 12 years ago
csharptest d63096d1b2 Corrected code formatting and added TestCodedInputOutputPosition 12 years ago
xiaofeng@google.com 172019c40b Add missing #include of <algorithm> for min/max on VS2013 12 years ago
Jon Skeet dc8149fc64 Optimize FromBase64String to return Empty when presented with an empty string. 12 years ago