737 Commits (c8c5fed544b20b8ca865113d858e9b98deb00a4b)

Author SHA1 Message Date
jieluo@google.com 7580a8929f add shared_pr.h 10 years ago
jieluo@google.com bde4a3254a down integrate python opensource to svn 10 years ago
jieluo@google.com d7339318a3 Change java descriptor back to private 10 years ago
jieluo@google.com 83964a9ab4 1, Add comments for include<algorithm> we added for min/max on VS2013. 2, Add #if/#endif to wrap #undef 10 years ago
jieluo@google.com 7db9c098df change java compiler to only produce one java file 10 years ago
jieluo@google.com 9efebb3294 use #undef instead of change the name of MemoryBarrier 10 years ago
jieluo@google.com 8d6f04ad8d Cygwin doesn't work well if we try to capture stderr and stdout at the same time. Comment one test tempraly for Cygwin. Need to figure out why and add the test back for Cygwin. 10 years ago
jieluo@google.com abe61de6e6 make changes to pass Cygwin 10 years ago
Jon Skeet 92d6214e0f Add protoc plugin. 10 years ago
jieluo@google.com 91e32ac64d add #ifdef _MSC_VER 10 years ago
jieluo@google.com 7ee0f3edc7 change some files to pass MSVC 2013 10 years ago
jieluo@google.com b7aebe4099 Change MemoryBarrier() to MemoryBarrierInternal(). Resolve name conflict in mingw gcc 4.8.1 10 years ago
jieluo@google.com 9eda53a6f1 Increase the allocated_size_ should be after allocation. Otherwise there might have segmentation fault if allocation throws an exception. 11 years ago
jieluo@google.com e6726e2150 use decimal constants to avoid casting error with visual c /W4 11 years ago
Brian Duff 7acc0f831f Don't return NULL from {Boxed}PrimitiveTypeName. 11 years ago
jieluo@google.com 3b547d3526 Add iostream in message.cc. Remove unused in coded_stream_unittest.cc 11 years ago
jieluo@google.com a35f979c17 delete unused variable 11 years ago
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. 11 years ago
Max Cai fba329d6d5 Feature request: set() and clear() accessors return this 11 years ago
Max Cai 9a93c5f593 Make generated code more aligned with Google Java style. 11 years ago