- 18 Jun, 2019 1 commit
-
-
Joshua Haberman authored
Other languages will have this removed inside Google first. These functions are subject to ADL and cause problems.
-
- 17 Jun, 2019 3 commits
-
-
Hao Nguyen authored
Update GSON version to 3.8.5
-
Hao Nguyen authored
-
Paul Yang authored
Fixes #4079
-
- 16 Jun, 2019 1 commit
-
-
Sorah Fukumori authored
value_field_typeclass should be a enum module, not EnumDescriptor object. Also expanding tests for enum valued maps. Fixes #4580 Signed-off-by: Sorah Fukumori <her@sorah.jp>
-
- 13 Jun, 2019 1 commit
-
-
Hao Nguyen authored
Remove unused fields
-
- 12 Jun, 2019 2 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
Down Integrate to GitHub
-
- 11 Jun, 2019 4 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
Enabling silent mode by default to reduce make compilation noise
-
marwan-at-work authored
-
John W. Bruce authored
-
- 10 Jun, 2019 4 commits
-
-
Hao Nguyen authored
-
Joshua Haberman authored
[Ruby] Remove to_hash methods
-
Lily Li authored
-
boscosiu authored
Make the JSON util string output functions match the Message::SerializeToString() behavior. This is helpful when packing the output into string fields of reused protobuf messages.
-
- 06 Jun, 2019 5 commits
-
-
Benjamin Peterson authored
As a followup to ca3ead77, treat plugin executables as well as protoc as host tools.
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
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
-