17608 Commits (27.x)
 

Author SHA1 Message Date
esrauchg 8f134aefae
Merge pull request #18560 from protocolbuffers/27.x_no_vision_tests 5 months ago
Thomas Van Lenten cf871422eb [ObjC] Disabling visionOS on CI. 5 months ago
Jerry Berg 64febd99e9
Merge pull request #18404 from protocolbuffers/27.x-202409182204 5 months ago
Mike Kruskal f1e3f901e5
Update staleness tests to only run over release branch (#18395) 5 months ago
Protobuf Team Bot 8c8f2f952f Updating version.json and repo version numbers to: 27.6-dev 5 months ago
Protobuf Team Bot 548d34f462 Updating version.json and repo version numbers to: 27.5 5 months ago
zhangskz 6481fecc13
Remove `--copt="-Werror"` from `.bazelrc` (#18392) 5 months ago
zhangskz d6c82fc55a
Add recursion check when parsing unknown fields in Java. (#18388) 5 months ago
zhangskz 6fa3f2d79b
Fix cord handling in DynamicMessage and oneofs. (#18374) 5 months ago
Adam Cozzette b96676eaa5
Merge pull request #17986 from protocolbuffers/27.x-202408271953 6 months ago
Protobuf Team Bot a428a16b92 Updating version.json and repo version numbers to: 27.5-dev 6 months ago
Protobuf Team Bot 80d48ae92d Updating version.json and repo version numbers to: 27.4 6 months ago
Adam Cozzette 1efed95440
Revert "Move -Werror to our test/dev bazelrc files. (#17939)" (#17974) 6 months ago
Mike Kruskal 99fd54a6ad
Move -Werror to our test/dev bazelrc files. (#17939) 6 months ago
zhangskz 9aaa1d13f3
Merge pull request #17934 from protocolbuffers/cp-27-compat-upgrade 6 months ago
Sandy Zhang 8dd83da71c Binary compatibility shims for GeneratedMessageV3, SingleFieldBuilderV3, RepeatedFieldBuilderV3, and their nested classes to restore binary compatibility with <=v3.x.x generated code built against v3.x.x prior to v4.26.0 breaking release. 6 months ago
zhangskz 7622aa43c7
Merge pull request #17674 from protocolbuffers/27.x-202407311327 7 months ago
Protobuf Team Bot 8c96e55eac Updating version.json and repo version numbers to: 27.4-dev 7 months ago
Protobuf Team Bot 7cc670c180 Updating version.json and repo version numbers to: 27.3 7 months ago
zhangskz 67d7298f22
Merge pull request #17617 from protocolbuffers/cp-utf8-ascii 7 months ago
Adam Cozzette e20cb7aaf7 Remove `/utf-8` flag added in #14197 7 months ago
zhangskz c9839cb01c
Merge pull request #17473 from protocolbuffers/cp-revert-hack 7 months ago
Mike Kruskal 8a579c1af5 Downgrade CMake to 3.29 to workaround Abseil issue. 7 months ago
Mike Kruskal ba3e7d7a8a Revert workaround for std::mutex issues on github windows runners. 7 months ago
zhangskz 861be78460
Merge pull request #17331 from protocolbuffers/cp-cp 7 months ago
Joshua Haberman c1ec82fe38
Merge pull request #17232 from simonberger/bugfix/php-ext-persistent-global-corruption-27.x 7 months ago
Mike Kruskal aec8a7604d Upgrade macos-11 tests to macos-12 7 months ago
Mike Kruskal 4e3b4f0819 Use explicit names of our large runners 7 months ago
Mike Kruskal fa2b2d61ea Upgrade our C++ release tests to large runners. 7 months ago
Sandy Zhang b7ef2ca3c0 Update staleness 8 months ago
Protobuf Team Bot 22d9a03056 Omit the `_raw_default_instance_` declaration when using DLL linkage. 8 months ago
zhangskz 7592817d04
Merge pull request #17326 from protocolbuffers/cp-ruby 8 months ago
なつき a1d47773a2 [Ruby] Fix mismatched pointer type (#17240) 8 months ago
zhangskz 2440498d83
Merge pull request #17295 from protocolbuffers/cp-strongpointer 8 months ago
Protobuf Team Bot a15c9c5dee Refactor the way we turn on the optimization in StrongPointer. 8 months ago
Mike Kruskal 11307ca725
Merge pull request #17236 from protocolbuffers/27.x-202406251914 8 months ago
Protobuf Team Bot 71b2940495 Updating version.json and repo version numbers to: 27.3-dev 8 months ago
Protobuf Team Bot 63def39e88 Updating version.json and repo version numbers to: 27.2 8 months ago
Simon Berger ca3b7320f3 Fix segmentation faults with enabled keep_descriptor_pool_after_request (#16993) 8 months ago
Mike Kruskal 19bd2115d0
Port windows bootstrapping fix (#17225) 8 months ago
Mike Kruskal 4923b8d72d
Fix string_type bugs in edition 2023 (#17211) 8 months ago
zhangskz b0a3c23f94
Merge pull request #17164 from protocolbuffers/cp-stubs 8 months ago
Sandy Zhang 270ca6681a Cleanup imports and comments in V3 stubs. 8 months ago
Sandy Zhang 1e360a422a Add stubs for GeneratedMessageV3, RepeatedFieldBuilderV3, SingleFieldBuilderV3 for compatibility with older <4.26.x gencode. 8 months ago
Protobuf Team Bot 9cfb59b5e3 Add simple conformance test that builds the old gencode against the current runtime. 8 months ago
zhangskz 6c6f514a5d
Merge pull request #17161 from protocolbuffers/backport-java 8 months ago
Sandy Zhang c7a006a225 Fix checking unknown field set empty which wasn't exposed yet in 27.x 8 months ago
Sandy Zhang 2426a02b90 Reserialize all unresolved features using java features from the generated pool in case of descriptors from the custom pool. 8 months ago
Sandy Zhang e5ddc45645 Reparse unknown features using extension registry containing Java features. 8 months ago
Mike Kruskal 86768b3dc6
Merge pull request #17129 from protocolbuffers/delimited-fix 8 months ago