- 30 Jan, 2016 1 commit
-
-
CH Albach authored
-
- 26 Jan, 2016 1 commit
-
-
Jan Tattermusch authored
Ensure that FieldMask, Timestamp and Duration ToString() calls don't throw
-
- 22 Jan, 2016 4 commits
- 21 Jan, 2016 5 commits
-
-
Jan Tattermusch authored
Fix mistakes in highest-representable float64 integers
-
Feng Xiao authored
Avoid upcasting uninitialized pointers
-
Jon Skeet authored
-
Brian Silverman authored
Fixes google/protobuf#693 msan flags this as being undefined behavior. I think it's triggering because the compiler has to insert a branch to avoid changing the pointer's value if it starts out NULL. I can't figure out if this is actually undefined behavior or not, but it definitely seems to be a gray area of the standard which is best avoided.
-
Feng Xiao authored
Fixing compile errors on Solaris in 64-bit mode
-
- 20 Jan, 2016 3 commits
-
-
Jon Skeet authored
The usage of ICustomDiagnosticMessage here is non-essential - ToDiagnosticString doesn't actually get called by ToString() in this case, due to JsonFormatter code. It was intended to make it clearer that it *did* have a custom format... but then arguably I should do the same for Value, Struct, Any etc. Moving some of the code out of JsonFormatter and into Duration/Timestamp/FieldMask likewise feels somewhat nice, somewhat nasty... basically there are JSON-specific bits of formatting, but also domain-specific bits of computation. <sigh> Thoughts welcome.
-
Jan Tattermusch authored
Introduce ICustomDiagnosticMessage to allow for custom string formatting
-
Feng Xiao authored
Fix compiler warning from repeated_field.h
-
- 19 Jan, 2016 2 commits
-
-
John Burke authored
-
Feng Xiao authored
Update podspec version to 3.0.0-beta-2
-
- 17 Jan, 2016 1 commit
-
-
Feng Xiao authored
throw IOException instead of InvalidProtocolBufferException when appropriate
-
- 16 Jan, 2016 7 commits
-
-
Jon Skeet authored
JSON Conformance improvements
-
Joshua Haberman authored
Fixed Python 3.x C++ build, and updated conformance failure lists.
-
Jorge Canizales authored
It's already submitted.
-
Joshua Humphries authored
-
Joshua Humphries authored
-
Joshua Humphries authored
-
Josh Haberman authored
-
- 15 Jan, 2016 14 commits
-
-
Feng Xiao authored
Fix tests broken by the Java directory change.
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
"valueField": null is parsed appropriately, i.e. that it remembers that the field is set.
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
Previously we were incorrectly packing wrapper types. This also refactors FieldCodec a bit as well, using more C# 6-ness.
-
- 14 Jan, 2016 1 commit
-
-
Feng Xiao authored
Change-Id: I39c4eadbd28164cfd83aa2d1d8b6dfe8286db803
-
- 13 Jan, 2016 1 commit
-
-
Feng Xiao authored
Restructuring protobuf to multiple modules
-