Jan Tattermusch
4342e417a5
add protoc_crosscompile_aarch64.sh (same as for java aarch64 tests)
2021-04-23 12:09:23 +02:00
Jan Tattermusch
b284beecc2
add kokoro job config to test java aarch64
2021-04-23 12:03:06 +02:00
Jan Tattermusch
4939dd91fe
allow running emulated java aarch64 tests
2021-04-23 12:03:06 +02:00
Jan Tattermusch
7956ad20d6
Merge pull request #8479 from jtattermusch/run_python_aarch64_tests
...
Run python aarch64 tests on the CI
2021-04-23 11:59:47 +02:00
Derek Perez
87d140f851
rely on only HTTPS mirrors for maven. ( #8526 )
2021-04-22 12:12:41 -07:00
Derek Perez
61689226c0
updating GSON and Guava to more recent versions ( #8524 )
2021-04-21 18:05:18 -07:00
Derek Perez
bbd6999c76
add missing files to Makefile.am for java bazel ( #8522 )
2021-04-21 17:50:12 -07:00
Derek Perez
db8f725190
ensure maven deps are pinned for reproducibility. ( #8523 )
...
* ensure maven deps are pinned for reproducibility.
* adding update docs.
2021-04-21 16:26:05 -07:00
Yuriy Chernyshov
f8e2efbf43
Fix some -Wsign-compare issues ( #8516 )
...
* Fix some -Wsign-compare issues
* Shorten variable name
2021-04-21 15:52:10 -07:00
deannagarcia
76188afb94
Merge pull request #8272 from deannagarcia/kotlinProtos
...
Opensourcing kotlin protos
2021-04-21 10:29:26 -07:00
Jiamin Shen
0fd835893f
Fix protobuf version in the example ( #8509 )
...
The version variable should be `protobuf_VERSION` in `CMakeLists.txt`.
2021-04-20 15:15:30 -07:00
Derek Perez
bc45f92262
Bazel powered Java testing ( #8506 )
...
* Protobuf Java/Core Tests running w/ Bazel.
Also integrates rules_jvm_external and migrates existing maven deps
in place.
* Add test_suite target that maps to rule name.
* Lite tests passing in Bazel
* util tests passing with Bazel.
* Add conformance and build testing to //java:core
* Cleanup bzl style and lock down access to failure lists.
* Adding Java Lite conformance tests.
* rm newline
* parameterize conformance_test
This makes usage of failure lists more explicit.
* restrict visibility more for newly added libs and fix formatting.
* fix formatting and visibility.
* move testing.bzl to an internal package.
* fix file formatting.
* moving conformance_test to internal.bzl
2021-04-20 11:36:32 -07:00
Joshua Haberman
fecf7e9340
Merge pull request #8356 from lfittl/support-json-name-for-ruby
...
Ruby: Add support for proto3 json_name in compiler and field definitions
2021-04-20 11:21:35 -07:00
Yuriy Chernyshov
b6426256fb
Fix some -Wunused parameter issues ( #8517 )
2021-04-20 11:12:11 -07:00
Derek Perez
d1b2eff440
Cleanup kokoro usages of java_compatibility and eliminate java/compatibility_tests. ( #8504 )
2021-04-20 09:36:06 -07:00
Dan Kortschak
32af37aa38
Make Go example work out of the box ( #8486 )
2021-04-20 08:25:58 -07:00
Yuriy Chernyshov
c784b65b2a
Remove unused python_protobuf.{cc,h} ( #8513 )
...
* Remove unused python_protobuf.{cc,h} #8513
* Fix automake input
2021-04-19 15:58:33 -07:00
Sahin Yort
29152fbc06
Update third_party.md ( #8511 )
...
* Update third_party.md
add https://github.com/thesayyn/protoc-gen-ts as a community maintained protoc typescript compiler.
* sort
2021-04-19 11:16:36 -07:00
Yuriy Chernyshov
f763a2a860
Use byteswap.h when building against musl libc ( #8503 )
2021-04-16 15:54:20 -07:00
Yuriy Chernyshov
0f25590028
Fix -Wunused-parameter in map<string, int> fields ( fixes #8494 ) ( #8500 )
...
* Fix -Wunused-parameter in map<string, int> fields
* Fix tabs
2021-04-16 15:52:10 -07:00
Derek Perez
8babb3bae7
Merge pull request #8505 from haberman/sync-stage
...
Integrate from Piper for C++, Java, and Python
2021-04-16 14:04:41 -07:00
Joshua Haberman
e22b4baaca
Updated changelog.
2021-04-16 13:00:30 -07:00
Joshua Haberman
a6dd69517a
Merge tag 'refs/tags/sync-piper' into sync-stage
2021-04-16 12:59:55 -07:00
Joshua Haberman
b7285b6c69
Sync from Piper @368903491
...
PROTOBUF_SYNC_PIPER
2021-04-16 12:59:54 -07:00
Joshua Haberman
18619ca1d2
Merge pull request #8502 from haberman/sync-stage
...
Integrate from Piper for C++, Java, and Python
2021-04-16 12:33:18 -07:00
Joshua Haberman
4047c3eac8
Add new test to failure list where appropriate.
2021-04-16 10:52:37 -07:00
Joshua Haberman
dd968d3df1
Updated changelog.
2021-04-16 10:27:27 -07:00
Joshua Haberman
ba3836703b
Sync from Piper @368866736
...
PROTOBUF_SYNC_PIPER
2021-04-16 09:55:03 -07:00
Joshua Haberman
c5c33d29dd
Merge tag 'refs/tags/sync-piper' into sync-stage
2021-04-16 09:55:03 -07:00
Joshua Haberman
6051341ab2
Merge pull request #8499 from haberman/sync-stage
...
Integrate from Piper for C++, Java, and Python
2021-04-16 09:52:23 -07:00
Joshua Haberman
1dcea0f02d
Fixed sort ordering and updated test to output context information.
2021-04-16 08:10:49 -07:00
Joshua Haberman
64a7d647f9
Added new/missing file to Bazel BUILD.
2021-04-15 16:58:16 -07:00
Joshua Haberman
d59750622c
Updated CHANGES.txt.
2021-04-15 16:22:09 -07:00
Joshua Haberman
0d07c2564b
Ported C++ parse function generator to new enum names.
2021-04-15 16:09:17 -07:00
Joshua Haberman
e8cb1b8da2
Merge tag 'refs/tags/sync-piper' into sync-stage
...
# Conflicts:
# src/google/protobuf/compiler/cpp/cpp_helpers.cc
# src/google/protobuf/port_def.inc
2021-04-15 16:03:26 -07:00
Joshua Haberman
ce560630bf
Sync from Piper @368734211
...
PROTOBUF_SYNC_PIPER
2021-04-15 15:53:17 -07:00
Yuriy Chernyshov
2714bf0f5d
Undef DELETE macro on Windows ( #8497 )
2021-04-15 14:30:39 -07:00
Yuriy Chernyshov
568fd626f9
Use C++11 enum class for Utf8CheckMode ( #8490 )
...
* Use C++11 enum class for Utf8CheckMode
* Switch to k-prefixed enum members
2021-04-15 13:19:29 -07:00
Deanna Garcia
f6508077db
Adding note to the README about kotlin protos
2021-04-15 16:39:18 +00:00
Kanro
3f5fc4df1d
Add intelliJ protobuf plugin and sisyphus ( #8482 )
2021-04-14 15:01:46 -07:00
Matt Fowles Kulukundis
d7deb5e36f
Merge pull request #8496 from olejniczak/master
...
#8492 constexpr defaulted default constructor of WrappedMutex
2021-04-14 16:39:23 -04:00
Przemyslaw Olejniczak
1a371f628c
constexpr defaulted default constructor of WrappedMutex causes compile errors #8492
2021-04-14 17:26:32 +02:00
Jan Tattermusch
c3ce10e49c
use multiarch/qemu-user-static docker image for registering qemu
2021-04-14 15:45:01 +02:00
Jan Tattermusch
5d9a5b4118
fix incorrectly copypasted comment
2021-04-13 15:01:51 +02:00
Jan Tattermusch
c8239319e1
add cfg for python aarch64 tests
2021-04-13 14:25:55 +02:00
Jan Tattermusch
b4531870b4
add prepare_qemu.sh script
2021-04-13 14:25:55 +02:00
Jan Tattermusch
a0b1b70819
fixups in python_crosscompile_aarch64.sh
...
add --host=aarch64 to ./configure invocation
use protoc_qemu_wrapper.sh
2021-04-13 14:25:55 +02:00
Jan Tattermusch
6aa19d9145
be clever about docker "-it" args
2021-04-13 14:25:55 +02:00
Jan Tattermusch
64d0b2940d
add C++ aarch64 kokoro configuration
2021-04-13 13:52:00 +02:00
Jan Tattermusch
b3d497f6a5
run basic C++ tests under qemu emulator
2021-04-13 13:52:00 +02:00