Jan Engelhardt
1a5f8682be
utf8_range: add version marker to library
...
Unversioned libraries / libraries without due ABI indicators are not
allowed in certain Linux distributions because it precludes the
concurrent presence of multiple versions.
If you have both /usr/lib/libprotobuf-lite.so.28.3.0 and
/usr/lib/libprotobuf-lite.so.29.0.0, both of them want
libutf8_validity.so, but if the ABI is different between utf8_range
28 and utf8_range 29, that's a problem.
2 weeks ago
Protobuf Team Bot
45ccf25099
Auto-generate files after cl/698144846
2 weeks ago
Protobuf Team Bot
a4ab874476
Auto-generate files after cl/698144412
2 weeks ago
Protobuf Team Bot
b428e53016
Propagate aliasing option to parse of unknown fields
...
No implementation hooked up yet.
PiperOrigin-RevId: 698144846
2 weeks ago
Protobuf Team Bot
8a17c53a5c
Internal change
...
PiperOrigin-RevId: 698144412
2 weeks ago
Protobuf Team Bot
7e9e8db4f6
Auto-generate files after cl/698134895
2 weeks ago
Protobuf Team Bot
fdc83b9fe7
Internal change
...
PiperOrigin-RevId: 698134895
2 weeks ago
Protobuf Team Bot
c172b3d238
Auto-generate files after cl/698125313
2 weeks ago
Protobuf Team Bot
7d195da677
Internal change
...
PiperOrigin-RevId: 698125313
2 weeks ago
Protobuf Team Bot
2d14a70eb7
Auto-generate files after cl/698095451
2 weeks ago
Hong Shin
cf46e11af8
Simplification: remove unused hpb::Parse invocations
...
Too many parseses... like bagginses.. we can expand once the need arises, yess
PiperOrigin-RevId: 698105703
2 weeks ago
Protobuf Team Bot
fe61c44681
Internal change
...
PiperOrigin-RevId: 698095451
2 weeks ago
Protobuf Team Bot
a1d73ff664
Auto-generate files after cl/698094874
2 weeks ago
Vitaly Goldshteyn
a8c4159734
Add a comment that `is_cleared` is always false for repeated fields.
...
Also added a test to verify that no uninitialized access happens in NumExtensions.
Creation `Extension()` does zero initialization. Illustration: https://gcc.godbolt.org/z/37j8hrb9T
PiperOrigin-RevId: 698094874
2 weeks ago
Protobuf Team Bot
ea0ab2d9a5
Auto-generate files after cl/698068189
2 weeks ago
Protobuf Team Bot
13157d471c
Internal change
...
PiperOrigin-RevId: 698068189
2 weeks ago
Protobuf Team Bot
ec5acb686c
Auto-generate files after cl/698062640
2 weeks ago
Protobuf Team Bot
320cd47cec
Introduce BUILD files by the rust /cargo, /protobuf_codegen and protobuf_codegen/example directories.
...
PiperOrigin-RevId: 698062640
2 weeks ago
Protobuf Team Bot
c5cd6a2203
Auto-generate files after cl/698037030
2 weeks ago
Evan Brown
685f2dd9ea
Internal change
...
PiperOrigin-RevId: 698037030
2 weeks ago
Protobuf Team Bot
ce4c572a60
Auto-generate files after cl/698031256
2 weeks ago
Protobuf Team Bot
44b188fdff
Internal change
...
PiperOrigin-RevId: 698031256
2 weeks ago
Protobuf Team Bot
416de3a279
Auto-generate files after cl/698015352
2 weeks ago
Hong Shin
74cbd3126f
hpb: refactor repeated tests to repeated_test.cc
...
PiperOrigin-RevId: 698015352
2 weeks ago
Protobuf Team Bot
347e0bb525
Auto-generate files after cl/698010022
2 weeks ago
Hong Shin
cd837fd6bf
upb: Add upb_Message_GetExtensionMutableArray
...
PiperOrigin-RevId: 698010022
2 weeks ago
Protobuf Team Bot
8aa3d35a37
Auto-generate files after cl/697978654
2 weeks ago
Protobuf Team Bot
c014e96a59
Internal
...
PiperOrigin-RevId: 697986670
2 weeks ago
Protobuf Team Bot
453f39d397
Internal change
...
PiperOrigin-RevId: 697978654
2 weeks ago
Protobuf Team Bot
8586e0f8be
Auto-generate files after cl/697978002
2 weeks ago
Protobuf Team Bot
4845eec227
Internal version update.
...
PiperOrigin-RevId: 697978002
2 weeks ago
Protobuf Team Bot
3c9d98cad9
Auto-generate files after cl/697911107
2 weeks ago
Protobuf Team Bot
a002812006
Internal change
...
PiperOrigin-RevId: 697911107
2 weeks ago
Protobuf Team Bot
403defd7d6
Auto-generate files after cl/697864682
2 weeks ago
Protobuf Team Bot
4df1164ecf
Internal change
...
PiperOrigin-RevId: 697864682
2 weeks ago
Protobuf Team Bot
8b2efee24c
Auto-generate files after cl/697804639
2 weeks ago
Protobuf Team Bot
73f71517d8
Internal change
...
PiperOrigin-RevId: 697804639
2 weeks ago
Protobuf Team Bot
f8948c38da
Auto-generate files after cl/697777264
2 weeks ago
Sandy Zhang
6d1595559d
Fix typo in BCR maintainer name config for acozzette@
...
This was updated in BCR in https://github.com/bazelbuild/bazel-central-registry/pull/3057 , but gets clobbered by this template on release.
Will be backported to old branches so patches e.g. 29.x don't clobber this as well.
PiperOrigin-RevId: 697779177
2 weeks ago
Nevena Kotlaja
80a5a511e4
Add toolchain type for remaining actions
...
This is the first step for migrating to Automatic Exec Groups (check [#19261 ](https://github.com/protocolbuffers/protobuf/issues/19261 )).
PiperOrigin-RevId: 697777264
2 weeks ago
Protobuf Team Bot
798bf7269b
Auto-generate files after cl/697739629
2 weeks ago
Hong Shin
8549d0ae47
hpb: refactor extension_test.cc into its own file
...
PiperOrigin-RevId: 697739629
2 weeks ago
Protobuf Team Bot
015f68d937
Auto-generate files after cl/697734257
2 weeks ago
Protobuf Team Bot
f4119fdf60
Internal change
...
PiperOrigin-RevId: 697734257
2 weeks ago
Protobuf Team Bot
c9ea232e5b
Auto-generate files after PR #19266
2 weeks ago
Philipp Stephani
0d987961a4
Refer to upb_proto_c_library rather than upb_proto_library. ( #19266 )
...
The former seems to be preferred nowadays.
Closes #19266
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/19266 from phst:names 8c7dfa0a4e
PiperOrigin-RevId: 697724104
2 weeks ago
Protobuf Team Bot
dc4e9f8730
Auto-generate files after cl/697711659
2 weeks ago
Protobuf Team Bot
5e2db471ae
Remove unnecessary tree fallback code.
...
This reduces code complexity.
PiperOrigin-RevId: 697711659
2 weeks ago
Protobuf Team Bot
43f07dc5b5
Auto-generate files after cl/697690765
2 weeks ago
Hong Shin
f72b1034b4
hpb: impl GlobalExtensionRegistry
...
We introduce hpb::ExtensionRegistry::generated_registry. In the future, Parse calls will default to this being the default registry, while still being able to supply their own (if needed).
PiperOrigin-RevId: 697690765
2 weeks ago