616 Commits (385baaa87c52abf5339b0be7dccf8a4131667117)

Author SHA1 Message Date
Feng Xiao 84731a111f Down-integrate from internal branch. 10 years ago
Feng Xiao e428862450 Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers 10 years ago
Brian Duff 7fbf654004 Change reftypes_primitive_enums to reftypes_compat_mode. 10 years ago
Brian Duff a892068c2d Adds a primitive enum mode for reftypes. 10 years ago
Dinis Rosário bb7d210c2a Fix "warning C4018: '<' : signed/unsigned mismatch" at wire_format_lite_inl.h 10 years ago
William Orr a27b329084 Update copyright notice and remove first line 10 years ago
William Orr 2d7786cfc3 Add support for solaris atomicops 10 years ago
Robert Edmonds cc0a047384 generic atomicops: promote Acquire_Store() and Release_Load() to use SEQ_CST fence 10 years ago
Robert Edmonds 0a3e36f1bf platform_macros.h: #undef GOOGLE_PROTOBUF_PLATFORM_ERROR once it's no longer needed 10 years ago
Robert Edmonds 7432af823a Fix atomicops build failure on non-Clang 10 years ago
Jason Neufeld 87bd4029cf Includes a MessageNano subclass's name's hashCode in hashCode calculations. 10 years ago
Robert S. Edmonds 628a23ba8d Expose generic atomicops on Clang 10 years ago
Robert S. Edmonds d24b987c14 Remove GOOGLE_PROTOBUF_ARCH_PPC 10 years ago
Jon Skeet 3918275376 Add SecurityCritical attributes to serialization, and add the AllowPartiallyTrustedCallers 10 years ago
huahang c871fb9384 remove a const qualifier in a method's return type 10 years ago
huahang 27fcf9bff6 fix a compile warning 10 years ago
David Hirschfeld b7ec1a95d2 Added const qualifier to iterator to enable compiling with VS2008 11 years ago
jieluo@google.com 1eba9d9c74 merge tags/2.6.0 into trunk 11 years ago
jieluo@google.com 786379af47 patch Issue 130740043 to trunk for other atomicops patches: [MIPS64] Add support for MIPS64 in protobuf 11 years ago
jieluo@google.com e61b513b1f make dist complains the file name is too long and refuse to put it to tar. Change the file to a shorter name 11 years ago
jieluo@google.com 7580a8929f add shared_pr.h 11 years ago
jieluo@google.com bde4a3254a down integrate python opensource to svn 11 years ago
jieluo@google.com d7339318a3 Change java descriptor back to private 11 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 11 years ago
jieluo@google.com 7db9c098df change java compiler to only produce one java file 11 years ago
jieluo@google.com 9efebb3294 use #undef instead of change the name of MemoryBarrier 11 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. 11 years ago
jieluo@google.com abe61de6e6 make changes to pass Cygwin 11 years ago
Jon Skeet 92d6214e0f Add protoc plugin. 11 years ago
jieluo@google.com 91e32ac64d add #ifdef _MSC_VER 11 years ago
jieluo@google.com 7ee0f3edc7 change some files to pass MSVC 2013 11 years ago
jieluo@google.com b7aebe4099 Change MemoryBarrier() to MemoryBarrierInternal(). Resolve name conflict in mingw gcc 4.8.1 11 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