aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into 2.6.1Feng Xiao2014-10-092-0/+17
|\
| * Merge pull request #43 from abuszta/bugfixFeng Xiao2014-10-092-0/+17
| |\
| | * DestroyDefaultRepeatedFields is registered using OnShutdown.Antoni Buszta2014-10-091-3/+1
| | * InitializeDefaultRepeatedFields() allocates memory but does not release it.Antoni Buszta2014-10-082-0/+19
* | | Update version number to 2.6.1rc1Feng Xiao2014-10-082-4/+4
|/ /
* | Avoid using the macro name again in macro definitions.Feng Xiao2014-10-081-3/+3
* | Fix the memory leak of GetEmptyString().Feng Xiao2014-10-081-1/+5
|/
* Merge pull request #35 from dsrosario/fix_warningFeng Xiao2014-10-061-1/+1
|\
| * Fix "warning C4018: '<' : signed/unsigned mismatch" at wire_format_lite_inl.hDinis Rosário2014-09-231-1/+1
* | Down-integrate from internal branch.Feng Xiao2014-10-032-14/+14
* | Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-01224-227/+227
* | Update copyright notice and remove first lineWilliam Orr2014-09-221-2/+1
* | Add support for solaris atomicopsWilliam Orr2014-09-193-1/+204
|/
* Merge pull request #30 from edmonds/branches/fix_generic_atomicops_memory_modelsxfxyjwf2014-09-191-2/+2
|\
| * generic atomicops: promote Acquire_Store() and Release_Load() to use SEQ_CST ...Robert Edmonds2014-09-181-2/+2
* | platform_macros.h: #undef GOOGLE_PROTOBUF_PLATFORM_ERROR once it's no longer ...Robert Edmonds2014-09-181-0/+2
|/
* Fix atomicops build failure on non-ClangRobert Edmonds2014-09-182-7/+20
* Expose generic atomicops on ClangRobert S. Edmonds2014-09-132-2/+4
* Remove GOOGLE_PROTOBUF_ARCH_PPCRobert S. Edmonds2014-09-131-3/+0
* remove a const qualifier in a method's return typehuahang2014-09-041-1/+1
* fix a compile warninghuahang2014-09-031-1/+1
* Added const qualifier to iterator to enable compiling with VS2008David Hirschfeld2014-08-271-1/+1
* merge tags/2.6.0 into trunkjieluo@google.com2014-08-257-10/+158
* patch Issue 130740043 to trunk for other atomicops patches: [MIPS64] Add supp...jieluo@google.com2014-08-203-3/+134
* make dist complains the file name is too long and refuse to put it to tar. Ch...jieluo@google.com2014-08-142-1/+3
* add shared_pr.hjieluo@google.com2014-08-121-0/+470
* down integrate python opensource to svnjieluo@google.com2014-08-123-1/+166
* Change java descriptor back to privatejieluo@google.com2014-08-073-25/+5
* 1, Add comments for include<algorithm> we added for min/max on VS2013. 2, Add...jieluo@google.com2014-08-073-0/+4
* change java compiler to only produce one java filejieluo@google.com2014-08-075-26/+14
* use #undef instead of change the name of MemoryBarrierjieluo@google.com2014-08-0611-56/+57
* Cygwin doesn't work well if we try to capture stderr and stdout at the same t...jieluo@google.com2014-08-061-9/+18
* make changes to pass Cygwinjieluo@google.com2014-08-051-5/+9
* add #ifdef _MSC_VERjieluo@google.com2014-08-011-2/+2
* change some files to pass MSVC 2013jieluo@google.com2014-07-314-12/+26
* Change MemoryBarrier() to MemoryBarrierInternal(). Resolve name conflict in m...jieluo@google.com2014-07-3011-56/+56
* Increase the allocated_size_ should be after allocation. Otherwise there migh...jieluo@google.com2014-07-241-1/+1
* use decimal constants to avoid casting error with visual c /W4jieluo@google.com2014-07-232-5/+5
* Add iostream in message.cc. Remove unused in coded_stream_unittest.ccjieluo@google.com2014-07-182-6/+1
* delete unused variablejieluo@google.com2014-07-182-4/+0
* down integrate to svnjieluo@google.com2014-07-18167-4072/+20324
* Down-integrate pending changes from internal repository after previous release.liujisi@google.com2014-05-2811-25/+32
* Fix a bug in Arm64 atomicops. (https://codereview.appspot.com/88800045/)xiaofeng@google.com2014-05-051-19/+7
* Fix and improve arm64 atomic operations in protobuf stubs (patch from rmcilro...xiaofeng@google.com2014-04-091-97/+56
* Add Arm64 AtomicOps (patch from rmcilroy@)xiaofeng@google.com2014-03-262-0/+380
* Replace TSan API declarations in atomicops_internals_tsan.h with a header inc...xiaofeng@google.com2014-03-241-175/+2
* Replace kEmptyString wth OnceInit initialized string*xiaofeng@google.com2014-02-1310-351/+364
* Add aarch64 architecture to platform_macros.h (patch by Sylvain Defresne)liujisi@google.com2014-02-131-0/+3
* Add missing #include of <algorithm> for min/max on VS2013xiaofeng@google.com2013-09-171-0/+2
* Fix a typo.xiaofeng@google.com2013-07-301-1/+1