Commit Graph

9126 Commits

Author SHA1 Message Date
Adam Cozzette
f681c8d9e6
Fix Ruby release build by pinning rake-compiler-dock version (#9372)
Our Ruby release build broke at some point in the past day or so, and I
strongly suspect it is due to a new version (1.2.0) of
rake-compiler-dock. This commit pins the version to 1.1.0 as a temporary
fix.
2022-01-05 08:26:20 -08:00
Brett McBride
c26b1c87d7 fixing php 8.1 deprecation warnings
php 8.1 is more strict, and raises some deprecation notices with existing protobuf code. Not all of the
deprecations can be fixed without dropping support for php7.x (eg, the 'mixed' type doesn't appear until
8.1, and union types until 8.0, but as an interim solution the 'ReturnTypeWillChange' attribute can be
used to suppress the notices. In passing, also be explicit about a cast from float to int in 'zigZagEncode64'
which 8.1 also complains about when running tests.
2022-01-05 16:06:40 +11:00
Elliotte Rusty Harold
b17c8ca979
fix spelling errors (#9368)
* fix spelling errors

* outter --> outer
2022-01-04 21:50:47 +00:00
Joshua Haberman
c4bb4c9206
Merge pull request #9216 from jtattermusch/pin_multibuild_manylinux1
Pin multibuild scripts to get manylinux1 wheels back
2022-01-03 08:57:58 -08:00
Jan Tattermusch
6f8d82c2b1 fixup linux python artifact build 2022-01-03 14:59:51 +01:00
Jan Tattermusch
ea60c9cb08 use manylinux2010 for python3.10 wheel on x86_64 2022-01-03 10:54:28 +01:00
Jan Tattermusch
7857b15afc pin multibuild, set MB_ML_VER explicitly 2022-01-03 10:46:05 +01:00
Jan Tattermusch
0906af9870 pin multibuild scripts to get manylinux1 wheels back 2022-01-03 10:46:05 +01:00
Adam Cozzette
9057466a7a
Merge pull request #9336 from acozzette/merge-3.18.x
Merge 3.18.x into 3.19.x
2021-12-23 09:58:38 -08:00
Adam Cozzette
9227f60f85 Merge branch '3.18.x' into merge-3.18.x 2021-12-22 23:04:07 +00:00
Adam Cozzette
1fe07f9ce2
Cherry-pick fix from #9311 into 3.18.x (#9320)
* Dropped Ruby 2.4 support for CI and releases.

* Removed Kokoro configs for old Ruby versions.

* Update Dockerfile to allow it to be rebuilt

Co-authored-by: Joshua Haberman <jhaberman@gmail.com>
2021-12-22 15:01:34 -08:00
deannagarcia
01e84b1293
Merge pull request #9333 from protocolbuffers/test_417622470
Project import generated by Copybara
2021-12-22 13:38:56 -08:00
Mike Kruskal
b79dbb7db0 Project import generated by Copybara
PiperOrigin-RevId: 417622470
2021-12-22 10:28:56 -08:00
Protobuf Team
8f6c3c6824 Project import generated by Copybara
PiperOrigin-RevId: 417821950
2021-12-22 08:04:25 -08:00
Jie Luo
cb1f49ae73
Cherry-pick Python 3.10 fix to 3.19.x (#9323) 2021-12-17 10:50:45 -08:00
Jie Luo
bb5094881c
Update python 3.10 install MD5 Sum (#9322)
https://www.python.org/downloads/release/python-3100/
2021-12-16 21:38:42 -08:00
deannagarcia
b360b9e388
Change toolchain includes (#9318)
This fixes path resolution failures when following `#include_next` directives in headers found from paths in `extra_compiler_flags`.
2021-12-16 15:07:05 -08:00
Jie Luo
911c940569
Fix python 10 install error 2021-12-16 14:14:45 -08:00
deannagarcia
338863f043
Merge pull request #9317 from protocolbuffers/fixWindowsBuilds
Change windows cross compile includes
2021-12-16 13:24:22 -08:00
Deanna Garcia
a16629667a Removing -I include to ensure there's only one system include 2021-12-16 21:16:08 +00:00
Thomas Van Lenten
41606730da Add space to fix error message formatting. 2021-12-16 15:51:39 -05:00
Elliotte Rusty Harold
a35c973b7f
remove unused test proto (#9298)
* remove unused test proto
2021-12-16 16:50:40 +00:00
Elliotte Rusty Harold
b10578c9e5
Merge pull request #9309 from protocolbuffers/elharo-patch-1
show less log junk from Maven
2021-12-16 15:51:09 +00:00
Joshua Haberman
de5eb0a3e3
Merge pull request #9311 from haberman/fix-ruby
Dropped Ruby 2.3 and 2.4 support for CI and releases.
2021-12-15 19:12:21 -08:00
Joshua Haberman
a7089254d1 Removed Kokoro configs for old Ruby versions. 2021-12-15 16:48:01 -08:00
Joshua Haberman
214180c5a2 Dropped Ruby 2.4 support for CI and releases. 2021-12-14 16:33:16 -08:00
Elliotte Rusty Harold
5711cab189
show less log junk from Maven
@perezd turn off de bugging messages such as

```
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
```
2021-12-14 23:40:36 +00:00
Alisa
8c29dc2c4d
Fix broken max macro on Windows (#9273) 2021-12-14 08:45:13 -08:00
owentou
9e896e2e92
[CMAKE] protobuf::libprotoc and protobuf::protoc should be optional in legacy protobuf-module.cmake when crossing compiling. 2021-12-14 22:34:07 +08:00
Dane Harrigan
29b3d01572
Add protoc-gen-go-svc to options.md (#9280) 2021-12-07 16:47:05 -08:00
deannagarcia
88384c99ec
Merge pull request #9278 from protocolbuffers/fixWindowsBuilds
Add comma
2021-12-07 10:36:49 -08:00
Deanna Garcia
0fba541a69 Add comma 2021-12-04 00:33:05 +00:00
deannagarcia
4812107b9d
Merge pull request #9277 from protocolbuffers/fixWindowsBuilds
Change include directories
2021-12-03 16:07:04 -08:00
Deanna Garcia
88076658f1 Change includes 2021-12-03 23:25:36 +00:00
deannagarcia
3c0bc69033
Merge pull request #9276 from protocolbuffers/fixWindowsBuilds
Fixing windows builds
2021-12-03 10:49:09 -08:00
Deanna Garcia
a863972644 Fixing windows builds 2021-12-03 18:34:37 +00:00
Adam Cozzette
9a1d5dfa4b
Small tweaks to C# unit tests (#9271)
This change includes just a couple small tweaks:
- Keep line lengths under 80 characters
- Fully qualify google::protobuf::Any so that the code still compiles
  internally where we use a different namespace.
2021-11-30 11:24:50 -08:00
Jan Tattermusch
b79ac0e6e2
Merge pull request #9182 from JamesNK/jamesnk/trimming-take3
[C#] Fix trim warnings
2021-11-30 11:57:56 +01:00
deannagarcia
d69e482e5a
Merge pull request #9267 from protocolbuffers/protocNaming
No error throwing for unknown OS
2021-11-29 16:24:27 -08:00
Deanna Garcia
667d5e9e9f No error throwing for unknown OS 2021-11-29 23:54:09 +00:00
Elliotte Rusty Harold
473ff00de3
Merge pull request #9266 from elharo/utf8utils
remove UTF8Utils class that hasn't been needed since Java 6
2021-11-29 17:57:49 -05:00
Elliotte Rusty Harold
278dfb2496 remove UTF8Utils class that hasn't been needed since Java 6 2021-11-29 16:07:20 -05:00
Elliotte Rusty Harold
19eaec02e1
delete unused files (#9262)
* delete unused files
* update Makefile
2021-11-29 17:31:46 +00:00
deannagarcia
f2ffe4fbef
Merge pull request #9252 from protocolbuffers/protocNaming
Name protoc artifacts by their cpu and os
2021-11-24 15:00:57 -08:00
Deanna Garcia
7d9c9ebd5d Add error throwing 2021-11-24 22:59:57 +00:00
Adam Cozzette
1ced82f8fd
Use C++11 integer types and fully qualify std::string (#9253) 2021-11-24 14:59:57 -08:00
Adam Cozzette
bf481851d8
Remove unused includes from unit tests (#9251) 2021-11-24 14:00:20 -08:00
Deanna Garcia
e4e26dfdf7 Name protoc artifacts by their cpu and os 2021-11-24 21:27:54 +00:00
deannagarcia
4eb8840544
Merge pull request #9250 from protocolbuffers/fixingBuilds
Adding windows toolchains
2021-11-24 12:37:34 -08:00
Deanna Garcia
b9e31eaa9d merging 2021-11-24 19:50:44 +00:00