- 05 Feb, 2016 1 commit
-
-
Nicolas "Pixel" Noble authored
-
- 04 Feb, 2016 8 commits
-
-
Josh Haberman authored
-
Josh Haberman authored
-
Jon Skeet authored
Rename Preconditions to ProtoPreconditions
-
Jon Skeet authored
-
Jon Skeet authored
(Generated code changes in next commit.)
-
Jan Tattermusch authored
Rename GeneratedCodeInfo to GeneratedClrTypeInfo
-
Jon Skeet authored
-
Jon Skeet authored
Recently, descriptor.proto gained a GeneratedCodeInfo message, which means the generated code conflicts with our type. Unfortunately this affects codegen as well, although this is a part of the public API which is very unlikely to affect hand-written code. Generated code changes in next commit.
-
- 03 Feb, 2016 2 commits
- 02 Feb, 2016 1 commit
-
-
Jisi Liu authored
Make protobuf Skylark extension appends the workspace root
-
- 01 Feb, 2016 2 commits
- 30 Jan, 2016 1 commit
-
-
CH Albach authored
-
- 29 Jan, 2016 3 commits
- 28 Jan, 2016 1 commit
-
-
Jisi Liu authored
Moving the files to their original location, so that opensource changes can be picked during the internal merge. Those files will be moved into the correct location after merging with internal code. Note: do NOT merge this into master without the other internal down-integration commit.
-
- 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 5 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
-