18061 Commits (1f005c579fb1db964530cf537befad4bd83c8c44)
 

Author SHA1 Message Date
Mark Hansen 1f005c579f Avoid allocations in FieldSet.mergeFromField 4 months ago
Joshua Haberman 8995b485b9 Parameterized the Kotlin DSL code generator so that it can emit output that works on non-JVM platforms. 4 months ago
Protobuf Team Bot b764fd9a19 Upgrade jsoncpp to 1.9.5 4 months ago
Deanna Garcia 501fb26927 Add kotlin deprecation to messageOrNull extension properties in the generated code when the corresponding message is deprecated. 4 months ago
Evan Brown a5aa1ba986 Code simplification in RepeatedField: use Mutable to implement Set. 4 months ago
Evan Brown 0ac6994a46 Use TrivialAtomicInt for Extension::cached_size. 4 months ago
Protobuf Team Bot 4ea1f2024a Move ByteSizeLong calculation of packed varint fields out of line. 4 months ago
Protobuf Team Bot bf8a9fc73f Make inline strings constant initialized when supported by language version. 4 months ago
Protobuf Team Bot b84942022d Internal change. 4 months ago
Mike Kruskal d0e49dfe31 Introduce FieldDescriptor::cpp_string_type() API to replace direct ctype inspection which will be removed in the next breaking change 4 months ago
Evan Brown b4a7757369 Further refactoring in preparation for RepeatedField SOO: avoid repeated calls to accessors within the same functions. 4 months ago
Protobuf Team Bot cf948e4a81 Restructure the ViewProxy versus MutProxy trait setup. 4 months ago
Protobuf Team Bot 01e8cc0b30 Auto-generate files after cl/653655703 4 months ago
Protobuf Team Bot 22863e1dfd Move the `mutable` keyword into `CachedSize` to avoid spreading it all over. 4 months ago
Derek Benson a6a0680e95 allow __ for inferred submessage types and implement array literal parsing in proto!. 4 months ago
Protobuf Team Bot 0b4173e3ed Upgrade googetest to 1.15.0 4 months ago
Protobuf Team Bot cc8b3483a5 Internal change 4 months ago
Protobuf Team Bot 3ff2cf05f3 Move proto_library from Bazel repository 4 months ago
Protobuf Team Bot 7c5dd9ec64 Remove the second 'unset' generic argument from Optional 4 months ago
Mark Hansen be4f149abd Extract MAX_UINT32 BigInteger into a constant, so we aren't constructing it all the time 4 months ago
Mark Hansen cb323f4359 Avoid unboxing boxed primitives that we're just going to re-box back up to call compareTo with. 4 months ago
Mark Hansen 5b45a65567 Simplify some compareTo operations 4 months ago
Mark Hansen ed54faf736 Avoid allocations in FieldSet.setField 4 months ago
Mark Hansen bc03650b3e Add more tests for UnknownFieldSet Builder reusability 4 months ago
Mark Hansen af04a770ae Remove unused constructor parameter RepeatedFieldAccessor.descriptor 4 months ago
Mark Hansen 90250161d4 Remove unnecessarily suppressed warnings: rawtypes 4 months ago
Protobuf Team Bot a8d83db3c7 Add ::hpb::ExtensionNumber API for extension field constants. 4 months ago
Cong Liu 4b230be0d0 Implement the lazy repeated field data structure. 4 months ago
Protobuf Team Bot e9927cf762 Replace matrix.version with cache_key 4 months ago
Jie Luo 2967c521a6 -Remove service.py usages in builder 4 months ago
Mark Hansen 65d4e1817a Micro-optimisation: remove no-op body of hot GeneratedMessage.Builder constructor 4 months ago
Adam Cozzette efb57278a9 Protobuf Rust: simplify the MakeCleanup() helper function 4 months ago
Protobuf Team Bot 08ee87fcc6 Auto-generate files after cl/653263168 4 months ago
Jie Luo 55705f85db Raise warnings for deprecated google/protobuf/reflection.py APIs. 4 months ago
Joshua Haberman 65b67eb6b1 Fixed extension memory layout on 32-bit targets. 4 months ago
Sandy Zhang 3a79dc7a09 Remove protobuf rust from BCR presubmits for now. 4 months ago
Joshua Haberman b07e4b1eeb [Ruby] Warn if assigning a "UTF-8" string with invalid UTF-8. (#17253) 4 months ago
Protobuf Team Bot bbf574bcb9 Internal Change 4 months ago
Protobuf Team Bot b1c0715cb3 Mention that stale issues will be closed. 4 months ago
Adam Cozzette f712ca5d1c Rust protobuf: fix memory leaks 4 months ago
Protobuf Team Bot 8b7c84b488 Internal change. 4 months ago
Protobuf Team Bot 00621324a4 Update setuptools to 70.3.0 4 months ago
Tony Liao c18662b383 Organize using statements in compiler/field_generators/message_field.cc. 4 months ago
Protobuf Team Bot ea241fe5aa Add Message, MessageMut, MessageView traits. 4 months ago
Thomas Van Lenten ac84411e4e [ObjC] Support MessageSet with `GPBUnknownFields`. 4 months ago
Mike Kruskal 151ee45381 Internal changes 4 months ago
Mike Kruskal 3bfa9b9784 Fix build breakage in new bzlmod test 4 months ago
Protobuf Team Bot 507ba36e29 Support building //java with bzlmod 4 months ago
Protobuf Team Bot 81bd7999e4 Adding documentation to `CopyFrom` and `MergeFrom` of `RepeatedField` and `RepeatedPtrField`. 4 months ago
Protobuf Team Bot d911161766 Update the comment of TextFormat::Printer::RegisterMessagePrinter that the method takes ownerhip of the `printer` pointer. 4 months ago