)]}'
{
  "commit": "33e9abfce41f4d2a5d187842d7a4ce29e3f1ba94",
  "tree": "bcdd962b92ae1743c087b9110f974383ef46568e",
  "parents": [
    "96c7ddc2c1638ad2a238bf6cb3eec0eb0caa03a6"
  ],
  "author": {
    "name": "anish",
    "email": "145943060+anishesg@users.noreply.github.com",
    "time": "Thu Apr 23 18:20:36 2026"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Apr 23 18:20:36 2026"
  },
  "message": "Fix thread safety attribute detection failing to link in CMake check (#2178)\n\nThe `cmake/thread_safety_attributes.cpp` check was including `../src/mutex.h`, which transitively pulls in `check.h`. That header declares `benchmark::internal::GetAbortHandler()` with `BENCHMARK_EXPORT`, which requires linking against the benchmark library. Since `try_run` in `CXXFeatureCheck.cmake` only links against `BENCHMARK_CXX_LIBRARIES` (which doesn\u0027t include the full library at check time), the check failed to link, leaving `HAVE_THREAD_SAFETY_ATTRIBUTES` undefined.\n\nSigned-off-by: anish k \u003cak8686@princeton.edu\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "46161babdb10017d4b0bad8b1eb9bdaf40aad629",
      "old_mode": 33188,
      "old_path": "cmake/thread_safety_attributes.cpp",
      "new_id": "1069a90a21cbeb907782f0d6522c83fcc9533199",
      "new_mode": 33188,
      "new_path": "cmake/thread_safety_attributes.cpp"
    }
  ]
}
