Commit Graph

9215 Commits

Author SHA1 Message Date
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
Deanna Garcia
73c57034aa Adding windows toolchains 2021-11-24 19:48:16 +00:00
deannagarcia
61e0395c89
Merge pull request #9244 from protocolbuffers/deannagarcia-patch-2
Update toolchains.bazelrc
2021-11-22 13:13:40 -08:00
deannagarcia
221169d2ac
Update toolchains.bazelrc
One more darwin->osx rewrite.
2021-11-22 11:10:44 -08:00
deannagarcia
8f034a8d77
Merge pull request #9243 from protocolbuffers/deannagarcia-patch-2
Update BUILD
2021-11-22 10:45:27 -08:00
deannagarcia
3ad04bd4d9
Update BUILD
Change darwin to osx in two more places.
2021-11-22 10:40:37 -08:00
deannagarcia
ed10979c5e
Merge pull request #9242 from protocolbuffers/deannagarcia-patch-2
Update BUILD
2021-11-22 10:18:59 -08:00
deannagarcia
a49dbd73d6
Update BUILD
Change all the instances of "darwin" to "osx" to be consistent.
2021-11-22 10:14:26 -08:00
Thomas Van Lenten
6af72f96c5
Merge pull request #9234 from thomasvl/expect_prefix_for_no_package
Support no_package:FILE in the expected prefixes file.
2021-11-22 11:07:53 -05:00
Thomas Van Lenten
ba5eb3a7e9
Merge pull request #9233 from thomasvl/package_as_prefix_prefix
Add a envvar to provide a prefix on all proto package prefixed symbols.
2021-11-22 11:07:39 -05:00
Thomas Van Lenten
ef9b7036e7 Support no_package:FILE in the expected prefixes file.
When a file doesn't have a proto package, allow validation to still be supported
via entries with that consist of 'no_package:FILE'. This allows someone using an
expected prefixes file to also list these exceptional cases, and allows them to
becomes error cases with requiring all prefixes to be registered.
2021-11-22 11:01:43 -05:00
Thomas Van Lenten
f7a58bb060 Add a envvar to provide a prefix on all proto package prefixed symbols.
While at it, fix a header comment.
2021-11-22 09:43:43 -05:00