11084 Commits (343cef1bd940380ae1bf23a53f565ca93ffe6c3e)
 

Author SHA1 Message Date
Sandy Zhang 343cef1bd9 Replace FileDescriptor.supportsUnknownEnumValues() with FieldDescriptor.legacyEnumFieldTreatedAsClosed() to support legacy enum field behavior. 2 years ago
Mike Kruskal c0bd3dd984 Implement helper function FieldDescriptor::legacy_enum_field_treated_as_closed to support legacy enum field behavior. 2 years ago
Karol M. Langner 1b1ca24ae0 Call setUp on super, and fix import order 2 years ago
Martijn Vels df2aac3b0f Use X MACRO for generated_message_reflection.cc lookup, and pass FieldInfo 2 years ago
Protobuf Team Bot b3d1e99242 Auto-generate files after cl/512140469 2 years ago
Protobuf Team Bot de4ce2e2de Change the C++ parsers to be consistent on how they handle unknown enum values. 2 years ago
Protobuf Team Bot 8ee8d3522b Internal change 2 years ago
Mike Kruskal ef8ebe6c19 Migrate our shared github actions to a separate repository. 2 years ago
Protobuf Team Bot 9ef627938a Internal change 2 years ago
Thomas Van Lenten 4bffbfa04a Internal change 2 years ago
Protobuf Team Bot 6a5467ada7 Auto-generate files after cl/512093266 2 years ago
Mike Kruskal d6dc0dc260 Internal changes 2 years ago
Protobuf Team Bot 094511c858 Auto-generate files after cl/512087869 2 years ago
Adam Cozzette 3942e53072 Automated rollback of commit 63389c027f. 2 years ago
Mike Kruskal 0e48352e6d Expand lifetime of repository cache. 2 years ago
Protobuf Team Bot d32332dd81 Auto-generate files after cl/512076306 2 years ago
Mike Kruskal 086367f2c8 Internal changes 2 years ago
Protobuf Team Bot 0ece9236f5 Auto-generate files after cl/512073294 2 years ago
Thomas Van Lenten 9c29c404bf [ObjC] Small cleanups to package level headers 2 years ago
Protobuf Team Bot 1501afeb23 Auto-generate files after cl/512017807 2 years ago
Protobuf Team Bot 3c71dd8526 nit: remove extra whitespace in NullValue comment 2 years ago
Adam Cozzette 2ce56399e3 Ensure VarintParseSlowArm{32,64} are exported with PROTOBUF_EXPORT 2 years ago
Adam Cozzette 63389c027f Add Python support for retention attribute 2 years ago
Greg Miller bcb20bbdfa Update the min required CMake version to 3.10 2 years ago
Jean byroot Boussier d82d8a48f6 Ruby: Implement Write Barriers (#11793) 2 years ago
Protobuf Team Bot 08c555755a [ObjC] Ensure objects aren't leaked on extension parsing failures. 2 years ago
Martijn Vels f79cae2a8e Add TcParseFunction enumeration 2 years ago
Protobuf Team Bot cfea039918 Automated rollback of commit 47b5f81c7f. 2 years ago
Protobuf Team Bot d40aadf823 Add casts to make protobuf compatible with Java 1.8 runtime. 2 years ago
Sandy Zhang 541914157e Migrate away from examining the syntax of a proto file via reflection. 2 years ago
Sandy Zhang 2a55706f9d Migrate away from examining the syntax of a proto file via reflection. 2 years ago
Sandy Zhang 684a3dedf6 Migrate away from examining the syntax of a proto file via reflection. 2 years ago
Protobuf Team Bot fa82155c65 Fix mutability bug in Java proto lite: sub-messages inside of oneofs were not 2 years ago
Protobuf Team Bot dbd5ae8593 Allow AbstractProtoList to be created in an immutable state rather than using static blocks to call makeImmutable. 2 years ago
Deanna Garcia d3ceff3def Add OSGi headers to pom files. 2 years ago
Protobuf Team Bot 8f5e432615 Add regression test for invalid inline string code generation. 2 years ago
Protobuf Team Bot e6d01b2edc [ObjC] Enforce the max message size when serializing to binary form. 2 years ago
Protobuf Team Bot c8e005db3a Internal change. 2 years ago
Protobuf Team Bot 57d5ede3ec Rollback 2 years ago
Protobuf Team Bot 5995ad26a5 Internal change. 2 years ago
Joshua Haberman 7958aa90ce Check for invalid escaping when parsing the default value of a bytes field. 2 years ago
Sandy Zhang b51858aa11 Document that hasField is only semantically meaningful when hasPresence == True. 2 years ago
Protobuf Team Bot e3b0051109 [ObjC] mark mergeFromData:extensionRegistry: as deprecated. 2 years ago
Protobuf Team Bot cffde99fc6 [ObjC] Enforcement of the 2GB limit when parsing messages. 2 years ago
Sandy Zhang 68b8b43d42 Allow empty commits for update_php_repo 2 years ago
Deanna Garcia 9b5a2c6f6f Fix pom_template dependencies. All pom files need a dependency section and kotlin + util need to depend on protobuf-java and kotlin-lite should depend on protobuf-javalite. 2 years ago
Protobuf Team Bot 47b5f81c7f Internal change. 2 years ago
Protobuf Team Bot b4370b2e76 [ObjC] Add -[GPBMessage mergeFromData:extensionRegistry:error:] 2 years ago
Protobuf Team Bot df455a33fd Use correct wireformat type for repeated group fields. 2 years ago
Martijn Vels e1e30cebba Emplace StringBlock entries on the arena block as long as there is space available. 2 years ago