aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge nano proto into protobuf repository.Gravatar Feng Xiao2014-11-19
|\
| * Prepare nano proto code to be merged into protobuf repository.Gravatar Feng Xiao2014-11-19
* | Fix testcase compile failure under gcc 4.6:Gravatar Tres Seaver2014-11-18
* | Fix 'error: a class-key must be used when declaring a friend' compile error.Gravatar Tres Seaver2014-11-18
* | Merge pull request #84 from tseaver/fix_80-avoid_INT32_MAX_MINGravatar Feng Xiao2014-11-17
|\ \
| * | Use 'kint32min'/'kint32max' constants, rather than defining locally.Gravatar Tres Seaver2014-11-17
| * | Don't rely on non-standard 'INT32_MAX' / 'INT32_MIN'.Gravatar Tres Seaver2014-11-17
* | | Down-integrate from internal code base (C++ maps support).Gravatar Feng Xiao2014-11-14
|/ /
* | 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
| | * 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