Commit Graph

9 Commits

Author SHA1 Message Date
Trevor Clinkenbeard fe42e6fd79 Enforce clang-tidy braces around long statements 2026-06-22 23:01:11 -07:00
Trevor Clinkenbeard 652f85de07
Add and enforce more `readability-*` `clang-tidy` rules (#12765)
* Add and enforce more readability-* clang-tidy rules

* Revert readability-else-after-return changes
2026-03-12 22:30:38 -07:00
Trevor Clinkenbeard 0b60487dcf Enforce more clang-tidy warnings 2026-02-27 19:19:29 +00:00
Jingyu Zhou 2d2a2144f4
Update copyright years to 2013-2026 (#12653)
No functional changes.
2026-01-22 10:49:41 -08:00
Sepeth f84a3987a7
Fix fdbmonitor build issues on macOS (#11561)
Without this change, the build fails with multiple identifiers not found, such
as `gettimeofday`, `sigprocmask`, `kqueue` and some more related ones.
`watch_conf_dir` and  `watch_conf_file` were also missing in the
`fdbmonitor.h`.
2024-08-09 15:23:48 -07:00
Syed Paymaan Raza 46e985acf3
[fdbmonitor] delete-envvars bug fixes (#11559) 2024-08-07 10:48:55 -07:00
Syed Paymaan Raza 392bad2bd3
More copyright end year updates (#11556) 2024-08-05 14:00:32 -07:00
Syed Paymaan Raza 68b6489052
[fdbmonitor] Add environment variable support (#11552) 2024-08-03 11:06:44 -07:00
Syed Paymaan Raza 1b9c342a4b
[fdbmonitor] Refactor and add CTest support (#11547)
* [fdbmonitor] Refactor and add CTest support
2024-08-02 15:49:15 -07:00