1. 14 Dec, 2017 1 commit
  2. 13 Dec, 2017 1 commit
  3. 12 Dec, 2017 1 commit
  4. 05 Dec, 2017 3 commits
  5. 04 Dec, 2017 5 commits
  6. 01 Dec, 2017 5 commits
  7. 30 Nov, 2017 6 commits
  8. 29 Nov, 2017 4 commits
  9. 28 Nov, 2017 3 commits
  10. 27 Nov, 2017 2 commits
  11. 23 Nov, 2017 1 commit
  12. 22 Nov, 2017 3 commits
  13. 21 Nov, 2017 2 commits
  14. 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
  15. 17 Nov, 2017 2 commits