384 Commits (55d21239e950164f810f3e8c348ce5bf0d7537d6)

Author SHA1 Message Date
Protobuf Team Bot f17a629d6d [ObjC] Make GPBFileDescriptor better meet NSObject requirements. 2 years ago
Protobuf Team Bot 48ff4f6219 [ObjC] Loosen the link between generate messages and roots. 2 years ago
Protobuf Team Bot 9d432bd38b Drop the assert. 2 years ago
Protobuf Team Bot c9c0a1c843 Miscellaneous compiler warning fixes: 2 years ago
Protobuf Team Bot 8be2ce3ada [ObjC] Don't check before calling calc 2 years ago
Protobuf Team Bot 4df096f1e9 [ObjC] Move GenerateHeader over to Printer::Emit. 2 years ago
Protobuf Team Bot 903639c328 [ObjC] Put out of range closed enum extension values in unknown fields. 2 years ago
Protobuf Team Bot 64d3eeb1b3 [ObjC] Move all Message, Enum, & Extension Generators up to the File. 2 years ago
Protobuf Team Bot 83677a9ebb [ObjC] pass the Descriptor initialization flags to FieldDescriptor 2 years ago
Protobuf Team Bot 4163455776 [ObjC] Move GPBExtensionMergeFromInputStream into GPBMessage.m 2 years ago
Protobuf Team Bot d0c1a63347 [ObjC] Let Xcode 14 update the project settings 2 years ago
Protobuf Team Bot 4a122474ce [ObjC] Update generation to include the new closed enum information. 2 years ago
Protobuf Team Bot 899c14a384 [ObjC] Avoid warning from Xcode 14. 2 years ago
Protobuf Team Bot c79832bddc [ObjC] Mark the syntax on FileDescriptor as deprecated. 2 years ago
Protobuf Team Bot 7bb699be43 [ObjC] Add the concept of a closed enum. 2 years ago
Protobuf Team Bot 3a74266787 [ObjC] Minor cleanups for the descriptor startup. 2 years ago
Protobuf Team Bot 47862bbfe2 [ObjC] Bring back the explicit getter for enumDescriptor. 2 years ago
Protobuf Team Bot 7140f6f1e1 Enforce GPBFieldHasEnumDescriptor always being set. 2 years ago
Protobuf Team Bot 38fb1080b4 Block direct creation of Descriptors. 2 years ago
Protobuf Team Bot d4e1327adc [ObjC] Remove some stale comments about proto3 and unknown fields. 2 years ago
Protobuf Team Bot 60b71498d7 Add exemplar variants of the Java Any.is() and Any.unpack() methods. 2 years ago
Protobuf Team Bot 2fda7afc3d Speed up the build a small bit. 2 years ago
Protobuf Team Bot 46d1145ec8 ObjC Cleanups. 2 years ago
Mike Kruskal 79564c53af
Add remote caching to bazel builds (#10767) 2 years ago
dmaclach 890377de93 Update GPBRootObject.m 2 years ago
dmaclach e5698b9e67 Update GPBMessage.m 2 years ago
Thomas Van Lenten d7d780ce75 [ObjC] Use os_unfair_lock instead of dispatch_semaphore_t. 2 years ago
Mike Kruskal deafb895f0 Regenerate wkt protos 2 years ago
Mike Kruskal 23f1481386 Sync from Piper @480194141 2 years ago
deannagarcia 0ee5525a75
Upgrade kokoro to Xcode 14 (#10732) 2 years ago
Thomas Van Lenten c62cc5d8bc [ObjC] Remove the extra clang-format directives, no longer needed. 2 years ago
Thomas Van Lenten 672adeb84f [ObjC] Fix up clang-format directives in generate files. 2 years ago
Thomas Van Lenten 53d8b03643 [ObjC] rename the file to drop the "objectivec_" prefix. 2 years ago
deannagarcia 1085f8528a
Fix spelling errors (#10717) 2 years ago
Mike Kruskal 388e3d744f Sync from Piper @mkruskal/footmitten 2 years ago
Thomas Van Lenten a6f9ec815e [ObjC] Raise the min OS versions (and required Xcode) 2 years ago
Thomas Van Lenten 2fb33b8c54 [ObjC] Move from `#pragma unused()` to `_unused` 2 years ago
Mike Kruskal e99b2819ee Sync from Piper @476205078 2 years ago
Thomas Van Lenten bc4cbf9a05 Remove the pre Xcode 10.2 support. 2 years ago
Thomas Van Lenten ecd63bb219 Format the test sources. 2 years ago
Thomas Van Lenten 189f6325d4 Format the runtime sources. 2 years ago
Thomas Van Lenten 5d0b2175c3 Format the headers. 2 years ago
Thomas Van Lenten 9e069b2e51 [ObjC] Tweak some things to be better shape for clang-format. 2 years ago
Thomas Van Lenten 7c64628669 [ObjC] Output directive to disable clang-format on generated files. 2 years ago
Thomas Van Lenten 5392dc1dd4 [ObjC] Use a real import for GPBExtensionRegistry. 2 years ago
Thomas Van Lenten 6a28393f08 Keep the class forward declaration also. 2 years ago
Thomas Van Lenten f191ab0f35 Provide a protocol for GPBExtensionRegistry's lookup support. 2 years ago
Thomas Van Lenten 5a823ffd16 [ObjC] Fix the name of the test file. 2 years ago
Thomas Van Lenten 5cf61b7e47 [ObjC] Test file cleanups 2 years ago
Thomas Van Lenten 28bc3baca1 [ObjC] use root relative paths for test proto imports. 2 years ago