1. 05 Dec, 2017 1 commit
  2. 04 Dec, 2017 1 commit
  3. 01 Dec, 2017 4 commits
  4. 30 Nov, 2017 6 commits
  5. 29 Nov, 2017 4 commits
  6. 28 Nov, 2017 3 commits
  7. 27 Nov, 2017 2 commits
  8. 23 Nov, 2017 1 commit
  9. 22 Nov, 2017 3 commits
  10. 21 Nov, 2017 2 commits
  11. 18 Nov, 2017 1 commit
    • Justine Tunney's avatar
      Remove unhelpful build warnings · ac5371d1
      Justine Tunney authored
      -Wno-writable-strings removes 230 "ISO C++11 does not allow conversion from
      string literal to 'char *'" warnings from TensorFlow test / build output.
      These happen because pyext/ sources pass string literals to Python C API data
      structures, e.g. PyGetSetDef, which for some reason were designed to not have
      the const qualifier.
      ac5371d1
  12. 17 Nov, 2017 3 commits
    • Paul Kilgo's avatar
      9935829a
    • 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
  13. 16 Nov, 2017 3 commits
  14. 15 Nov, 2017 6 commits