- 06 Jun, 2019 2 commits
-
-
Julien Poumailloux authored
Follow up on https://github.com/protocolbuffers/protobuf/pull/6221
-
Andrzej Hunt authored
This avoids hitting the following warning when including GPBDescriptor.h in ARC projects with stricter warning settings: error: 'assign' property of object type may become a dangling reference; consider using 'unsafe_unretained' [-Werror,-Wobjc-property-assign-on-object-type We first hit this in XCode 11, it's unclear whether it simply got stricter about enforcing this warning or whether the flags enabled with -Wall or -Weverything have been expanded.
-
- 05 Jun, 2019 2 commits
-
-
Carlos O'Ryan authored
In some platforms ${CMAKE_INSTALL_LIBDIR} expands to `lib64`. The libraries are correctly installed in that directory, but the RPATH is set to point to `$ORIGIN/../lib`, where it should be `$ORIGIN/../lib64`.
-
Wang Kirin authored
-
- 01 Jun, 2019 1 commit
-
-
Hao Nguyen authored
Merge 3.8.x into master branch
-
- 31 May, 2019 8 commits
-
-
Steven Peters authored
The wire_format_lite_inl.h header file was made unnecessary in #5839 and deleted in #5921, so remove the comment about it.
-
Hao Nguyen authored
Update CONTRIBUTING.md to clarify who should set the labels
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Wang Kirin authored
-
Hao Nguyen authored
Down integrate to GitHub
-
Hao Nguyen authored
-
Hao Nguyen authored
-
- 30 May, 2019 1 commit
-
-
Hao Nguyen authored
-
- 29 May, 2019 1 commit
-
-
Thomas Van Lenten authored
release notes: no
-
- 28 May, 2019 2 commits
-
-
Amit Portnoy authored
I'm getting `src/google/protobuf/map_field.cc(284): error C2899: typename cannot be used outside a template declaration` removing `typename` fixes the issue
-
Keith Smiley authored
This fixes compatibility with bazel when passing `--incompatible_no_support_tools_in_action_inputs` which will be flipped in an upcoming release.
-
- 24 May, 2019 4 commits
-
-
Hao Nguyen authored
Update protobuf version to 3.8.0
-
Hao Nguyen authored
Fix gulpfile to use gulp 4 API
-
Paul Yang authored
-
Paul Yang authored
Previously, foo_value and foo (wrapper field) will both have get/setFooValue
-
- 23 May, 2019 2 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
- 22 May, 2019 3 commits
-
-
Hao Nguyen authored
Down integrate to GitHub
-
Hao Nguyen authored
Cherrypick 014872a9 to fix build
-
Seth Girvan authored
This reverts commit a7180caf.
-
- 21 May, 2019 9 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Hao Nguyen authored
-
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
-
Yilun Chong authored
Update performance.md
-
TechProofreader authored
Even though I just proofread this file, I noticed one more thing that needed correcting, which I fixed. The word "genereated" had to be corrected to "generated". My apologies for missing this on the initial check.
-
- 20 May, 2019 2 commits
-
-
Hao Nguyen authored
Down Integrate to GitHub
-
Yilun Chong authored
Update performance.md
-
- 18 May, 2019 1 commit
-
-
TechProofreader authored
I corrected a few grammatical mistakes and increased the document's readability by easing the language flow.
-
- 17 May, 2019 2 commits
-
-
Paul Yang authored
-
Hao Nguyen authored
-