|
|
07881195f2
|
Add missing mutex header (#2576)
Found via clang-tidy.
|
2024-10-29 00:11:28 +09:00 |
|
|
|
141d74f187
|
Use auto for iterator variable types (#2554)
This touches a few other long type names. Applied via clang-tidy
-fix.
|
2024-10-18 21:57:52 +09:00 |
|
|
|
585f137cf0
|
Remove unused headers found by clang-tidy (#2480)
Found via misc-include-cleaner but this requires more work.
|
2024-06-25 23:32:46 +09:00 |
|
|
|
622dc0a815
|
Convert pthread_mutex to std::mutex (#2476)
This simplifies resource management and improve Windows compatibility.
|
2024-06-24 00:48:01 +09:00 |
|
|
|
4845831f93
|
Convert some const to constexpr (#2342)
This guarantees that the function or value will resolve at compile-time.
|
2023-11-14 22:15:17 +09:00 |
|
|
|
956eb77369
|
Updates for clang-tidy 15 (#2058)
|
2022-11-21 23:29:35 +09:00 |
|
|
|
48e9e51f4f
|
Remove more unneeded headers identified by IWYU (#2011)
|
2022-07-30 12:06:47 +09:00 |
|
|
|
01a92476e6
|
Remove unneeded headers identified by IWYU (#2007)
|
2022-07-28 23:38:38 +09:00 |
|
|
|
ac578d188e
|
Introduced pseudo fd and separated fd for each file opening
|
2021-06-04 22:42:58 +09:00 |
|