737 Commits (c8c5fed544b20b8ca865113d858e9b98deb00a4b)

Author SHA1 Message Date
Brian Silverman 21f3d3777a Don't assume char is signed. 9 years ago
Brian Silverman 133be3dc1f Use TEST_TMPDIR for writing temporary files if it's set. 9 years ago
kbinani 9a06c8000e Rename 'BYTE_SIZE' macro to 'GOOGLE_PROTOBUF_BYTE_SIZE' 9 years ago
Peter Kasting 4f3bead537 Remove a static initializer by removing a global of non-POD type. 9 years ago
Peter Kasting f5a332553e It helps if you write macros correctly 9 years ago
Peter Kasting a1be711e96 Try modifying check in hopes of passing upstream build 9 years ago
Peter Kasting 432771fa24 Review comments 9 years ago
Peter Kasting 5ea84dd335 Refine check for unordered_{map|set} availability. 9 years ago
Peter Kasting b913cbd307 Move StringSpaceUsedIncludingSelf to lite library. 9 years ago
Peter Kasting d680159527 Delete kNanosPerSecond from time.cc. 9 years ago
Peter Kasting 2e789bc246 Avoid #including system headers from inside a namespace. 9 years ago
Feng Xiao 8e102ad158 Update generated file. 9 years ago
TeBoring aca5a60883 Fix bugs for objectivec 9 years ago
Feng Xiao d9f4636818 Add a TODO to clean-up the LITTLE_ENDIAN macro. 9 years ago
Feng Xiao b47bf4c930 Assume LITTLE_ENDIAN for windows build. 9 years ago
Feng Xiao b7bbe54321 Remove an unused typedef. 9 years ago
Jan Tattermusch 276ce8c15b add static cast to silence signedness comparison warning 9 years ago
Hans Wennborg fcf1b57579 Fix the no-op definitions of GOOGLE_PREDICT_{TRUE,FALSE} 9 years ago
Feng Xiao e72c751e4d Fix cmake build on linux. 9 years ago
Feng Xiao d9ab86cdbf Fix compile issues with -std=c++11 9 years ago
Jisi Liu 0977815af2 fix "memory leaks" in protostream-object files. 9 years ago
Jisi Liu 01e060f20e Fix commandline interface file under heapcheck. 9 years ago
Jon Skeet 3c74a0c9cc Change where we rename Descriptor.cs to DescriptorProtoFile.cs. 9 years ago
Bo Yang ff7bdad231 Fix bugs on windows 9 years ago
Jisi Liu 4c663d810e Update descriptor protos. 9 years ago
Feng Xiao cc5a1bfede Make the PARSER @Deprecated public. 9 years ago
Jon Skeet ca89a1a118 Change where we rename Descriptor.cs to DescriptorProtoFile.cs. 9 years ago
Feng Xiao 839b180dba Cherry-pick Java utf8 change. 9 years ago
Feng Xiao b17ec3ca11 Down-integrate from internal code base. 9 years ago
Feng Xiao eee38b0c01 Down-integrate from google3. 9 years ago
Tamir Duberstein 322d8939fc Remove Python 2.5 cruft 9 years ago
Jisi Liu b0f661181d Down-integrate from internal branch. 9 years ago
Douglas Heriot 5021c4d885 Define GOOGLE_ATTRIBUTE_NOINLINE for MSVC. Workaround for VS2015 Release build compiler bug. 9 years ago
Jan Tattermusch fa2fe35dec fix type initialization problem with FileDescriptor 9 years ago
Thomas Van Lenten 4e43931eaf Add support for a file listing expected package to objc prefixes for validation. 9 years ago
Jon Skeet a39ababb7c Allow public access to descriptor.proto as a dependency. 9 years ago
Feng Xiao bd11198f69 Fix map fields parsing. 9 years ago
Jon Skeet 93bdf36f8b Remove our own version of MakeTag now that the main one is fixed. 9 years ago
Bo Yang 5e47a68b32 Remove unused .pb.h #includes. 9 years ago
Jon Skeet e7f88ff129 Skip groups properly. 9 years ago
Jon Skeet ff334a60eb Change ReadTag and PeekTag to just use 0 as a return value for "end of stream", rather than using an awkward out parameter. 9 years ago
Jon Skeet 9df2defa29 Consume unknown fields when parsing. 9 years ago
Nobuaki Sukegawa 992531723c Fix gcc C++11 build 9 years ago
Jon Skeet f994cfe808 Handle field names of "descriptor" and "types". 9 years ago
Yohei Yukawa 8c27eea686 Fix build failure on Windows when Unicode build is enabled. 9 years ago
Jan Tattermusch 43a2dee708 refactor umbrella class helpers 9 years ago
Tom Hughes c6095505dc Move pthread include. 9 years ago
Jon Skeet 3980cf9df1 Prohibit null values for string/bytes fields in generated code. 9 years ago
Jon Skeet f03271665f More freezing tidy-up; generated code in next commit. 9 years ago
Jan Tattermusch 3783d9a8ad remove the freeze API 9 years ago