aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into proto3-onlyGravatar Jon Skeet2015-06-19
|\
* | Minor cleanup.Gravatar Jon Skeet2015-06-19
| * using ::isnan to avoid conflicts with std::isnan for C++11 build.Gravatar Jisi Liu2015-06-18
| * Merge pull request #501 from xfxyjwf/downGravatar Feng Xiao2015-06-17
| |\
| | * Fix broken builds.Gravatar Feng Xiao2015-06-17
* | | Merged masterGravatar Jon Skeet2015-06-17
|\| |
* | | Use the fact that we know the tag size and bytes at codegen time to optimize.Gravatar Jon Skeet2015-06-17
| * | Make the code independent of config.hGravatar Jisi Liu2015-06-16
| | * Down-integrate from internal code base.Gravatar Feng Xiao2015-06-15
| |/
| * Merge pull request #488 from AustinSchuh/ruby_test_fixGravatar Feng Xiao2015-06-15
| |\
| * \ Merge pull request #495 from pherl/masterGravatar Jisi Liu2015-06-13
| |\ \
| | * | Make pbconfig.h independent of config.hGravatar Jisi Liu2015-06-13
| * | | Merge pull request #481 from Qartar/masterGravatar Feng Xiao2015-06-12
| |\ \ \
| | * | | Workaround for MSVC's string literal compiler limit.Gravatar Qartar2015-06-12
* | | | | Fix oneof generator - forgot to provide variables...Gravatar Jon Skeet2015-06-12
* | | | | Move Count checks into the serialization codeGravatar Jon Skeet2015-06-12
| * | | | Give descriptor.proto a go packageGravatar Tamir Duberstein2015-06-12
| | |/ / | |/| |
* | | | Optimization of CalculateSize: avoid foreach over empty lists.Gravatar Jon Skeet2015-06-12
* | | | Use Length to check string/bytes fields for emptiness - it's faster than an e...Gravatar Jon Skeet2015-06-12
* | | | Fix oneof behaviour in the face of default values.Gravatar Jon Skeet2015-06-12
* | | | Coded*Stream streamlining.Gravatar Jon Skeet2015-06-12
* | | | Reimplement enums as int values, and get rid of EnumHelper.Gravatar Jon Skeet2015-06-11
| | | * Modified FindRubyTestDir to use GOOGLE_THIRD_PARTY_PROTOBUFGravatar Austin Schuh2015-06-10
| | |/ | |/|
| * | Merge pull request #480 from thomasvl/objc_beta_dropGravatar Paul Yang2015-06-09
| |\ \
* | | | First pass at the mutable API. Quite a bit more to do - in particular, it's p...Gravatar Jon Skeet2015-06-09
| * | | Refactored threadlocal logic.Gravatar Austin Schuh2015-06-08
| | |/ | |/|
| | * Beta quality drop of Objective C Support.Gravatar Thomas Van Lenten2015-06-08
| |/
| * Merge pull request #468 from AustinSchuh/unsigned_protoGravatar Feng Xiao2015-06-06
| |\
| | * Marked another compiler literal unsigned.Gravatar Austin Schuh2015-06-05
| * | Fixed bug in GOOGLE_PREDICT_FALSE.Gravatar Austin Schuh2015-06-05
| |/
* / First stab at new proto3-only code generatorGravatar Jon Skeet2015-06-05
|/
* Merge pull request #462 from anandolee/masterGravatar Jie Luo2015-06-04
|\
* \ Merge pull request #457 from xfxyjwf/cmakeGravatar Feng Xiao2015-06-04
|\ \
| | * Migrate writer to io::Printer for C#Gravatar Jie Luo2015-06-04
* | | Merge pull request #453 from bakineggs/masterGravatar Feng Xiao2015-06-03
|\ \ \
* \ \ \ Merge pull request #444 from xfxyjwf/vs2010_fixGravatar Feng Xiao2015-06-02
|\ \ \ \
| | * | | Add protoc path detection for Mac OSGravatar Dan Barry2015-06-02
| |/ / / |/| | |
* | | | Merge pull request #305 from ezegomez/masterGravatar Feng Xiao2015-06-02
|\ \ \ \
* \ \ \ \ Merge pull request #441 from anandolee/masterGravatar Jan Tattermusch2015-06-01
|\ \ \ \ \ | | |_|_|/ | |/| | |
| | | | * Add cmake support.Gravatar Feng Xiao2015-05-31
| | | |/
| | | * Call copy() only if there is something to copy.Gravatar Feng Xiao2015-05-31
| | | * Fix MapAllocator::destroy() bug.Gravatar Feng Xiao2015-05-31
| |_|/ |/| |
| * | Change the C# enum generator inherit from primitive generatorGravatar Jie Luo2015-05-29
* | | Merge pull request #404 from anandolee/masterGravatar Jie Luo2015-05-29
|\| |
| * | Add oneof support for C#Gravatar Jie Luo2015-05-29
* | | Fixes on visual studio 2008Gravatar unknown2015-05-27
* | | Replace "\\" with "/" for windows path names.Gravatar Feng Xiao2015-05-26
* | | In std11, on mac, operator new doesn't take right reference.Gravatar TeBoring2015-05-26
* | | Merge pull request #430 from xfxyjwf/std11_fixGravatar Paul Yang2015-05-26
|\ \ \
| * | | Make MapAllocator work with C++11.Gravatar Feng Xiao2015-05-26