aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #69 from apaprocki/aix-atomicopsGravatar Feng Xiao2014-11-11
|\
| * Modify tests to compile on AIX with xlC compiler.Gravatar Andrew Paprocki2014-11-11
| * Add atomicops for AIX/POWER + IBM xlC compiler.Gravatar Andrew Paprocki2014-11-11
* | Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobu...Gravatar Feng Xiao2014-11-11
|\ \
* | | Down-integrate from internal code base.Gravatar Feng Xiao2014-11-10
| * | typo fixes - https://github.com/vlajos/misspell_fixerGravatar Veres Lajos2014-11-08
|/ /
* | Adds more checks before deleting temporary files.Gravatar Feng Xiao2014-11-08
* | Merge pull request #71 from abyss7/masterGravatar Feng Xiao2014-11-05
|\ \
* \ \ Merge pull request #70 from AustinSchuh/masterGravatar Feng Xiao2014-11-05
|\ \ \
* \ \ \ Merge pull request #72 from Steelskin/masterGravatar Feng Xiao2014-11-05
|\ \ \ \
* | | | | Corrected code example in coded_stream.hGravatar acidtonic2014-11-04
| * | | | Change references to `vector` to use `std::vector`Gravatar Fabrice de Gans-Riberi2014-11-03
|/ / / /
| | * / Silence -Wsign-compare warning on MacGravatar abyss72014-11-03
| |/ / |/| |
| * | Fixed Unused Parameter warning in compiler headers.Gravatar Austin Schuh2014-10-31
| * | Fixed Unused Parameter warning in headers.Gravatar Austin Schuh2014-10-31
|/ /
| * Fixed IBM xlC compiler error due to missing prefix.Gravatar Andrew Paprocki2014-10-31
|/
* Add the missing solaris atomics header file.Gravatar Feng Xiao2014-10-22
* 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
| * 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