82 Commits (bdf32b9a1799cf59cdc19813b2aa7da03accfd11)

Author SHA1 Message Date
Thomas Van Lenten 030a38b954 Fix typo that snuck in with last commit. 5 years ago
Thomas Van Lenten 6ec27f0d08 Add an explicit test using secure coding for added safety. 5 years ago
Thomas Van Lenten b273cba192 Fix enum writing. 5 years ago
Thomas Van Lenten 1c8a7a10f8 Update some tests for newer clang error messages. 6 years ago
Thomas Van Lenten d529720e2f If enum aliases overlap in ObjC names skip generating the extras. 6 years ago
Thomas Van Lenten 1484b58056 [ObjC] Properly annotate extensions for ARC. 6 years ago
Dave MacLachlan ef3a725002 Make sure Objective C Proto compiler doesn't "duplicate" prefixes unnecessarily. 6 years ago
Thomas Van Lenten 92a879b2eb Add a unittest for ObjC TextFormat extension support. 6 years ago
Dave MacLachlan be83b29bdd Fix bugs in our keyword conversion support for objectivec 6 years ago
Thomas Van Lenten 8c1748f1cd Add tests to confirm strings/bytes are copied. 6 years ago
Feng Xiao afe98de32a Replace repo links. 6 years ago
Benjamin Barenblat 048f5c26a7 objectivec: Quash -Wself-assign and -Wvla (#4897) 6 years ago
leovitch 2804902446 [ObjC] Add ability to introspect list of enum values (#4678) 7 years ago
Thomas Van Lenten b59da6d099 Remove the iOS Test App. 7 years ago
Thomas Van Lenten e998b8ff66 Add compile test sources for to test include order. 7 years ago
Felix Jendrusch 38508e9bbb Add test for failing write of raw pointer to output stream 7 years ago
Thomas Van Lenten 953adb16ff Add casts to removed undefined behaviors around shifts. 7 years ago
Thomas Van Lenten 156161dfcd Properly copy maps with string keys but pod values. 7 years ago
dmaclach 8537f1e6d5 Fix up warnings from Xcode 9.1 (#3887) 7 years ago
Sergio Campama 02129f0a87 Fixes 32bit tests. 7 years ago
Dave MacLachlan 8ae6844cf4 codereview cleanup 7 years ago
Dave MacLachlan 9d7f313372 Reduce size of GPBDictionary by getting rid of class creation methods 7 years ago
Sergio Campama b1f954e639 Improves coverage of GPBCodedInputStream 7 years ago
Thomas Van Lenten a274c67caf Build out more complete code coverage in the tests. 7 years ago
Thomas Van Lenten 3f2dcaebe3 ObjC: Fix merging of length delimited unknown fields. 7 years ago
Thomas Van Lenten 1d0988b8ef ObjC: Preserve unknown fields in proto3 syntax files. 8 years ago
Thomas Van Lenten ecc0f54127 Properly error on a tag with field number zero. 8 years ago
Thomas Van Lenten 46f36d79a2 Fix some cases of reading of 64bit map values. 8 years ago
Sergio Campama 2465ae7e23 Adds serial and parallel parsing tests to check if parallel parsing is faster than serial parsing, which it should 8 years ago
Thomas Van Lenten 49e4ba6098 Fix ExtensionRegistry copying and add tests. 8 years ago
Thomas Van Lenten ddb438855a Raise the recursion limit to 100 to match other languages. 8 years ago
Thomas Van Lenten d07176654b Add GPBMessageDropUnknownFieldsRecursively() and tests. 8 years ago
Thomas Van Lenten d0bc096b4a Timestamp helper fix, Duration helper cleanup. 8 years ago
Thomas Van Lenten 1651342501 Revert "Fix Timestamps with dates before the Unix epoch that contain fractional seconds." 8 years ago
Thomas Van Lenten adcccd0f81 Fix Timestamps with dates before the Unix epoch that contain fractional seconds. 8 years ago
Thomas Van Lenten 988ffe0a78 Minor fix for autocreated object repeated fields and maps. 8 years ago
Thomas Van Lenten dad775b798 Improve ObjC deprecated annotation support. 8 years ago
Thomas Van Lenten 297449aaf4 Update the ObjC projects for Xcode 8 8 years ago
Thomas Van Lenten 5699b920bf More complete nil/reset tests within a oneof 8 years ago
Thomas Van Lenten 708296e583 Fix some constants to be correct for the message class in use. 8 years ago
Thomas Van Lenten 337ec3065f Add ObjC helpers for Any WKT. 8 years ago
Thomas Van Lenten 13a41246dd Make Root's +extensionRegistry generation smarter. 8 years ago
Thomas Van Lenten a877fdfafe Record zero for "has" for proto3 if in a oneof. 8 years ago
Thomas Van Lenten 116596a4e6 Never use strlen on utf8 runs so null characters work. 8 years ago
Sergio Campamá a989501f47 Adds support for appledoc in generated code. (#1928) 8 years ago
Thomas Van Lenten ff85a1735f More complete nil/reset tests within a oneof 8 years ago
Thomas Van Lenten a0df678df9 Fix some constants to be correct for the message class in use. 8 years ago
Thomas Van Lenten 17d601a2b6 More explicit tests for nil behaviors on fields. 8 years ago
Thomas Van Lenten ca5b7751e5 Record zero for "has" for proto3 if in a oneof. 8 years ago
Thomas Van Lenten 1a6c1d092d Never use strlen on utf8 runs so null characters work. 8 years ago