index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
objectivec
Commit message (
Expand
)
Author
Age
*
Fix C++ build for down-integration.
Feng Xiao
2017-03-29
*
Remove the use of dispatch_once that is heap backed.
Thomas Van Lenten
2017-03-29
*
Add support for Xcode 8.3 to the build helper.
Thomas Van Lenten
2017-03-29
*
Raise the recursion limit to 100 to match other languages.
Thomas Van Lenten
2017-03-28
*
Document deep copy in the header
Thomas Van Lenten
2017-03-15
*
Handing threading race resolving methods.
Thomas Van Lenten
2017-03-02
*
Disable static analyzer for message semaphore creation (#2748)
Sergio Campamá
2017-03-01
*
Add GPBMessageDropUnknownFieldsRecursively() and tests.
Thomas Van Lenten
2017-02-23
*
Removes trailing whitespaces
Sergio Campama
2017-02-07
*
Merge 3.2.x branch into master (#2648)
Paul Yang
2017-01-31
*
Adds nullability modifiers to resolve Xcode 8.3 warnings
Sergio Campama
2017-01-25
*
Timestamp helper fix, Duration helper cleanup.
Thomas Van Lenten
2017-01-12
*
Revert "Fix Timestamps with dates before the Unix epoch that contain fraction...
Thomas Van Lenten
2017-01-12
*
Fix Timestamps with dates before the Unix epoch that contain fractional seconds.
Thomas Van Lenten
2017-01-12
*
Minor fix for autocreated object repeated fields and maps.
Thomas Van Lenten
2017-01-05
*
Fixes and expands comments on how to use GPB_ENUM_FWD_DECLARE
Sergio Campama
2016-12-14
*
Xcode 8.1 support
Thomas Van Lenten
2016-12-09
*
Improve ObjC deprecated annotation support.
Thomas Van Lenten
2016-12-08
*
Update README.md
Samuel Rossoff (of The Ebon Blade)
2016-11-17
*
Add note about extension use and Coding support.
Thomas Van Lenten
2016-10-31
*
Adds pushLimit: and popLimit: into GPBCodedInputStream (#2297)
Sergio Campamá
2016-10-27
*
Integrate internal changes
Bo Yang
2016-10-10
*
Update the ObjC projects for Xcode 8
Thomas Van Lenten
2016-10-03
*
Use a custom dictionary to avoid NSNumber operations.
Thomas Van Lenten
2016-09-19
*
Remove the custom key functions and just use the system provided defaults.
Thomas Van Lenten
2016-09-19
*
Update the ObjC version checks to support a min and current version.
Thomas Van Lenten
2016-09-15
*
Merge pull request #1970 from thomasvl/objc_any_helpers
Thomas Van Lenten
2016-09-09
|
\
*
\
Merge pull request #2094 from thomasvl/update_wkt_comments
Thomas Van Lenten
2016-09-08
|
\
\
|
*
|
Fix error and add note about lossy issues
Thomas Van Lenten
2016-09-08
*
|
|
Support the -Wassign-enum compiler flag. (#2085)
Sergio Campamá
2016-09-08
|
/
/
|
*
Add ObjC helpers for Any WKT.
Thomas Van Lenten
2016-09-08
|
/
*
Make Root's +extensionRegistry generation smarter.
Thomas Van Lenten
2016-09-01
*
Support GenerateAll().
Thomas Van Lenten
2016-08-26
*
Adding casts so that code importing protobug using -Wconversion does not gene...
Sergio Campama
2016-08-16
*
Fixes extra whitespace on generated comments. (#1950)
Sergio Campamá
2016-08-12
*
More complete nil/reset tests within a oneof
Thomas Van Lenten
2016-08-12
*
Fix some constants to be correct for the message class in use.
Thomas Van Lenten
2016-08-12
*
More explicit tests for nil behaviors on fields.
Thomas Van Lenten
2016-08-12
*
Record zero for "has" for proto3 if in a oneof.
Thomas Van Lenten
2016-08-11
*
Never use strlen on utf8 runs so null characters work.
Thomas Van Lenten
2016-08-09
*
Adds support for appledoc in generated code. (#1928)
Sergio Campamá
2016-08-09
*
Migrating documentation of the ObjectiveC runtime code to appledoc. (#1867)
Sergio Campamá
2016-08-08
*
Use public methods to fetch oneofs in generated code.
Thomas Van Lenten
2016-07-18
*
Exposes the currently registered extensions for a message and removes the int...
Sergio Campamá
2016-07-15
*
Drop the performace baselines.
Thomas Van Lenten
2016-07-08
*
Don't #import the .m files.
Thomas Van Lenten
2016-07-07
*
add nullable qualifier to nil return types
Dia Kharrat
2016-07-05
*
Fix some failing travis tests.
Feng Xiao
2016-07-01
*
Xcode project cleanup/setup.
Thomas Van Lenten
2016-06-29
*
Validate the tag numbers when parsing. (#1725)
Thomas Van Lenten
2016-06-29
[next]