Sign in
flutter
/
third_party
/
protobuf
/
87d140f851131fb8a6e8a80449cf08e73e568259
/
objectivec
/
GPBMessage.m
72fddb7
Fixed the Codespell check
by Adam Cozzette
· 4 years, 4 months ago
2123ed5
Switch to atomic for setting autocreated objects.
by Thomas Van Lenten
· 4 years, 5 months ago
e2cc2de
Fix lots of spelling errors (#7751)
by Peter Newman
· 4 years, 8 months ago
118589c
Remove unnecessary call to [self descriptor] in resolveClassMethod:
by Dave MacLachlan
· 5 years ago
e1e5b8a
[ObjC] Update some library internals to not pass syntax versions.
by Thomas Van Lenten
· 5 years ago
ab48ecf
Update pddm to work with clang-format
by Dave MacLachlan
· 5 years ago
a104dff
Fix typos (#7050)
by Brian Wignall
· 5 years ago
ffa6bfc
ObjC: small improvement to extension serialization.
by Thomas Van Lenten
· 6 years ago
8dadfda
Improve comment about warning being incomplete.
by Thomas Van Lenten
· 6 years ago
7fa7fba
In debug builds output a warning about NSCoding and extensions.
by Thomas Van Lenten
· 6 years ago
09c001e
Copy the value when setting message/data fields.
by Thomas Van Lenten
· 7 years ago
5614135
Remove stray 'return'.
by Thomas Van Lenten
· 7 years ago
cf016a4
Work around strange error with atomic and swift under Xcode 8.3.3.
by Thomas Van Lenten
· 7 years ago
81aeed0
Work around the static analyzer false report.
by Thomas Van Lenten
· 7 years ago
a721bf6
Migrate away from deprecated OSAtomic APIs. (#4184)
by Jonathan Dierksen
· 7 years ago
4588e6e
Force a copy when saving the NSData that came from another.
by Thomas Van Lenten
· 7 years ago
156161d
Properly copy maps with string keys but pod values.
by Thomas Van Lenten
· 7 years ago
4ba3092
code review cleanup
by Dave MacLachlan
· 7 years ago
949596e
Simplify getter/setter method implementations
by Dave MacLachlan
· 7 years ago
1f57e54
When comparing message, require them to have the same descriptor.
by Thomas Van Lenten
· 7 years ago
db45687
If we fail to get a descriptor just super the method resolving.
by Thomas Van Lenten
· 8 years ago
1d0988b
ObjC: Preserve unknown fields in proto3 syntax files.
by Thomas Van Lenten
· 8 years ago
f5a01d1
Tighten up class usage/checks.
by Thomas Van Lenten
· 8 years ago
130c166
Remove the use of dispatch_once that is heap backed.
by Thomas Van Lenten
· 8 years ago
2d1c5e2
Handing threading race resolving methods.
by Thomas Van Lenten
· 8 years ago
988ffe0
Minor fix for autocreated object repeated fields and maps.
by Thomas Van Lenten
· 8 years ago
b99577c
Exposes the currently registered extensions for a message and removes the internal sortedExtensionsInUse
by Sergio Campamá
· 9 years ago
c18aa77
Validate the tag numbers when parsing. (#1725)
by Thomas Van Lenten
· 9 years ago
fc4c617
Fix GPBGetMessage{Repeated,Map}Field()
by Thomas Van Lenten
· 9 years ago
e34c091
Improving the granularity parsing errors (#1623)
by Sergio Campamá
· 9 years ago
e845187
Merge pull request #1620 from sergiocampama/cleanup1
by Thomas Van Lenten
· 9 years ago
a714c40
Removing unused GPBExceptionMessageKey
by Sergio Campama
· 9 years ago
38b9e74
Add -Woverriding-method-mismatch.
by Thomas Van Lenten
· 9 years ago
c8a440d
Add more warnings to for the ObjC runtime build
by Thomas Van Lenten
· 9 years ago
3064628
Fix up -hash/-isEqual: for bool storage.
by Thomas Van Lenten
· 9 years ago
3f91744
The message was autoreleased, the -releases are an over release.
by Thomas Van Lenten
· 9 years ago
bd41a39
Only create the readonlySemaphore on demand.
by Thomas Van Lenten
· 9 years ago
79a23c4
Shrink ObjC overhead (generated size and some runtime sizes)
by Thomas Van Lenten
· 9 years ago
36650a0
HeaderDoc support in the library and generated sources
by Thomas Van Lenten
· 9 years ago
4d66337
Release the semaphore in dealloc, fixing leak.
by Thomas Van Lenten
· 9 years ago
d6590d6
Drop all use of OSSpinLock
by Thomas Van Lenten
· 9 years ago
52b8d3f
Use compiler provided static assert and avoid tripping unused-local-typedef warnings.
by Thomas Van Lenten
· 9 years ago
c27833b
Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects.
by Thomas Van Lenten
· 9 years ago
d846b0b
Beta quality drop of Objective C Support.
by Thomas Van Lenten
· 10 years ago
1dcc329
Objective C Second Alpha Drop
by Thomas Van Lenten
· 10 years ago
30650d8
Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.
by Thomas Van Lenten
· 10 years ago