aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-06-17Merged masterJon Skeet
2015-06-17Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet
2015-06-16Make the code independent of config.hJisi Liu
2015-06-15Merge pull request #488 from AustinSchuh/ruby_test_fixFeng Xiao
2015-06-13Merge pull request #495 from pherl/masterJisi Liu
2015-06-13Make pbconfig.h independent of config.hJisi Liu
2015-06-12Merge pull request #481 from Qartar/masterFeng Xiao
2015-06-12Workaround for MSVC's string literal compiler limit.Qartar
2015-06-12Fix oneof generator - forgot to provide variables...Jon Skeet
2015-06-12Move Count checks into the serialization codeJon Skeet
2015-06-12Give descriptor.proto a go packageTamir Duberstein
2015-06-12Optimization of CalculateSize: avoid foreach over empty lists.Jon Skeet
2015-06-12Use Length to check string/bytes fields for emptiness - it's faster than an e...Jon Skeet
2015-06-12Fix oneof behaviour in the face of default values.Jon Skeet
2015-06-12Coded*Stream streamlining.Jon Skeet
2015-06-11Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet
2015-06-10Modified FindRubyTestDir to use GOOGLE_THIRD_PARTY_PROTOBUFAustin Schuh
2015-06-09Merge pull request #480 from thomasvl/objc_beta_dropPaul Yang
2015-06-09First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet
2015-06-08Refactored threadlocal logic.Austin Schuh
2015-06-08Beta quality drop of Objective C Support.Thomas Van Lenten
2015-06-06Merge pull request #468 from AustinSchuh/unsigned_protoFeng Xiao
2015-06-05Marked another compiler literal unsigned.Austin Schuh
2015-06-05Fixed bug in GOOGLE_PREDICT_FALSE.Austin Schuh
2015-06-05First stab at new proto3-only code generatorJon Skeet
2015-06-04Merge pull request #462 from anandolee/masterJie Luo
2015-06-04Merge pull request #457 from xfxyjwf/cmakeFeng Xiao
2015-06-04Migrate writer to io::Printer for C#Jie Luo
2015-06-03Merge pull request #453 from bakineggs/masterFeng Xiao
2015-06-02Merge pull request #444 from xfxyjwf/vs2010_fixFeng Xiao
2015-06-02Add protoc path detection for Mac OSDan Barry
2015-06-02Merge pull request #305 from ezegomez/masterFeng Xiao
2015-06-01Merge pull request #441 from anandolee/masterJan Tattermusch
2015-05-31Add cmake support.Feng Xiao
2015-05-31Call copy() only if there is something to copy.Feng Xiao
2015-05-31Fix MapAllocator::destroy() bug.Feng Xiao
2015-05-29Change the C# enum generator inherit from primitive generatorJie Luo
2015-05-29Merge pull request #404 from anandolee/masterJie Luo
2015-05-29Add oneof support for C#Jie Luo
2015-05-27Fixes on visual studio 2008unknown
2015-05-26Replace "\\" with "/" for windows path names.Feng Xiao
2015-05-26In std11, on mac, operator new doesn't take right reference.TeBoring
2015-05-26Merge pull request #430 from xfxyjwf/std11_fixPaul Yang
2015-05-26Make MapAllocator work with C++11.Feng Xiao
2015-05-26Merge pull request #429 from xfxyjwf/std11_fixPaul Yang
2015-05-26When doing make distcheck, a src/google/protobuf/compiler/ruby is created toBo Yang
2015-05-26Remove std::is_trivially_default_constructible.Feng Xiao
2015-05-26uint64 has non-trivial destructor on 32-bit windows. This cause arenaBo Yang
2015-05-26Adds objectivec_helpers.h to the headers installed by make.Jorge Canizales
2015-05-25Explicitly call destructor of Mutex to release resources.Feng Xiao