18210 Commits (b71e5ee2d5d91b101fbb49038af66d0fd0d7be6a)
 

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