737 Commits (c8c5fed544b20b8ca865113d858e9b98deb00a4b)

Author SHA1 Message Date
Feng Xiao 6ae3bde73d Fix issue 99. 10 years ago
Łukasz Twarduś dd449e1c79 Fix "anonymous types declared in an anonymous union are an extension" 10 years ago
Daniel Martin e2416caf90 Fix java compilation issues when processing large .proto files 10 years ago
Feng Xiao 99aa0f9e8f Down-integrate from internal code base. 10 years ago
Feng Xiao cd980d1c13 Prepare nano proto code to be merged into protobuf repository. 10 years ago
Tres Seaver 4113685cdd Fix testcase compile failure under gcc 4.6: 10 years ago
Tres Seaver 0fab06062f Fix 'error: a class-key must be used when declaring a friend' compile error. 10 years ago
Tres Seaver 8b2aafe7d3 Use 'kint32min'/'kint32max' constants, rather than defining locally. 10 years ago
Tres Seaver 83671c0514 Don't rely on non-standard 'INT32_MAX' / 'INT32_MIN'. 10 years ago
Feng Xiao 3eb55df6a4 Report a warning if the proto file doesn't have a syntax statement. 10 years ago
Feng Xiao f157a5651c Down-integrate from internal code base (C++ maps support). 10 years ago
Andrew Paprocki af88ccb5fc Modify tests to compile on AIX with xlC compiler. 10 years ago
Andrew Paprocki ebb41981c8 Add atomicops for AIX/POWER + IBM xlC compiler. 10 years ago
Feng Xiao 6ef984af4b Down-integrate from internal code base. 10 years ago
Veres Lajos c76807211a typo fixes - https://github.com/vlajos/misspell_fixer 10 years ago
Feng Xiao baca1a8a1a Adds more checks before deleting temporary files. 10 years ago
acidtonic 2ba455f20c Corrected code example in coded_stream.h 10 years ago
Fabrice de Gans-Riberi 98db4958f0 Change references to `vector` to use `std::vector` 10 years ago
abyss7 717f807499 Silence -Wsign-compare warning on Mac 10 years ago
Austin Schuh ec71d5d319 Fixed Unused Parameter warning in compiler headers. 10 years ago
Austin Schuh 918e3ee8b4 Fixed Unused Parameter warning in headers. 10 years ago
Andrew Paprocki 4eaa16f7a9 Fixed IBM xlC compiler error due to missing prefix. 10 years ago
Feng Xiao 53d202f587 Add the missing solaris atomics header file. 10 years ago
Feng Xiao df5481c6b3 Update version number to 2.6.2-pre. 10 years ago
Feng Xiao 8c12b1af76 Update version number in generated files. 10 years ago
Antoni Buszta e670b67032 DestroyDefaultRepeatedFields is registered using OnShutdown. 10 years ago
Feng Xiao d9d1da95c6 Update version number to 2.6.1rc1 10 years ago
Feng Xiao 3b8dadf581 Avoid using the macro name again in macro definitions. 10 years ago
Feng Xiao 06e6690bf2 Fix the memory leak of GetEmptyString(). 10 years ago
Antoni Buszta e83ba13a6f InitializeDefaultRepeatedFields() allocates memory but does not release it. 10 years ago
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 10 years ago
jieluo@google.com 1eba9d9c74 merge tags/2.6.0 into trunk 10 years ago
jieluo@google.com 786379af47 patch Issue 130740043 to trunk for other atomicops patches: [MIPS64] Add support for MIPS64 in protobuf 10 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 10 years ago