casa
  1. casa

protobuf

Public
AuthorCommitMessageCommit dateIssues
deannagarciaGitHubdeannagarcia
318a48ac257MMerge pull request #8762 from deannagarcia/fixUtilBugFix failing java7 linux test
Deanna GarciaDeanna Garcia
1e8457f8f80Adding util tests
Dave MacLachlanThomas Van LentenDave MacLachlan
3fd4d3fe8e1Fix up objectivec sources to simplfy import into Google.
Thomas Van LentenThomas Van Lenten
cf12bffd9da[ObjC] Add support for using the proto package to prefix symbols.This likely should have been the default from the start, as without it is way to common to get symbol collisions between different proto files. It would be nice to support a "migration" mode where both names are created to aid it moving code to this model, but with ObjC `@class` decls being very common to avoid header imports to control rebuilds/etc., it doesn't work as an `@class` usage will e...
Deanna GarciaDeanna Garcia
41e89c7d5ceDon't test kotlin if not in jdk8
Derek PerezGitHubDerek Perez
2ea5c9951c6Fix for WIndows Bazel CI (#8761)
Dave MacLachlanThomas Van LentenDave MacLachlan
ca3674b7d5fAdd option for eliding property metadata from messagesAdds an option to protoc `--objc_opt=elide_message_metadata` to remove all the property metadata from message classes. This significantly reduces the codegen size of the clases. The downside is that iterating through properties using objective c runtime calls will no longer function. This is mitigated by the fact that most (all?) of the information that folks are interested in can be extracted ...
Jie LuoGitHubJie Luo
e7440d2f135Install python38/39 on windows (#8757)Create install_python_interpreters.ps1 Install python38/39 on windows
Derek PerezGitHubDerek Perez
91bbdc90e36Ensure testdata text always uses \n newlines.(#8756)
Derek PerezGitHubDerek Perez
e9ffe09c8faavoid using Bazel latest.(#8753)
Adam CozzetteGitHubAdam Cozzette
aedf4e63169Remove TimeUtil.java and TimeUtilTest.java from Makefile.am (#8750)This should fix the failing distcheck test.
Derek PerezGitHubDerek Perez
9d9d8ee18deRemoving deprecated TimeUtil class.(#8749)
Jan TattermuschGitHubJan Tattermusch
2af13f077a6MMerge pull request #8746 from jtattermusch/reintroduce_python_aarch64Reintroduce setup.py changes from #8280 erased by piper import #8617
Dave MacLachlanThomas Van LentenDave MacLachlan
9b3aaf4bc57Block deprecated warnings when testing on newer OSSome of the test methods we use are deprecated on newer OS. This just gets prevents the warning that we don't actually care about.
Jan TattermuschJan Tattermusch
f4360f0a895reintroduce setup.py changes from #8280 erased by piper import #8617
Jan TattermuschGitHubJan Tattermusch
071b1612b2bMMerge pull request #8740 from kiwidev/master[csharp] ByteString.CreateCodedInput should use ArraySegment offset and count
Mark YoungMark Young
9848fe2bf74[csharp] ByteString.CreateCodedInput should use ArraySegment offset and countCreateCodedInput is created from the underlying array behind the ByteString. If this was created from a larger array (via Memory<byte> or ArrayPool etc) then the CodedInput refers to the wrong section of memory. Change is to add the offset and count like the other methods that use the ArraySegment (ToString, ToBase64, WriteTo).
Thomas Van LentenThomas Van Lenten
18d980f380dChange 'Sur' to 'sur' to see if that works
Thomas Van LentenThomas Van Lenten
07476375d43Fix the `skip` entry so the workflow doesn't get flagged.
Thomas Van LentenThomas Van Lenten
c3d72a23997Add "Sur" to the ignore list for "Big Sur".
Matt Fowles KulukundisGitHubMatt Fowles Kulukundis
c67c6cebc81MMerge pull request #8742 from thomasvl/cypher_to_ciphercypher -> cipher for the codespell workflow.
Thomas Van LentenThomas Van Lenten
afbe1338d4b"big sur" -> "Big Sur".
Thomas Van LentenThomas Van Lenten
cefde30ee9fcypher -> cipher for the codespell workflow.
Matt Fowles KulukundisGitHubMatt Fowles Kulukundis
5ab8239d4b7MMerge pull request #8730 from kspinka/masterAdd override to C++ code generation for InternalGetTable
Dave MacLachlanThomas Van LentenDave MacLachlan
36e9bfc963cAdd basic KVO test.Add a simple KVO test just to verify that KVO continues to function for protobufs.
Kristofer SpinkaKristofer Spinka
02263b2c9c7Add override to C++ code generation for InternalGetTableThis should conclude the larger efforts from issue #8612 regarding clang warnings.
deannagarciaGitHubdeannagarcia
d1ef6d98261MMerge pull request #8723 from protocolbuffers/updateErrorproneFix errorprone conflict
deannagarciaGitHubdeannagarcia
09588d44b01Update pom.xml
Paul YangGitHubPaul Yang
b24d0c2b7aeDisable the warning for adding duplicated symbol (#8720)When we need to aggregate metadata, duplication does happen. Disable the warning for now to mitigate the noise for users of aggregate metadata.
Marc Plano-LesayGitHubMarc Plano-Lesay
9223147983dAdd missing capability attributes for LLVM 12 (#8714)
Yuriy ChernyshovGitHubYuriy Chernyshov
2bff7d18f21Make StringPiece constructible from std::string_view (#8707)* Make StringPiece constructible from std::string_view This improves interop with certain string-like data structures, allowing to save extra allocation. * Check feature-testing macro before use
deannagarciaGitHubdeannagarcia
ab229be611dMMerge pull request #8709 from protocolbuffers/3.17.xMerge 3.17.x into master
Matt Fowles KulukundisGitHubMatt Fowles Kulukundis
5ccbe55f35aMMerge pull request #8718 from georgthegreat/patch-1Fix -Wunused-parameter introduced in 3.17.3
Yuriy ChernyshovGitHubYuriy Chernyshov
8cab680cfdaFix -Wunused-parameter introduced in 3.17.3
Stanislav KashirinGitHubStanislav Kashirin
37b18c5f120Remove unnecessary allocation during String field emptiness checks (#7526)
Marc Plano-LesayGitHubMarc Plano-Lesay
4644980d818Fix warnings raised by clang 11 (#8664)This fixes a few kinds of warnings: - inconsistent-missing-override when the overriding site is missing the override keyword - unused-function when a function is neither visible nor used - unused-private-field when a private field exists but is never used - sign-compare when unsigned ints are compared to signed ints. Not all of those have been addressed, but this warning isn't enabled...
deannagarciaGitHubdeannagarcia
909a0f36a10MMerge pull request #8701 from protocolbuffers/updateChangelogsUpdating changelog
Deanna GarciaDeanna Garcia
ec645c03f49Updating changelog
deannagarciaGitHubdeannagarcia
e15d56af277MMerge pull request #8700 from deannagarcia/3.17.x-202106042117Update protobuf version
Deanna GarciaDeanna Garcia
367851d1244Update protobuf version
deannagarciaGitHubdeannagarcia
704118b2a4bMMerge pull request #8699 from deannagarcia/morePomFixesFixing kotlin duplicate class error
Deanna GarciaDeanna Garcia
0717715ae91Removing more from the pom
Deanna GarciaDeanna Garcia
5330d0d5da8Updating pom files
deannagarciaGitHubdeannagarcia
a1d8f8f9690MMerge pull request #8698 from protocolbuffers/3.17.xMerge 3.17.x into master
Jorge López FueyoGitHubJorge López Fueyo
1ae531d73bbDisabled version.rc for clang-cl (#8139)
deannagarciaGitHubdeannagarcia
f5a0e3988b0MMerge branch 'master' into 3.17.x
Matt Fowles KulukundisGitHubMatt Fowles Kulukundis
8d8ba6acc3dMMerge pull request #8637 from dschopf/fix-qnx-7.0-supportFix QNX 7.0 support #8593
Matt Fowles KulukundisGitHubMatt Fowles Kulukundis
c05e7ad0a8fMMerge pull request #8690 from maxgolov/maxgolov/vs2019_16.10_constinit_brokenconstinit not working as expected in Visual Studio 2019 Update 16.10
Jan TattermuschGitHubJan Tattermusch
439e6cf4035MMerge pull request #8666 from jtattermusch/protobuf_fix_result_parserOSS benchmarks: print benchmarks JSON results to build job log
Elliotte Rusty HaroldGitHubElliotte Rusty Harold
7a374d4a2fbdeps: update to Guava 30.1.1 (#8521)@eklitzke