737 Commits (c8c5fed544b20b8ca865113d858e9b98deb00a4b)

Author SHA1 Message Date
Jon Skeet cdeda4b876 Minor cleanup. 10 years ago
Jisi Liu a2b7937777 using ::isnan to avoid conflicts with std::isnan for C++11 build. 10 years ago
Feng Xiao 818c5eee08 Fix broken builds. 10 years ago
Jon Skeet 828b7e61d0 Use the fact that we know the tag size and bytes at codegen time to optimize. 10 years ago
Jisi Liu 78d470c7a5 Make the code independent of config.h 10 years ago
Thomas Van Lenten 8c88957ef3 Add nonnil markup to ObjC library. 10 years ago
Feng Xiao e96ff30120 Down-integrate from internal code base. 10 years ago
Bo Yang a269a6d397 Implement parsing for proto3 primitive repeated fields. Previously, for 10 years ago
Jisi Liu f48dca5044 Make pbconfig.h independent of config.h 10 years ago
Qartar 2fe6d7bc57 Workaround for MSVC's string literal compiler limit. 10 years ago
Jon Skeet a8dae140c6 Fix oneof generator - forgot to provide variables... 10 years ago
Jon Skeet 5a33827eec Move Count checks into the serialization code 10 years ago
Tamir Duberstein 66463d7e4b Give descriptor.proto a go package 10 years ago
Jon Skeet 1b71db1180 Optimization of CalculateSize: avoid foreach over empty lists. 10 years ago
Jon Skeet 4352744859 Use Length to check string/bytes fields for emptiness - it's faster than an equality check. 10 years ago
Jon Skeet 8fcde2cabd Fix oneof behaviour in the face of default values. 10 years ago
Jon Skeet 96ddf01aed Coded*Stream streamlining. 10 years ago
Jon Skeet 39aaf21d51 Reimplement enums as int values, and get rid of EnumHelper. 10 years ago
Austin Schuh 1ecef1a2f5 Modified FindRubyTestDir to use GOOGLE_THIRD_PARTY_PROTOBUF 10 years ago
Jon Skeet e38294a62d First pass at the mutable API. Quite a bit more to do - in particular, it's pretty slow right now. 10 years ago
Austin Schuh fd73235f6b Refactored threadlocal logic. 10 years ago
Thomas Van Lenten d846b0b059 Beta quality drop of Objective C Support. 10 years ago
Austin Schuh 307af628e6 Marked another compiler literal unsigned. 10 years ago
Austin Schuh f4c8627edb Fixed bug in GOOGLE_PREDICT_FALSE. 10 years ago
Jon Skeet f52426827e First stab at new proto3-only code generator 10 years ago
Jie Luo 90da3514cd Migrate writer to io::Printer for C# 10 years ago
Feng Xiao 37df4b65a4 Delete default UnknownFieldSet when shuting down. 10 years ago
Dan Barry 0af3ed5189 Add protoc path detection for Mac OS 10 years ago
Feng Xiao 4333edb340 Add cmake support. 10 years ago
Feng Xiao 93d6838ab5 Call copy() only if there is something to copy. 10 years ago
Feng Xiao 5a9be2c6f6 Fix MapAllocator::destroy() bug. 10 years ago
Jie Luo a21a2cf7d3 Change the C# enum generator inherit from primitive generator 10 years ago
Jie Luo f7b417ddfe Add oneof support for C# 10 years ago
unknown ca1c252923 Fixes on visual studio 2008 10 years ago
Feng Xiao b11d6fe515 Replace "\\" with "/" for windows path names. 10 years ago
TeBoring 9250fbaead In std11, on mac, operator new doesn't take right reference. 10 years ago
Feng Xiao bdd105d978 Make MapAllocator work with C++11. 10 years ago
Bo Yang 83d334f713 When doing make distcheck, a src/google/protobuf/compiler/ruby is created to 10 years ago
Feng Xiao da0afba8f8 Remove std::is_trivially_default_constructible. 10 years ago
Bo Yang 3a5455b34b uint64 has non-trivial destructor on 32-bit windows. This cause arena 10 years ago
Jorge Canizales 0d3b36ad54 Adds objectivec_helpers.h to the headers installed by make. 10 years ago
Feng Xiao 4e0c46f93d Explicitly call destructor of Mutex to release resources. 10 years ago
Feng Xiao 72f17c4367 Make hash_map forward constructor parameters to its base class. 10 years ago
Bo Yang a9332e201d Copy two data files from ruby/tests to src/google/compiler/ruby. Tests in src/google/compiler/ruby depend on these two files, but they were missed in language distributions other than ruby 10 years ago
Bo Yang cf603a9dfa Fix bugs on windows. 10 years ago
Bo Yang f87e5b7e74 Fix C2385: accessing parent classes' member without specifying is ambiguous. 10 years ago
Thomas Van Lenten 1dcc329427 Objective C Second Alpha Drop 10 years ago
Bo Yang 5db217305f down-integrate internal changes 10 years ago
Feng Xiao 1aacb4fbbf Include well-known types in Java runtime. 10 years ago
Feng Xiao e9abc404df Add default import paths for descriptor.proto and other well-known types to protoc. 10 years ago