Tomo Suzuki
699bab2e2d
reverted 64-bit/Dockerfile
5 years ago
Tomo Suzuki
30673ff200
backslash at the end of the comment
5 years ago
Tomo Suzuki
7051725941
To setup JDK8
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
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
Keith Smiley
ce0dca83ab
Move tool out of inputs in bazel config
...
This fixes compatibility with bazel when passing `--incompatible_no_support_tools_in_action_inputs` which will be flipped in an upcoming release.
6 years ago
Hao Nguyen
61301f0155
Merge pull request #6245 from haon4/201906111559
...
Down Integrate to GitHub
6 years ago
Jonathan Leitschuh
8147e7db8a
Compatibility tests pull artifacts over HTTPS
6 years ago
Hao Nguyen
09cab821a9
Down integrate to GitHub
6 years ago
Hao Nguyen
b008801b5d
Merge pull request #6237 from haon4/silent
...
Enabling silent mode by default to reduce make compilation noise
6 years ago
marwan-at-work
36cd11a2bf
Add twirpql ID to global registry
6 years ago
John W. Bruce
21e4b1c336
Fix Alphabetization of BUILD
6 years ago
Hao Nguyen
f158dfe3a9
Add AM_SILENT_RULES([yes]) to configure.ac
6 years ago
Joshua Haberman
8041dd4034
Merge pull request #6166 from blowmage/ruby-remove-to_hash
...
[Ruby] Remove to_hash methods
6 years ago
Lily Li
a1b3d5e1b9
add compatibility check badges to README
6 years ago
boscosiu
3cbe45a4b5
JSON string output funtions should clear() the destination first
...
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.
6 years ago
Hao Nguyen
2cac37a20b
Merge pull request #6233 from haon4/fix_lite_version
...
Fix JavaLite version
6 years ago