|
|
b147c66c1b
|
Fix typos (#2742)
|
2025-10-14 19:04:34 +09:00 |
|
|
|
65e4aef2a1
|
Prefer C++-style casts over C-style casts (#2599)
The former are easier to identify. Found via clang-tidy.
Co-authored-by: Takeshi Nakatani <ggtakec@gmail.com>
|
2024-12-01 10:29:08 +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 |
|
|
|
2c532e8b79
|
Fixed error reports of failure in cppcheck 2.14.0
|
2024-05-28 07:29:03 +09:00 |
|
|
|
68bbfee8ea
|
Address clang-tidy modernize-deprecated-headers (#2370)
|
2023-11-19 10:00:16 +09:00 |
|
|
|
6823c5a7ec
|
Enable clang-tidy cppcoreguidelines (#2269)
|
2023-08-15 22:12:33 +09:00 |
|
|
|
5b93765802
|
Fixed a warning for compiling C/C++ codes
|
2023-08-13 20:49:39 +09:00 |
|
|
|
38a1ff42e5
|
Convert test binaries to C++ (#2235)
This ensures that they are compiled with a consistent compiler and set of flags
as the rest of s3fs.
|
2023-07-27 23:15:19 +09:00 |
|