)]}'
{
  "commit": "9a6a43319f31c03cda67c4ff772de339d0f19b8f",
  "tree": "291a67ffa7b64440fa5c2e9a11d7c28e4caad16a",
  "parents": [
    "b347eb0b1c6fd0c9ee09d3493e72d68a2d514db5"
  ],
  "author": {
    "name": "Thales Sabino",
    "email": "thales@codeplay.com",
    "time": "Thu Jul 12 11:20:59 2018 +0100"
  },
  "committer": {
    "name": "Thales Sabino",
    "email": "thales@codeplay.com",
    "time": "Thu Jul 12 11:20:59 2018 +0100"
  },
  "message": "Fix cxx11_tensor_fft not building on Windows.\n\nThe type used in Eigen::DSizes needs to be at least 8 bytes long. Internally Tensor tries to convert this to an __int64 on Windows and this fails to build. On Linux, long and long long are both 8 byte integer types.\n* * *\nChanging from \"long long\" to \"std::int64_t\".\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a55369477c14576ded5e8ed9d754c20d8ae32fee",
      "old_mode": 33188,
      "old_path": "unsupported/test/cxx11_tensor_fft.cpp",
      "new_id": "ef5f1a3125fca685ca47aa7a480ae21582f1a9fa",
      "new_mode": 33188,
      "new_path": "unsupported/test/cxx11_tensor_fft.cpp"
    }
  ]
}
