1. 25 Mar, 2019 1 commit
  2. 19 Jun, 2017 1 commit
  3. 15 Mar, 2017 1 commit
  4. 31 Oct, 2016 1 commit
  5. 17 Aug, 2016 1 commit
  6. 08 Aug, 2016 1 commit
  7. 15 Jul, 2016 1 commit
  8. 05 Jul, 2016 1 commit
    • Dia Kharrat's avatar
      add nullable qualifier to nil return types · 523bfd4f
      Dia Kharrat authored
      Add the `nullable` qualifier to return types of Objective-C methods that
      can return a nil due to errors. This change makes these methods
      compatible with the Swift 2 try-catch syntax.
      523bfd4f
  9. 02 Jun, 2016 1 commit
  10. 27 May, 2016 1 commit
  11. 07 Mar, 2016 1 commit
  12. 07 Dec, 2015 1 commit
  13. 16 Jun, 2015 1 commit
  14. 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
  15. 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
  16. 06 May, 2015 1 commit