407 Commits (e909bfc5174b73d5bcf32199bc0f71dde7325c2f)

Author SHA1 Message Date
Protobuf Team Bot b977cf5c7e Mark some targets with target_compatible_with. 2 years ago
Protobuf Team Bot 2fed1e3e83 [ObjC] Move the version check out into a sh_test. 2 years ago
Protobuf Team Bot aeae430b7f [ObjC] s/Objective C/Objective-C/ 2 years ago
Protobuf Team Bot e4d70bba01 [ObjC] Include the version checks in generated impl files. 2 years ago
Protobuf Team Bot ecde371dcd [ObjC] Syntax no longer needed in FieldDescriptor startup. 2 years ago
Protobuf Team Bot 9d0ce3e09f [ObjC] Move the close enum fallback to a legacy codepath. 2 years ago
Protobuf Team Bot 699561fb5f [ObjC] Move the proto3 optional fixup off the current generation path. 2 years ago
Protobuf Team Bot 5e6fbbba69 [ObjC] Move UsesClassRef fallback off current code paths. 2 years ago
Protobuf Team Bot 4ed02cc3a5 [ObjC] Generator changes for fullName and FileDescriptor improvements 2 years ago
Protobuf Team Bot f4c7972ff4 [ObjC] Runtime support for fullName and FileDescriptor improvements 2 years ago
Xavier Bonaventura c8ebeb1733 Set incompatible_disallow_empty_glob in CI tests 2 years ago
Protobuf Team Bot 48a3b95f28 [ObjC] use xcpretty if installed to reduce output 2 years ago
Protobuf Team Bot 3cb89498e2 [ObjC] Only build protoc by default. 2 years ago
Protobuf Team Bot 6566de53f6 [ObjC] Don't auto enable analysis during all builds. 2 years ago
Mike Kruskal 52bd3809e1 Enable ccache for XCode builds. 2 years ago
Mike Kruskal eedef31738 Delete remaining dead code from kokoro directory 2 years ago
Mike Kruskal f0ef44d1e1 Migrate remaining macOS tests to GHA actions 2 years ago
Protobuf Team Bot bf7de745ac [Objc] Replace reference to message's own class when calling the GPBDescriptor initializer, using a direct linker reference instead of +class. 2 years ago
Protobuf Team Bot 6e5a01bf72 [ObjC] Error when appearing to use newer generated code. 2 years ago
Protobuf Team Bot 78376c3131 [ObjC] Add the debug runtime check to more startup cases. 2 years ago
Protobuf Team Bot 663fca1658 [ObjC] Add compile time asserts around legacy codegen support. 2 years ago
Protobuf Team Bot 8f79909101 [ObjC] Provide NSCopying on all GPB*Descriptor objects. 2 years ago
Protobuf Team Bot a185a6ea8a [ObjC] Mark classes that shouldn't be subclassed as such. 2 years ago
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