Thomas Van Lenten
|
cf016a42e6
Work around strange error with atomic and swift under Xcode 8.3.3.
|
7 年之前 |
Thomas Van Lenten
|
81aeed082e
Work around the static analyzer false report.
|
7 年之前 |
Jonathan Dierksen
|
a721bf6d29
Migrate away from deprecated OSAtomic APIs. (#4184)
|
7 年之前 |
Thomas Van Lenten
|
4588e6e2b9
Force a copy when saving the NSData that came from another.
|
7 年之前 |
Thomas Van Lenten
|
156161dfcd
Properly copy maps with string keys but pod values.
|
7 年之前 |
Dave MacLachlan
|
4ba30923fa
code review cleanup
|
7 年之前 |
Dave MacLachlan
|
949596ea32
Simplify getter/setter method implementations
|
7 年之前 |
Thomas Van Lenten
|
1f57e540ac
When comparing message, require them to have the same descriptor.
|
8 年之前 |
Thomas Van Lenten
|
db45687a38
If we fail to get a descriptor just super the method resolving.
|
8 年之前 |
Thomas Van Lenten
|
1d0988b8ef
ObjC: Preserve unknown fields in proto3 syntax files.
|
8 年之前 |
Thomas Van Lenten
|
f5a01d1bbd
Tighten up class usage/checks.
|
8 年之前 |
Thomas Van Lenten
|
130c166697
Remove the use of dispatch_once that is heap backed.
|
8 年之前 |
Thomas Van Lenten
|
2d1c5e26cb
Handing threading race resolving methods.
|
8 年之前 |
Thomas Van Lenten
|
988ffe0a78
Minor fix for autocreated object repeated fields and maps.
|
8 年之前 |
Sergio Campamá
|
b99577c5ac
Exposes the currently registered extensions for a message and removes the internal sortedExtensionsInUse
|
9 年之前 |
Thomas Van Lenten
|
c18aa7795a
Validate the tag numbers when parsing. (#1725)
|
9 年之前 |
Thomas Van Lenten
|
fc4c617199
Fix GPBGetMessage{Repeated,Map}Field()
|
9 年之前 |
Sergio Campamá
|
e34c09182e
Improving the granularity parsing errors (#1623)
|
9 年之前 |
Thomas Van Lenten
|
e845187cf6
Merge pull request #1620 from sergiocampama/cleanup1
|
9 年之前 |
Sergio Campama
|
a714c401a9
Removing unused GPBExceptionMessageKey
|
9 年之前 |
Thomas Van Lenten
|
38b9e74691
Add -Woverriding-method-mismatch.
|
9 年之前 |
Thomas Van Lenten
|
c8a440dfb6
Add more warnings to for the ObjC runtime build
|
9 年之前 |
Thomas Van Lenten
|
30646288ad
Fix up -hash/-isEqual: for bool storage.
|
9 年之前 |
Thomas Van Lenten
|
3f917447e7
The message was autoreleased, the -releases are an over release.
|
9 年之前 |
Thomas Van Lenten
|
bd41a39f69
Only create the readonlySemaphore on demand.
|
9 年之前 |
Thomas Van Lenten
|
79a23c435c
Shrink ObjC overhead (generated size and some runtime sizes)
|
9 年之前 |
Thomas Van Lenten
|
36650a07cf
HeaderDoc support in the library and generated sources
|
9 年之前 |
Thomas Van Lenten
|
4d663376e2
Release the semaphore in dealloc, fixing leak.
|
9 年之前 |
Thomas Van Lenten
|
d6590d6534
Drop all use of OSSpinLock
|
9 年之前 |
Thomas Van Lenten
|
52b8d3fe78
Use compiler provided static assert and avoid tripping unused-local-typedef warnings.
|
9 年之前 |