Elliotte Rusty Harold
a35c973b7f
remove unused test proto ( #9298 )
...
* remove unused test proto
3 years ago
Elliotte Rusty Harold
b10578c9e5
Merge pull request #9309 from protocolbuffers/elharo-patch-1
...
show less log junk from Maven
3 years ago
Joshua Haberman
de5eb0a3e3
Merge pull request #9311 from haberman/fix-ruby
...
Dropped Ruby 2.3 and 2.4 support for CI and releases.
3 years ago
Joshua Haberman
a7089254d1
Removed Kokoro configs for old Ruby versions.
3 years ago
Joshua Haberman
214180c5a2
Dropped Ruby 2.4 support for CI and releases.
3 years ago
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
```
3 years ago
Alisa
8c29dc2c4d
Fix broken max macro on Windows ( #9273 )
3 years ago
owentou
9e896e2e92
[CMAKE] `protobuf::libprotoc` and `protobuf::protoc` should be optional in legacy `protobuf-module.cmake` when crossing compiling.
3 years ago
Dane Harrigan
29b3d01572
Add protoc-gen-go-svc to options.md ( #9280 )
3 years ago
deannagarcia
88384c99ec
Merge pull request #9278 from protocolbuffers/fixWindowsBuilds
...
Add comma
3 years ago
Deanna Garcia
0fba541a69
Add comma
3 years ago
deannagarcia
4812107b9d
Merge pull request #9277 from protocolbuffers/fixWindowsBuilds
...
Change include directories
3 years ago
Deanna Garcia
88076658f1
Change includes
3 years ago
deannagarcia
3c0bc69033
Merge pull request #9276 from protocolbuffers/fixWindowsBuilds
...
Fixing windows builds
3 years ago
Deanna Garcia
a863972644
Fixing windows builds
3 years ago
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.
3 years ago
Jan Tattermusch
b79ac0e6e2
Merge pull request #9182 from JamesNK/jamesnk/trimming-take3
...
[C#] Fix trim warnings
3 years ago
deannagarcia
d69e482e5a
Merge pull request #9267 from protocolbuffers/protocNaming
...
No error throwing for unknown OS
3 years ago
Deanna Garcia
667d5e9e9f
No error throwing for unknown OS
3 years ago
Elliotte Rusty Harold
473ff00de3
Merge pull request #9266 from elharo/utf8utils
...
remove UTF8Utils class that hasn't been needed since Java 6
3 years ago
Elliotte Rusty Harold
278dfb2496
remove UTF8Utils class that hasn't been needed since Java 6
3 years ago
Elliotte Rusty Harold
19eaec02e1
delete unused files ( #9262 )
...
* delete unused files
* update Makefile
3 years ago
deannagarcia
f2ffe4fbef
Merge pull request #9252 from protocolbuffers/protocNaming
...
Name protoc artifacts by their cpu and os
3 years ago
Deanna Garcia
7d9c9ebd5d
Add error throwing
3 years ago
Adam Cozzette
1ced82f8fd
Use C++11 integer types and fully qualify std::string ( #9253 )
3 years ago
Adam Cozzette
bf481851d8
Remove unused includes from unit tests ( #9251 )
3 years ago
Deanna Garcia
e4e26dfdf7
Name protoc artifacts by their cpu and os
3 years ago
deannagarcia
4eb8840544
Merge pull request #9250 from protocolbuffers/fixingBuilds
...
Adding windows toolchains
3 years ago
Deanna Garcia
b9e31eaa9d
merging
3 years ago
Deanna Garcia
73c57034aa
Adding windows toolchains
3 years ago
deannagarcia
61e0395c89
Merge pull request #9244 from protocolbuffers/deannagarcia-patch-2
...
Update toolchains.bazelrc
3 years ago
deannagarcia
221169d2ac
Update toolchains.bazelrc
...
One more darwin->osx rewrite.
3 years ago
deannagarcia
8f034a8d77
Merge pull request #9243 from protocolbuffers/deannagarcia-patch-2
...
Update BUILD
3 years ago
deannagarcia
3ad04bd4d9
Update BUILD
...
Change darwin to osx in two more places.
3 years ago
deannagarcia
ed10979c5e
Merge pull request #9242 from protocolbuffers/deannagarcia-patch-2
...
Update BUILD
3 years ago
deannagarcia
a49dbd73d6
Update BUILD
...
Change all the instances of "darwin" to "osx" to be consistent.
3 years ago
Thomas Van Lenten
6af72f96c5
Merge pull request #9234 from thomasvl/expect_prefix_for_no_package
...
Support no_package:FILE in the expected prefixes file.
3 years ago
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.
3 years ago
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.
3 years ago
Thomas Van Lenten
f7a58bb060
Add a envvar to provide a prefix on all proto package prefixed symbols.
...
While at it, fix a header comment.
3 years ago
deannagarcia
93f7659565
Merge pull request #9235 from protocolbuffers/fixingBuilds
...
Change sysroot flags
3 years ago
Deanna Garcia
8608ee97da
Change sysroot flags
3 years ago
James Newton-King
22462b0c52
Fix trim warnings
3 years ago
deannagarcia
edc8a31828
Merge pull request #9227 from protocolbuffers/deannagarcia-patch-2
...
Update include directories
3 years ago
deannagarcia
6cc68c5c59
Update include directories
...
Add /usr/local/include to cpp builtin include directories.
3 years ago
deannagarcia
840a4f721d
Merge pull request #9226 from protocolbuffers/deannagarcia-patch-2
...
Update BUILD
3 years ago
deannagarcia
25c818e3f1
Update BUILD
...
Change sysroot to be specific to the folder where all the include files are.
3 years ago
deannagarcia
be9fba9fd1
Merge pull request #9224 from protocolbuffers/deannagarcia-patch-2
...
Update BUILD paths
3 years ago
deannagarcia
a162273515
Update BUILD paths
...
Update paths for apple sdks
3 years ago
Jan Tattermusch
845db63ced
Fix dotnet aarch64 ( #9222 )
...
* fix C# aarch64 test after .NET SDK upgrade
* simplify C# aarch64 tests (net60 can build under emulator)
* Revert "simplify C# aarch64 tests (net60 can build under emulator)"
This reverts commit 6b2aa5f006
.
3 years ago