aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
| * 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
* 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
* 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
* 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
* Fix and improve arm64 atomic operations in protobuf stubs (patch from rmcilro...Gravatar xiaofeng@google.com2014-04-09
* Add Arm64 AtomicOps (patch from rmcilroy@)Gravatar xiaofeng@google.com2014-03-26
* Replace TSan API declarations in atomicops_internals_tsan.h with a header inc...Gravatar xiaofeng@google.com2014-03-24
* Replace kEmptyString wth OnceInit initialized string*Gravatar xiaofeng@google.com2014-02-13
* Add aarch64 architecture to platform_macros.h (patch by Sylvain Defresne)Gravatar liujisi@google.com2014-02-13
* Add missing #include of <algorithm> for min/max on VS2013Gravatar xiaofeng@google.com2013-09-17