- 23 May, 2019 1 commit
-
-
Hao Nguyen authored
-
- 22 May, 2019 1 commit
-
-
Seth Girvan authored
This reverts commit a7180caf.
-
- 21 May, 2019 4 commits
-
-
Hao Nguyen authored
This reverts commit 783971e8. Revert an accidental revert!
-
Hao Nguyen authored
This reverts commit 6d96493b.
-
Hao Nguyen authored
This reverts commit c40018e5.
-
Hao Nguyen authored
-
- 17 May, 2019 1 commit
-
-
Paul Yang authored
-
- 14 May, 2019 1 commit
-
-
Hao Nguyen authored
Make sure to include zlib.BUILD in our distribution
-
- 13 May, 2019 1 commit
-
-
Hao Nguyen authored
-
- 10 May, 2019 2 commits
-
-
Adam Cozzette authored
-
Paul Yang authored
* Custom mktime to fix issue on mac * Remove succeeded tests from failure list
-
- 09 May, 2019 3 commits
-
-
Hao Nguyen authored
Fix update_version script to use the appropriate rc style for C#
-
Hao Nguyen authored
-
Paul Yang authored
-
- 30 Apr, 2019 1 commit
-
-
Hao Nguyen authored
Update change log for 3.8.0
-
- 29 Apr, 2019 3 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
Remove unused files from lite's pom.xml
-
Hao Nguyen authored
-
- 26 Apr, 2019 1 commit
-
-
Hao Nguyen authored
Update version to 3.8.0
-
- 24 Apr, 2019 2 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
- 23 Apr, 2019 3 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
Down integrate to GitHub
-
Hao Nguyen authored
-
- 18 Apr, 2019 1 commit
-
-
Hao Nguyen authored
Down Integration to GitHub
-
- 17 Apr, 2019 2 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
- 16 Apr, 2019 2 commits
-
-
Keith Smiley authored
All bazel crosstools automatically pass -Wall to compiles. The order of operations is: - bazel crosstool flags - `--host_copt` flags and other variations like `--host_cxxopt` - the `copts` defined on the rule Because of this when protobuf produces warnings, there's no way to disable them from the consumer side if they are re-enabled later by another `-Wall` flag.
-
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 2 commits
-
-
-
Justin Buchanan authored
-