- 10 Feb, 2016 4 commits
-
-
Josh Haberman authored
-
Joshua Haberman authored
Fix Intel compiler warnings in include files on Windows
-
Jan Tattermusch authored
Check in strong name key.
-
Jan Tattermusch authored
-
- 09 Feb, 2016 2 commits
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- 08 Feb, 2016 1 commit
-
-
Joshua Haberman authored
Added support for binary gems.
-
- 06 Feb, 2016 1 commit
-
-
Joshua Haberman authored
Few fixes.
-
- 05 Feb, 2016 3 commits
-
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
Joshua Haberman authored
Enable JavaScript tests for binary parse/serialize.
-
- 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 2 commits
-
-
Josh Haberman authored
These should have been included in the first match but I overlooked them. This involved deleting some of the code that tests Google-internal-only features.
-
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.
-
- 27 Jan, 2016 1 commit
-
-
kkm 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 4 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.
-