1. 02 Oct, 2018 4 commits
  2. 19 Sep, 2018 1 commit
  3. 07 Sep, 2018 1 commit
  4. 22 Aug, 2018 1 commit
  5. 09 Aug, 2018 1 commit
  6. 06 Aug, 2018 1 commit
    • dmaclach's avatar
      Add header need for module maps. · 3389bd96
      dmaclach authored
      If you make up a module map for Objective C protocol buffers, the compiler will complain about missing a declaration for GPBUnknownFieldSet which is used in this file.
      3389bd96
  7. 23 Jul, 2018 1 commit
  8. 11 Jul, 2018 1 commit
  9. 05 Jun, 2018 2 commits
  10. 29 May, 2018 1 commit
    • leovitch's avatar
      [ObjC] Add ability to introspect list of enum values (#4678) · 28049024
      leovitch authored
      Added new API to GPBEnumDescriptor to enable introspection of enum values.
      
      Refactored implementation so that this contains a minimum of added code.
      
      Clarified comments regarding behavior in the presence of the alias_allowed option.
      
      Added unit tests for new functionality and for the alias case.
      28049024
  11. 30 Apr, 2018 1 commit
  12. 21 Apr, 2018 1 commit
  13. 20 Apr, 2018 1 commit
    • Thomas Van Lenten's avatar
      Remove the iOS Test App. · b59da6d0
      Thomas Van Lenten authored
      The tests can run as what Apple calls a Logic Test (under xctest), which means
      it doesn't have to load an full UI App under the simulator, which speeds things
      up a fair amount.
      b59da6d0
  14. 06 Apr, 2018 1 commit
  15. 02 Apr, 2018 2 commits
  16. 14 Mar, 2018 1 commit
  17. 08 Mar, 2018 2 commits
  18. 07 Feb, 2018 1 commit
  19. 31 Jan, 2018 5 commits
  20. 25 Jan, 2018 2 commits
  21. 22 Jan, 2018 1 commit
  22. 03 Jan, 2018 2 commits
  23. 29 Dec, 2017 1 commit
  24. 18 Dec, 2017 1 commit
  25. 12 Dec, 2017 1 commit
  26. 01 Dec, 2017 1 commit
  27. 17 Nov, 2017 2 commits
    • Thomas Van Lenten's avatar
      Small code reorder to maybe make #3893 happy. · baed06e6
      Thomas Van Lenten authored
      Use the ivar for the -open, so hopefully it lines up with the -close
      in dealloc and isn't seen as an unbalanced "open".
      baed06e6
    • Thomas Van Lenten's avatar
      Travis config cleanups and move ObjC to Xcode 9.1. · 6700f41c
      Thomas Van Lenten authored
      Stop having travis build the test matrix and make it explicit so extra
      settings are only on the test that need the, this helps make the travis
      UI a little cleaner (linux hosted stuff doesn't list an Xcode version),
      as well as avoid unneeded requirements limiting the travis pool something
      can run on.
      
      Small improvements to objectivec/DevTools/full_mac_build.sh to avoid some
      repeated scripting and hopefully make things more reliable work with Xcode
      9.x.
      
      Don't mark the iOS tests as able to fail, hopefully with the new settings
      they are stable and won't give false signals.
      
      Simplify the case for xcode versions and fixup xcode 9.[0-1].
      6700f41c