- 22 Jan, 2016 2 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 2 commits
-
-
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 5 commits
-
-
Feng Xiao authored
Restructuring protobuf to multiple modules
-
nmittler authored
protobuf/java will become a parent pom that will contain two modules: core - contains all of the code for the protobuf-java artifact util - contains all of the code for the protobuf-java-util artifact Also cleaned up various Maven warnings.
-
Jon Skeet authored
- Spot an Any without a type URL - In the conformance test runner, catch exceptions due to generally-invalid JSON
-
Jon Skeet authored
This fixes issue #933, effectively.
-
Jan Tattermusch authored
Prohibit null values in maps
-
- 12 Jan, 2016 1 commit
-
-
Joshua Haberman authored
Allow conformance test runner to tolerate crashes, and re-enable conformance tests
-