- 16 Apr, 2019 1 commit
-
-
Keith Smiley authored
-
- 15 Apr, 2019 4 commits
-
-
Keith Smiley authored
-
Keith Smiley authored
These were found attempting to enable -Werror
-
Keith Moyer authored
GCC 8 added a -Wclass-memaccess that is enabled in -Wall that warns when making direct memory modifications to non-trivial objects. The objects that are modified here are only "non-trivial" in non-interesting ways (e.g., removal of copy constructor) and can be safely modified as is being done. This simply explicitly casts the pointers before calling memset to indicate that they should be treated as raw memory.
-
Nic McDonald authored
-
- 12 Apr, 2019 5 commits
-
-
Hao Nguyen authored
Down integrate to GitHub
-
Hao Nguyen authored
Remove Required.Proto3.JsonInput.EmptyFieldMask.JsonOutput from failure list since it is now passing for Ruby
-
Hao Nguyen authored
Replace SimpleItoa with StrCat in ObjectiveC compiler codes
-
Hao Nguyen authored
-
Hao Nguyen authored
-
- 11 Apr, 2019 4 commits
-
-
-
Justin Buchanan authored
-
Keith Smiley authored
When compiling protobuf these produce warnings
-
Keith Smiley authored
This field isn't used yet, but it will be in the future so we don't want to remove it. This fixes the warning in the meantime.
-
- 10 Apr, 2019 7 commits
-
-
Hao Nguyen authored
Down integration to GitHub
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Hao Nguyen authored
Update documentation for JavaLite
-
Hao Nguyen authored
Add Mergeable config
-
Hao Nguyen authored
-
- 09 Apr, 2019 6 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Hao Nguyen authored
Down integrate to Github
-
Hao Nguyen authored
-
-
Hao Nguyen authored
-
- 08 Apr, 2019 1 commit
-
-
yejianwu authored
-
- 06 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 05 Apr, 2019 3 commits
-
-
Hao Nguyen authored
-
-
Hao Nguyen authored
-
- 03 Apr, 2019 1 commit
-
-
Ankit Singh authored
-
- 01 Apr, 2019 2 commits
-
-
Phillipp Schoppmann authored
-
Harvey Tuch authored
* external/com_google_protobuf/src/google/protobuf/stubs/strutil.cc:1122:9: runtime error: negation of -9223372036854775808 cannot be represented in type 'google::protobuf::int64' (aka 'long'); cast to an unsigned type to negate this value to itself * Bad external/com_google_protobuf/src/google/protobuf/text_format.cc:1320:14: runtime error: null pointer passed as argument 1, which is declared to never be null /usr/include/string.h:62:62: note: nonnull attribute specified here Signed-off-by: Harvey Tuch <htuch@google.com>
-
- 29 Mar, 2019 1 commit
-
-
Paul Yang authored
Merge 3.7.x into master
-
- 28 Mar, 2019 4 commits
-
-
Hao Nguyen authored
Also update Dockerfile for JavaScript. The old one is using an npm that is too outdated
-
Adam Cozzette authored
-
Bo Yang authored
-
Bo Yang authored
-