- 01 Jul, 2019 3 commits
-
-
Tomo Suzuki authored
-
Liam Miller-Cushon authored
-
Tomo Suzuki authored
* adding mvn install with snapshot version * Added linkage monitor * comment * space * Added comment * Maven to use $HOME/.m2 * setting MVN
-
- 27 Jun, 2019 8 commits
-
-
Paul Yang authored
Setting up JDK8 for Kokoro jobs
-
Tomo Suzuki authored
-
Tomo Suzuki authored
-
Tomo Suzuki authored
-
Tomo Suzuki authored
-
Tomo Suzuki authored
-
Hao Nguyen authored
Fix javadoc warnings in generated files
-
Tomo Suzuki authored
-
- 26 Jun, 2019 6 commits
-
-
Hao Nguyen authored
Down integrate to GitHub
-
Hao Nguyen authored
-
Tomo Suzuki authored
-
ST-DDT authored
-
ST-DDT authored
-
Hao Nguyen authored
-
- 25 Jun, 2019 1 commit
-
-
Joshua Haberman authored
Fix scope resolution for Google namespace
-
- 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 2 commits
-
-
Hao Nguyen authored
Update generated codes
-
Hao Nguyen authored
Update GSON version to 3.8.5
-