aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* | Update version number to 2.6.2-pre.Gravatar Feng Xiao2014-10-21
* | Update version number in generated files.Gravatar Feng Xiao2014-10-09
* | Merge remote-tracking branch 'origin/master' into 2.6.1Gravatar Feng Xiao2014-10-09
|\ \
| * \ Merge pull request #43 from abuszta/bugfixGravatar Feng Xiao2014-10-09
| |\ \
| | * | DestroyDefaultRepeatedFields is registered using OnShutdown.Gravatar Antoni Buszta2014-10-09
* | | | Update version number to 2.6.1rc1Gravatar Feng Xiao2014-10-08
|/ / /
* | | Avoid using the macro name again in macro definitions.Gravatar Feng Xiao2014-10-08
* | | Fix the memory leak of GetEmptyString().Gravatar Feng Xiao2014-10-08
| * | InitializeDefaultRepeatedFields() allocates memory but does not release it.Gravatar Antoni Buszta2014-10-08
|/ /
* | Merge pull request #35 from dsrosario/fix_warningGravatar Feng Xiao2014-10-06
|\ \
* | | Down-integrate from internal branch.Gravatar Feng Xiao2014-10-03
* | | Replace links to code.google.com/protobuf with developers.google.com/protocol...Gravatar Feng Xiao2014-10-01
| | * Change reftypes_primitive_enums to reftypes_compat_mode.Gravatar Brian Duff2014-10-01
| | * Adds a primitive enum mode for reftypes.Gravatar Brian Duff2014-09-30
| * | Fix "warning C4018: '<' : signed/unsigned mismatch" at wire_format_lite_inl.hGravatar Dinis Rosário2014-09-23
* | | Update copyright notice and remove first lineGravatar William Orr2014-09-22
* | | Add support for solaris atomicopsGravatar William Orr2014-09-19
|/ /
* | Merge pull request #30 from edmonds/branches/fix_generic_atomicops_memory_modelsGravatar xfxyjwf2014-09-19
|\ \
| * | generic atomicops: promote Acquire_Store() and Release_Load() to use SEQ_CST ...Gravatar Robert Edmonds2014-09-18
* | | platform_macros.h: #undef GOOGLE_PROTOBUF_PLATFORM_ERROR once it's no longer ...Gravatar Robert Edmonds2014-09-18
|/ /
* | Fix atomicops build failure on non-ClangGravatar Robert Edmonds2014-09-18
| * Includes a MessageNano subclass's name's hashCode in hashCode calculations.Gravatar Jason Neufeld2014-09-16
* | Expose generic atomicops on ClangGravatar Robert S. Edmonds2014-09-13
* | Remove GOOGLE_PROTOBUF_ARCH_PPCGravatar Robert S. Edmonds2014-09-13
* | remove a const qualifier in a method's return typeGravatar huahang2014-09-04
* | fix a compile warningGravatar huahang2014-09-03
* | Added const qualifier to iterator to enable compiling with VS2008Gravatar David Hirschfeld2014-08-27
* | merge tags/2.6.0 into trunkGravatar jieluo@google.com2014-08-25
* | patch Issue 130740043 to trunk for other atomicops patches: [MIPS64] Add supp...Gravatar jieluo@google.com2014-08-20
* | make dist complains the file name is too long and refuse to put it to tar. Ch...Gravatar jieluo@google.com2014-08-14
* | add shared_pr.hGravatar jieluo@google.com2014-08-12
* | down integrate python opensource to svnGravatar jieluo@google.com2014-08-12
* | Change java descriptor back to privateGravatar jieluo@google.com2014-08-07
* | 1, Add comments for include<algorithm> we added for min/max on VS2013. 2, Add...Gravatar jieluo@google.com2014-08-07
* | change java compiler to only produce one java fileGravatar jieluo@google.com2014-08-07
* | use #undef instead of change the name of MemoryBarrierGravatar jieluo@google.com2014-08-06
* | Cygwin doesn't work well if we try to capture stderr and stdout at the same t...Gravatar jieluo@google.com2014-08-06
* | make changes to pass CygwinGravatar jieluo@google.com2014-08-05
* | add #ifdef _MSC_VERGravatar jieluo@google.com2014-08-01
* | change some files to pass MSVC 2013Gravatar jieluo@google.com2014-07-31
* | Change MemoryBarrier() to MemoryBarrierInternal(). Resolve name conflict in m...Gravatar jieluo@google.com2014-07-30
* | Increase the allocated_size_ should be after allocation. Otherwise there migh...Gravatar jieluo@google.com2014-07-24
* | use decimal constants to avoid casting error with visual c /W4Gravatar jieluo@google.com2014-07-23
| * Don't return NULL from {Boxed}PrimitiveTypeName.Gravatar Brian Duff2014-07-21
* | Add iostream in message.cc. Remove unused in coded_stream_unittest.ccGravatar jieluo@google.com2014-07-18
* | delete unused variableGravatar jieluo@google.com2014-07-18
* | down integrate to svnGravatar jieluo@google.com2014-07-18
| * Fix access around unknownFieldData.Gravatar Max Cai2014-07-15
* | Down-integrate pending changes from internal repository after previous release.Gravatar liujisi@google.com2014-05-28
* | Fix a bug in Arm64 atomicops. (https://codereview.appspot.com/88800045/)Gravatar xiaofeng@google.com2014-05-05