1. 29 Jun, 2016 1 commit
    • Thomas Van Lenten's avatar
      Xcode project cleanup/setup. · 6cfc19ed
      Thomas Van Lenten authored
      - Correct some cases sources were compiled into the static lib and the tests.
      - Enable Xcodes code coverage support on the unittests.  We aren't complete on
        coverage, but having the data always there should make it easier to chip away
        at this going forward.
      - Drop method in tests that isn't used, wire up a validator in another test.
      6cfc19ed
  2. 05 Jan, 2016 1 commit
  3. 29 Sep, 2015 1 commit
    • Thomas Van Lenten's avatar
      Cleanups for newer Xcodes · 1383d53e
      Thomas Van Lenten authored
      - Move up to 8.4 as the high simulator (assuming Xcode 6.4).
      - Add cast to NSMutableDictionary so clang and resolve the selector.
      - Add case for the newer static analyzer so it won't trigger a false warning.
      - Update the "dictionary" interface to use "object" naming. Xcode 7+ has gotten
        more strict on the use of nonnull/nullable; combining that with the generic
        collection support; and the "dictionary" classes we created now collide with
        what the generic KeyValueCoding in the system headers triggering
        warnings/errors. Fix this and hopefully all future issue by renaming the
        methods to use "object" for the classes that have data types as objects
        instead of PODs. Taking this renaming hit now while ObjC is still in beta
        because it is a breaking change for any existing code.
      1383d53e
  4. 26 Aug, 2015 1 commit
  5. 08 Jun, 2015 1 commit
    • Thomas Van Lenten's avatar
      Beta quality drop of Objective C Support. · d846b0b0
      Thomas Van Lenten authored
      - Add more to the ObjC dir readme.
      - Merge the ExtensionField and ExtensionDescriptor to reduce overhead.
      - Fix an initialization race.
      - Clean up the Xcode schemes.
      - Remove the class/enum filter.
      - Remove some forced inline that were bloating things without proof of performance wins.
      - Rename some internal types to avoid conflicts with the well know types protos.
      - Drop the use of ApplyFunctions to the compiler/optimizer can do what it wants.
      - Better document some possible future improvements.
      - Add missing support for parsing repeated primitive fields in packed or unpacked forms.
      - Improve -hash.
      - Add *Count for repeated and map<> fields to avoid auto create when checking for them being set.
      d846b0b0
  6. 22 May, 2015 1 commit
    • Thomas Van Lenten's avatar
      Objective C Second Alpha Drop · 1dcc3294
      Thomas Van Lenten authored
      - Style fixups in the code.
      - map<> serialization fixes and more tests.
      - Autocreation of map<> fields (to match repeated fields).
      - @@protoc_insertion_point(global_scope|imports).
      - Fixup proto2 syntax extension support.
      - Move all startup code to +initialize so it happen on class usage and not app startup.
      - Have generated headers use forward declarations and move imports into generated code, reduces what is need at compile time to speed up compiled and avoid pointless rippling of rebuilds.
      1dcc3294
  7. 06 May, 2015 1 commit