1. 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
  2. 25 Sep, 2015 1 commit
  3. 23 Sep, 2015 1 commit
  4. 16 Sep, 2015 1 commit
  5. 14 Sep, 2015 1 commit
  6. 10 Sep, 2015 2 commits
  7. 09 Sep, 2015 3 commits
  8. 08 Sep, 2015 2 commits
  9. 05 Sep, 2015 1 commit
  10. 04 Sep, 2015 6 commits
  11. 01 Sep, 2015 5 commits
  12. 31 Aug, 2015 1 commit
    • Dan O'Reilly's avatar
      Fix Python 3.4 cpp implementation · d9598ca5
      Dan O'Reilly authored
      Fixes the ScalarMapContainer/MessageMapContainer implementations on
      Python 3.4, by dynamically allocating their PyTypeObjects using
      PyType_FromSpecWithBases, instead of statically allocating them. This is
      necessary because Python 3.4+ disallows statically allocating a class
      with a dynamically allocated parent.
      Signed-off-by: 's avatarDan O'Reilly <oreilldf@gmail.com>
      d9598ca5
  13. 29 Aug, 2015 3 commits
  14. 28 Aug, 2015 11 commits
  15. 27 Aug, 2015 1 commit