Paul Yang
ee5f29f46e
Merge pull request #6306 from suztomo/linkage-monitor
...
Setting up JDK8 for Kokoro jobs
5 years ago
Tomo Suzuki
c9212beed2
continuous.cfg
5 years ago
Tomo Suzuki
3507314d67
build.sh to use linux/dockerfile/test/java_stretch
5 years ago
Tomo Suzuki
89fbae62f4
java_stretch
5 years ago
Tomo Suzuki
8886454fc0
uncomented jdk7
5 years ago
Tomo Suzuki
699bab2e2d
reverted 64-bit/Dockerfile
5 years ago
Hao Nguyen
f30c68b792
Merge pull request #6231 from ST-DDT/fix-javadoc-warnings
...
Fix javadoc warnings in generated files
5 years ago
Tomo Suzuki
30673ff200
backslash at the end of the comment
5 years ago
Hao Nguyen
de5a1fabab
Merge pull request #6308 from haon4/201906261101
...
Down integrate to GitHub
5 years ago
Hao Nguyen
e1d8b31ba4
Remove map_test.util.cc from BUILD
5 years ago
Tomo Suzuki
7051725941
To setup JDK8
5 years ago
ST-DDT
351a7cdf73
Follow line length guidelines
5 years ago
ST-DDT
5af81a442b
Use parameter name comment
5 years ago
Hao Nguyen
51026d9229
Down integrate to GitHub
5 years ago
Joshua Haberman
5bc250b084
Merge pull request #5878 from Parad0X/fix-ns
...
Fix scope resolution for Google namespace
5 years ago
Adam Cozzette
7e276a3293
Merge pull request #6300 from protocolbuffers/3.9.x
...
Merge 3.9.x into master
6 years ago
Paul Yang
3f33753f0f
Merge pull request #6298 from TeBoring/3.9.x-merge
...
Merge master into 3.9.x
6 years ago
Adam Cozzette
4aa77508a6
Added stubs/map_util.h to list of installed headers
...
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.
6 years ago
Bo Yang
d581c76063
Merge branch 'master' into 3.9.x
...
Conflicts:
java/lite/pom.xml
java/util/pom.xml
6 years ago
Paul Yang
54288a01ce
Rename get/setXXXValue to get/setXXXUnwrapped ( #6295 )
6 years ago
Paul Yang
b7a5772caf
Merge pull request #6292 from TeBoring/3.8.x-merge
...
3.8.x merge
6 years ago
Bo Yang
bc742640ef
Merge remote-tracking branch 'origin/3.8.x'
6 years ago
Paul Yang
815ff7e1fb
Revert "Append field number to accessors if there is conflict ( #6169 )" ( #6282 )
...
This reverts commit 9a8ef05a34
.
6 years ago
Hao Nguyen
093093fa91
Merge pull request #6176 from akonradi/patch-1
...
Add extension number for protoc-gen-validate
6 years ago
Hao Nguyen
0eb0aa5dc9
Merge pull request #6246 from JLLeitschuh/patch-1
...
Compatibility tests pull artifacts over HTTPS
6 years ago
Hao Nguyen
e992abd1f8
Merge pull request #6177 from cgrushko/master
...
Add `protobuf_java_lite` Bazel target
6 years ago
Alex Konradi
619ffac4f7
Merge branch 'master' into patch-1
6 years ago
Yun Peng
6e58040a71
Add "src/**/*.inc" to //:protobuf_headers
...
Otherwise, sandbox and remote execution will complain `google/protobuf/port_def.inc` doesn't exist.
6 years ago
Paul Yang
7f84a94366
Make php message class final to avoid mocking ( #6277 )
...
* 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
6 years ago
Joshua Haberman
98f0447a6f
Merge pull request #6274 from haberman/objc
...
Removed all use of STLDelete*() in ObjC and C# Generators.
6 years ago
Hao Nguyen
d3e6f10768
Merge pull request #6276 from acozzette/protobuf-deps-bzl
...
Include protobuf_deps.bzl in generated release archives
6 years ago
Leonard Hecker
43307d4da0
php: Fix formatting of Duration ( #6155 )
...
* 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.
6 years ago
Adam Cozzette
21773efa23
Include protobuf_deps.bzl in generated release archives
...
This fixes #5918 .
6 years ago
Adam Cozzette
1f0d8172da
Revert "JSON string output funtions should clear() the destination first"
...
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 3cbe45a4b5
.
6 years ago
Joshua Haberman
f98b3401bf
Removed all use of STLDelete*() in ObjC and C# Generators.
...
Other languages will have this removed inside Google first.
These functions are subject to ADL and cause problems.
6 years ago
Hao Nguyen
b97b623d7b
Merge pull request #6270 from haon4/update_generated_codes
...
Update generated codes
6 years ago
Hao Nguyen
f2a919f58f
Merge pull request #6268 from haon4/java_gson_update
...
Update GSON version to 3.8.5
6 years ago
Hao Nguyen
ef5e8f4aa7
Update C# generated proto file
6 years ago
Hao Nguyen
b0a9d63b53
Update version on type.pb.h
6 years ago
Hao Nguyen
8ccdc44dde
Update GSON version
6 years ago
Paul Yang
640423f157
Change int64 json encoding to be string for php and ruby ( #6251 )
...
* Change int64 json encoding to be string for php and ruby
* Fix ruby test
* Sync upb change
6 years ago
Paul Yang
abb4fb0040
Change offset of Timestamp conformance test to distinguish from the default ( #6263 )
...
Fixes #4079
6 years ago
Paul Yang
444354f41a
Update gem to 2.7.9 ( #6265 )
...
New bundler doesn't work with old gem: https://github.com/rbenv/rbenv/issues/1138
6 years ago
Hao Nguyen
003f94c269
Merge pull request #6266 from haon4/3.9.x
...
Update version to 3.9.0
6 years ago
Hao Nguyen
638720274b
Update version to 3.9.0
6 years ago
Sorah Fukumori
997bd354d5
Fix TypeError on decoding enum map values in Ruby ( #6262 )
...
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>
6 years ago
ST-DDT
73e0d748b9
Switch to using enum based methods
6 years ago
Hao Nguyen
e5f246d3a8
Merge pull request #6250 from haon4/csharp_remove_fields
...
Remove unused fields
6 years ago
Hao Nguyen
bb1c0adedf
Remove unused fields
6 years ago
Benjamin Peterson
310ba5ee72
Treat plugins as host tools.
...
As a followup to ca3ead7745
, treat plugin executables as well as protoc as host tools.
6 years ago