Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
a72da27f5a46844e1a70725bb4362c2e51d7195d
/
objectivec
e998b8f
Add compile test sources for to test include order.
by Thomas Van Lenten
· 7 years ago
bca797d
Trim imports for bundled generated protos.
by Thomas Van Lenten
· 7 years ago
ed4321d
Merge pull request #4387 from acozzette/down-integrate
by Adam Cozzette
· 7 years ago
b1216d9
Updated checked-in generated code
by Adam Cozzette
· 7 years ago
1da9ffe
Check return value on write of raw pointer
by Felix Jendrusch
· 7 years ago
38508e9
Add test for failing write of raw pointer to output stream
by Felix Jendrusch
· 7 years ago
07f0231
Fix up the docs to mention the WKTs generated files also.
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
d570d48
Don't assume c-strings are 4 byte aligned.
by Thomas Van Lenten
· 7 years ago
d83837d
Fix to use "nil" instead of "NULL" for objc objects.
by Thomas Van Lenten
· 7 years ago
81aeed0
Work around the static analyzer false report.
by Thomas Van Lenten
· 7 years ago
953adb1
Add casts to removed undefined behaviors around shifts.
by Thomas Van Lenten
· 7 years ago
3e1587f
Add an explicit import of stdatomic.h.
by Thomas Van Lenten
· 7 years ago
6fd2ae7
Bring back import of OSAtomic.
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
8529f2a
Resolved issue #3510. Malformed errorr messages replaced with meaningful description
by kvukic
· 7 years ago
860d693
Add Xcode 9.2 to the testing support
by Thomas Van Lenten
· 7 years ago
75eceb8
Update generated code.
by Feng Xiao
· 7 years ago
0ba8eea
Merge branch 'master' into down-integrate
by Adam Cozzette
· 7 years ago
92a7e77
Integrated internal changes from Google
by Adam Cozzette
· 7 years ago
baed06e
Small code reorder to maybe make #3893 happy.
by Thomas Van Lenten
· 7 years ago
6700f41
Travis config cleanups and move ObjC to Xcode 9.1.
by Thomas Van Lenten
· 7 years ago
2b3aa1c
Add Setter/Getter type verification. (#3880)
by dmaclach
· 7 years ago
8537f1e
Fix up warnings from Xcode 9.1 (#3887)
by dmaclach
· 7 years ago
02129f0
Fixes 32bit tests.
by Sergio Campama
· 7 years ago
7417755
Merge pull request #3883 from dmaclach/map_optimizations
by Thomas Van Lenten
· 7 years ago
8ae6844
codereview cleanup
by Dave MacLachlan
· 7 years ago
6552c5a
Merge pull request #3884 from dmaclach/unsafe
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
9d7f313
Reduce size of GPBDictionary by getting rid of class creation methods
by Dave MacLachlan
· 7 years ago
37a6672
Remove unreferenced 'GPBMessageSignatureProtocol' class.
by Dave MacLachlan
· 7 years ago
1f57e54
When comparing message, require them to have the same descriptor.
by Thomas Van Lenten
· 7 years ago
05b56d0
update joda-time javadoc url
by xuwei-k
· 7 years ago
b1f954e
Improves coverage of GPBCodedInputStream
by Sergio Campama
· 7 years ago
ecf2957
Update descriptor protos
by Jisi Liu
· 7 years ago
a274c67
Build out more complete code coverage in the tests.
by Thomas Van Lenten
· 7 years ago
9477123
Let Xcode 9 update project/scheme settings.
by Thomas Van Lenten
· 7 years ago
4207066
Merge pull request #3710 from thomasvl/xcode9
by Thomas Van Lenten
· 7 years ago
b586e64
Add Xcode 9 support to the helper script.
by Thomas Van Lenten
· 7 years ago
3f2dcae
ObjC: Fix merging of length delimited unknown fields.
by Thomas Van Lenten
· 7 years ago
139775c
Merge remote-tracking branch 'origin/3.4.x' into mergemaster
by Jisi Liu
· 8 years ago
6f4c9b0
print() function for Python 3
by cclauss
· 8 years ago
ba81c59
Fix up Xcode 8.3.x support.
by Thomas Van Lenten
· 8 years ago
3af881c
Merge master into 3.4.x
by Jisi Liu
· 8 years ago
8697530
Update csharp and php descriptor
by Jisi Liu
· 8 years ago
b30dee3
Expose the initializer for unknown fields.
by Thomas Van Lenten
· 8 years ago
db45687
If we fail to get a descriptor just super the method resolving.
by Thomas Van Lenten
· 8 years ago
5fd71ce
ObjC: Document the exceptions on some of the writing apis.
by Thomas Van Lenten
· 8 years ago
1d0988b
ObjC: Preserve unknown fields in proto3 syntax files.
by Thomas Van Lenten
· 8 years ago
ecc0f54
Properly error on a tag with field number zero.
by Thomas Van Lenten
· 8 years ago
fbaad36
Merge pull request #3169 from dmaclach/master
by Thomas Van Lenten
· 8 years ago
46f36d7
Fix some cases of reading of 64bit map values.
by Thomas Van Lenten
· 8 years ago
ea43e0c
Optimize GPBDictionary.m codegen to reduce size of overall library by 46K per architecture.
by Dave MacLachlan
· 8 years ago
2465ae7
Adds serial and parallel parsing tests to check if parallel parsing is faster than serial parsing, which it should
by Sergio Campama
· 8 years ago
49e4ba6
Fix ExtensionRegistry copying and add tests.
by Thomas Van Lenten
· 8 years ago
9053033
Merge remote-tracking branch 'remotes/google/3.3.x' into merge-3.3-to-master
by Adam Cozzette
· 8 years ago
f5a01d1
Tighten up class usage/checks.
by Thomas Van Lenten
· 8 years ago
32d7830
Fix C++ build for down-integration.
by Feng Xiao
· 8 years ago
130c166
Remove the use of dispatch_once that is heap backed.
by Thomas Van Lenten
· 8 years ago
558ba98
Add support for Xcode 8.3 to the build helper.
by Thomas Van Lenten
· 8 years ago
ddb4388
Raise the recursion limit to 100 to match other languages.
by Thomas Van Lenten
· 8 years ago
5e4f14f
Document deep copy in the header
by Thomas Van Lenten
· 8 years ago
2d1c5e2
Handing threading race resolving methods.
by Thomas Van Lenten
· 8 years ago
8b182cc
Disable static analyzer for message semaphore creation (#2748)
by Sergio Campamá
· 8 years ago
d071766
Add GPBMessageDropUnknownFieldsRecursively() and tests.
by Thomas Van Lenten
· 8 years ago
e7f5c9d
Removes trailing whitespaces
by Sergio Campama
· 8 years ago
7f3e237
Merge 3.2.x branch into master (#2648)
by Paul Yang
· 8 years ago
3d7b42d
Adds nullability modifiers to resolve Xcode 8.3 warnings
by Sergio Campama
· 8 years ago
d0bc096
Timestamp helper fix, Duration helper cleanup.
by Thomas Van Lenten
· 8 years ago
1651342
Revert "Fix Timestamps with dates before the Unix epoch that contain fractional seconds."
by Thomas Van Lenten
· 8 years ago
adcccd0
Fix Timestamps with dates before the Unix epoch that contain fractional seconds.
by Thomas Van Lenten
· 8 years ago
988ffe0
Minor fix for autocreated object repeated fields and maps.
by Thomas Van Lenten
· 8 years ago
c68fc58
Fixes and expands comments on how to use GPB_ENUM_FWD_DECLARE
by Sergio Campama
· 8 years ago
2754586
Xcode 8.1 support
by Thomas Van Lenten
· 8 years ago
dad775b
Improve ObjC deprecated annotation support.
by Thomas Van Lenten
· 8 years ago
d571d39
Update README.md
by Samuel Rossoff (of The Ebon Blade)
· 8 years ago
98c0185
Add note about extension use and Coding support.
by Thomas Van Lenten
· 8 years ago
d58b92a
Adds pushLimit: and popLimit: into GPBCodedInputStream (#2297)
by Sergio Campamá
· 8 years ago
cc8ca5b
Integrate internal changes
by Bo Yang
· 8 years ago
297449a
Update the ObjC projects for Xcode 8
by Thomas Van Lenten
· 8 years ago
6ab51a0
Use a custom dictionary to avoid NSNumber operations.
by Thomas Van Lenten
· 9 years ago
5904279
Remove the custom key functions and just use the system provided defaults.
by Thomas Van Lenten
· 9 years ago
1aa6500
Update the ObjC version checks to support a min and current version.
by Thomas Van Lenten
· 9 years ago
7377eb2
Merge pull request #1970 from thomasvl/objc_any_helpers
by Thomas Van Lenten
· 9 years ago
5d35e60
Merge pull request #2094 from thomasvl/update_wkt_comments
by Thomas Van Lenten
· 9 years ago
161b937
Fix error and add note about lossy issues
by Thomas Van Lenten
· 9 years ago
14e74f6
Support the -Wassign-enum compiler flag. (#2085)
by Sergio Campamá
· 9 years ago
337ec30
Add ObjC helpers for Any WKT.
by Thomas Van Lenten
· 9 years ago
13a4124
Make Root's +extensionRegistry generation smarter.
by Thomas Van Lenten
· 9 years ago
2e66a61
Support GenerateAll().
by Thomas Van Lenten
· 9 years ago
e505098
Adding casts so that code importing protobug using -Wconversion does not generate warnings.
by Sergio Campama
· 9 years ago
a248420
Fixes extra whitespace on generated comments. (#1950)
by Sergio Campamá
· 9 years ago
ff85a17
More complete nil/reset tests within a oneof
by Thomas Van Lenten
· 9 years ago
a0df678
Fix some constants to be correct for the message class in use.
by Thomas Van Lenten
· 9 years ago
17d601a
More explicit tests for nil behaviors on fields.
by Thomas Van Lenten
· 9 years ago
ca5b775
Record zero for "has" for proto3 if in a oneof.
by Thomas Van Lenten
· 9 years ago
1a6c1d0
Never use strlen on utf8 runs so null characters work.
by Thomas Van Lenten
· 9 years ago
Next »