Jan Tattermusch
75afc88eae
disable php benchmark and other cleanup
4 years ago
Jan Tattermusch
6135c916a4
fix benchmark run.sh script
4 years ago
Benjamin Peterson
fa31183250
Add internal.bzl to EXTRA_DIST. ( #8663 )
...
internal.bzl is required to load java/core/BUILD and java/lite/BUILD, so it must be distributed.
4 years ago
Petr Jediný
3737676d83
Reserve 1109 for Glitchdot ( #8662 )
4 years ago
Adam Cozzette
4e0a1119c0
Fix the Docker build for our javascript Docker image ( #8661 )
...
I noticed that our JavaScript Docker image is a couple years old and
seems to have an old NPM version that may be causing problems on #8610 ,
so I went ahead and rebuilt the image. To do that successfully, I had to
set some environment variables in the Dockerfile so that it can build
successfully without having to ask for input about timezone
configuration. This seems to be a known issue described here:
https://serverfault.com/questions/949991/how-to-install-tzdata-on-a-ubuntu-docker-image
I also updated it to explicitly install Python since that is required
for part of our JavaScript build.
4 years ago
deannagarcia
769826e338
Merge pull request #8658 from deannagarcia/update-change-notes
...
Updating change logs for 3.17.2
4 years ago
Deanna Garcia
a693d723d4
Add PR number for kotlin fix
4 years ago
Deanna Garcia
d303bba1bb
Updating change logs
4 years ago
deannagarcia
d3b71f21bb
Merge pull request #8657 from deannagarcia/3.17.x-202105251932
...
Update version to 3.17.2
4 years ago
Yuriy Chernyshov
b3183b54c4
Use template Delete<> for invoking a dependent template ( #8655 )
...
This is a continuation of #8579
4 years ago
Deanna Garcia
5b8208ecea
Update protobuf version
4 years ago
Matt Fowles Kulukundis
093824aa0a
Merge pull request #8654 from panmingyang2009/master
...
[Objective-C] Comment Correcting
4 years ago
deannagarcia
b87d364831
Merge pull request #8653 from deannagarcia/fixDuplicateClassErrors
...
Remove maven-bundle-plugin to fix duplicate class errors
4 years ago
Deanna Garcia
5fac12fff0
Reverting the Makefile spacing changes
4 years ago
Deanna Garcia
3f8f6e925d
Removing more files that were added during rebasing
4 years ago
Deanna Garcia
713f2d0008
Removing files that were added during rebasing
4 years ago
Deanna Garcia
021329b7e7
resolving conflicts
4 years ago
Deanna Garcia
2f8d310048
Fixing objc tests
4 years ago
Deanna Garcia
eb57ffe807
Reverting last change since tests are still failing
4 years ago
Deanna Garcia
6319a23bff
Run update_file_lists.sh
4 years ago
Deanna Garcia
f44755496f
Updating makefile to pass the tests
4 years ago
Deanna Garcia
76bd17ca5b
Add another file to Makefile
4 years ago
Deanna Garcia
f9a60fc8ae
Add another header to Makefile
4 years ago
Deanna Garcia
eb3ab8c59e
Add headerfiles to Makefile
4 years ago
punmy
255a28629e
Correct a comment of GPBFieldDescriptor
...
The comment of property 'mapKeyDataType' has a mistake.
If the field is a map, the value's type is not fieldType.
Instead, it's dataType.
4 years ago
Joshua Haberman
45bb1d2feb
Added new file to build files.
4 years ago
Joshua Haberman
f55aafc93e
Updated changelog.
4 years ago
Joshua Haberman
a8d8eb17df
Merge tag 'refs/tags/sync-piper' into sync-stage
4 years ago
Joshua Haberman
9521803d40
Sync from Piper @375548932
...
PROTOBUF_SYNC_PIPER
4 years ago
Joshua Haberman
636132bd77
Merge pull request #8617 from deannagarcia/sync-stage
...
Integrate from Piper for C++, Java, and Python
4 years ago
Deanna Garcia
4c3d50b946
Fixing objc tests
4 years ago
Adam Cozzette
b506c31de0
Merge branch '3.17.x' into merge-3.17.x
4 years ago
Joshua Haberman
e635605003
Added missing release notes for 3.17.1. ( #8649 )
4 years ago
Matt Fowles Kulukundis
998d3a343a
Merge pull request #8642 from JoelLinn/fix-mingw-bswap
...
Fix MinGW compilation
4 years ago
Joel Linn
40ec3b2bfc
Fix MinGW compilation
...
- Fixed syntax error in platform independent bswap_64 implementation
4 years ago
Jan Tattermusch
6bdfc3bb67
Merge pull request #8638 from jtattermusch/php_aarch64_tests
...
Run PHP aarch64 tests on the CI (with an emulator)
4 years ago
Joshua Haberman
367e4691d2
Fixed memory bug: properly root repeated/map field when assigning. ( #8639 )
...
* Fixed memory bug: properly root repeated/map field when assigning.
Previously the protobuf extension would not properly root
memory from a repeated field or map when assigning to a
message field (see the attached test case). This could cause
crashes if the repeated field is subsequently accessed.
* Add accidentally-deleted Ruby test.
4 years ago
Jan Tattermusch
95f5995cce
add kokoro job configs for php aarch64 linux test
4 years ago
Jan Tattermusch
2d2ebf5e97
add php aarch64 linux emulated tests
4 years ago
Daniel Schopf
bbccb31e8b
Fix compiler error for empty default ctor for std::atomic<int> variables
4 years ago
Daniel Schopf
12a9feca47
Fix compiler error with brace initializer (conflicts with #8492 )
4 years ago
Daniel Schopf
779a6adfc8
Add support for 64 bit QNX builds
4 years ago
Daniel Schopf
bd9d47db41
endian.h is not available on QNX
4 years ago
Daniel Schopf
b2b5446af0
Fix compiler error due to mismatched braces (broken in f5fd897c1d
)
4 years ago
Deanna Garcia
b67ec9f70c
Reverting last change since tests are still failing
4 years ago
Deanna Garcia
092a14fbe7
Experimenting to get tests to pass.
4 years ago
Deanna Garcia
1b827fa114
Run update_file_lists.sh
4 years ago
Joshua Haberman
96ccf402fe
Remove build badges, they were consistently out of date and not very useful. ( #8634 )
4 years ago
Adam Cozzette
52784ced2f
Update protobuf version ( #8633 )
4 years ago
Deanna Garcia
ff7178ddf9
Merge branch 'master' into sync-stage
4 years ago