- 05 Aug, 2019 1 commit
-
-
Paul Yang authored
-
- 02 Aug, 2019 1 commit
-
-
Paul Yang authored
generate_descriptor will handle that
-
- 25 Jul, 2019 2 commits
-
-
Jan Tattermusch authored
Backport review comments for C# proto2 features (for 3.9.x)
-
Yannic Bonenberger authored
-
- 23 Jul, 2019 6 commits
-
-
Paul Yang authored
I'm not exactly sure why, but this fixes the failing Bazel presubmit test. Using the most recent version seems like a good idea anyway so that we can make sure we're compatible with any new Bazel changes.
-
Paul Yang authored
* Disable javadoc error Actual fixes of the javadoc will be followed up * Remove duplicated configuration * Update javadoc plugin version
-
Sydney Acksman authored
* Rename internal ExtensionSet.GetValue to TryGetValue
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
- 22 Jul, 2019 1 commit
-
-
Jan Tattermusch authored
* Fix binary compatibility in FieldCodec factory messages * Make default value parameter for current factories required * Route old methods through default value overloads
-
- 19 Jul, 2019 1 commit
-
-
- 11 Jul, 2019 1 commit
-
-
Paul Yang authored
-
- 08 Jul, 2019 1 commit
-
-
Paul Yang authored
Forgot to set it previously.
-
- 01 Jul, 2019 2 commits
-
-
jjinglover authored
File io_win32.h is not in directory google\protobuf\stubs under directory google\protobuf\io
-
- 28 Jun, 2019 2 commits
-
-
Hao Nguyen authored
Add changelog for 3.9.x
-
Hao Nguyen authored
-
- 24 Jun, 2019 1 commit
-
-
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 3 commits
-
-
Hao Nguyen authored
Update generated codes
-
Hao Nguyen authored
Update GSON version to 3.8.5
-
Hao Nguyen authored
-