- 26 Jun, 2019 1 commit
-
-
Hao Nguyen authored
-
- 24 Jun, 2019 2 commits
-
-
Adam Cozzette authored
Merge 3.9.x into master
-
Paul Yang authored
Merge master into 3.9.x
-
- 21 Jun, 2019 6 commits
-
-
Adam Cozzette authored
This should fix issue #6186. I also had to remove a couple unnecessary const keywords in map_util.h because the no_warning_test was showing errors about those.
-
Bo Yang authored
Conflicts: java/lite/pom.xml java/util/pom.xml
-
Paul Yang authored
-
Paul Yang authored
3.8.x merge
-
Bo Yang authored
-
- 20 Jun, 2019 4 commits
-
-
Hao Nguyen authored
Add extension number for protoc-gen-validate
-
Hao Nguyen authored
Compatibility tests pull artifacts over HTTPS
-
Hao Nguyen authored
Add `protobuf_java_lite` Bazel target
-
Alex Konradi authored
-
- 19 Jun, 2019 2 commits
-
-
Yun Peng authored
Otherwise, sandbox and remote execution will complain `google/protobuf/port_def.inc` doesn't exist.
-
Paul Yang authored
* Make php message class final Because proto messages are just data object, they should not be mocked. Explicitly make them final to avoid accidental usage. * Update generated descriptors
-
- 18 Jun, 2019 6 commits
-
-
Joshua Haberman authored
Removed all use of STLDelete*() in ObjC and C# Generators.
-
Hao Nguyen authored
Include protobuf_deps.bzl in generated release archives
-
Leonard Hecker authored
* php: Fixed php notices for unknown enum indices * php: Fixed formatting of Duration This fixes: * Missing nanoseconds. The nanoseconds where divided as a float and implicitly converted to a string before being passed to bcadd. This can result in a float formatted in scientific/exponential notation, which bcmath doesn't understand. * Durations are supposed to be formatted without trailing zeroes.
-
Adam Cozzette authored
This fixes #5918.
-
Adam Cozzette authored
We found that some code depended on the behavior of appending to the string without clearing it first. The comments in json_util.h also make it appear that the appending behavior is intentional, so I think we need to stick with the old behavior. This reverts commit 3cbe45a4.
-
Joshua Haberman authored
Other languages will have this removed inside Google first. These functions are subject to ADL and cause problems.
-
- 17 Jun, 2019 10 commits
-
-
Hao Nguyen authored
Update generated codes
-
Hao Nguyen authored
Update GSON version to 3.8.5
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Paul Yang authored
* Change int64 json encoding to be string for php and ruby * Fix ruby test * Sync upb change
-
Paul Yang authored
Fixes #4079
-
Paul Yang authored
New bundler doesn't work with old gem: https://github.com/rbenv/rbenv/issues/1138
-
Hao Nguyen authored
Update version to 3.9.0
-
Hao Nguyen authored
-
- 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 5 commits
-
-
Hao Nguyen authored
-
Benjamin Peterson authored
As a followup to ca3ead77, treat plugin executables as well as protoc as host tools.
-
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.
-
Hao Nguyen authored
Down Integrate to GitHub
-
Jonathan Leitschuh authored
-
- 11 Jun, 2019 2 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
Enabling silent mode by default to reduce make compilation noise
-