- 02 Apr, 2016 1 commit
-
-
Jisi Liu authored
Temporarily merges google internal changes. The javascript tests are still failing and require additional investigation.
-
- 01 Apr, 2016 12 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
For fixing MSVC
-
Joshua Haberman authored
Linking the cpp implementation extension statically with libprotobuf
-
Manjunath Kudlur authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jon Skeet authored
Remove duplicate test cases.
-
Thomas Van Lenten authored
Add -position and -isAtEnd for use when manually parsing input streams.
-
Thomas Van Lenten authored
-
Jon Skeet authored
(NCrunch noticed these.)
-
Jan Tattermusch authored
Introduce a new nuget package, Google.Protobuf.Tools, basically to contain protoc on multiple platforms.
-
Jisi Liu authored
-
- 31 Mar, 2016 15 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
stubs/common.h undefines the GetMessage macro introduced in windows.h map_test however include stubs/common.h before windows.h is transitively included. This hack force map_test.cc to include windows.h first, so we have a chance to undefine the GetMessage macro.
-
Jisi Liu authored
-
Joshua Haberman authored
Added an API to allow oversize protos when using C++ extension in Python
-
Manjunath Kudlur authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Feng Xiao authored
Replace #include <iostream> with #include <ostream> in int128.cc
-
Jisi Liu authored
Referencing data member table_ in static functions break certain platforms. Change it to refer to the declare type void** instead.
-
Jisi Liu authored
-
Jon Skeet authored
-
Jon Skeet authored
Introduce a new nuget package, Google.Protobuf.Tools, basically to contain protoc on multiple platforms. I've moved both protoc.exe and the proto files out of Google.Protobuf. The .proto files aren't a slam-dunk, but it feels like they belong with protoc as you'd *use* them with protoc. It's not clear to me whether we really need both an x86 and x64 version of protoc.exe, as x86 would work on 64-bit Windows anyway. Discuss :)
-
Jan Tattermusch authored
Refactoring of FieldDescriptor
-
- 30 Mar, 2016 7 commits
-
-
Adam Michalik authored
iostream is not actually necessary here, and it introduces unnecessary static initializers.
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
Use the T() instead of NULL for the default value.
-
Joshua Haberman authored
Add support for running on Jenkins
-
Jon Skeet authored
This makes no externally visible behavioral changes. Internally and non-behaviorally: - We use a field (compiler-generated) to store the JsonName to avoid recomputing it repeatedly - The documentation for JsonName is updated to reflect the meaning better - Readonly autoprops and expression-bodied properties used where possible
-
Jon Skeet authored
csharp: add support for the json_name option
-
- 29 Mar, 2016 5 commits
-
-
Josh Haberman authored
-
Jisi Liu authored
The template can be specialized on primitives, e.g. double, where converting NULL will trigger a warning.
-
https://github.com/google/protobufalien authored
-
alien authored
-
Thomas Van Lenten authored
Mark iOS tests as able to fail.
-