Andrew Gaul
|
9c4fcbd050
|
Use std::max instead of conditional (#2562)
Found via clang-tidy.
|
2024-10-22 19:22:39 +09:00 |
|
Andrew Gaul
|
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 |
|
Andrew Gaul
|
743c86e506
|
Fix issues discovered by Coverity (#2535)
|
2024-10-08 08:07:13 +09:00 |
|
Andrew Gaul
|
ebae5a302f
|
Prefer std::string::clear where possible (#2467)
This is somewhat more clear and is declared noexcept.
|
2024-06-10 23:36:49 +09:00 |
|
Andrew Gaul
|
68bbfee8ea
|
Address clang-tidy modernize-deprecated-headers (#2370)
|
2023-11-19 10:00:16 +09:00 |
|
Andrew Gaul
|
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 |
|
Andrew Gaul
|
fa3a472c6b
|
Remove several calls to free (#2308)
|
2023-09-06 23:50:33 +09:00 |
|
Andrew Gaul
|
6823c5a7ec
|
Enable clang-tidy cppcoreguidelines (#2269)
|
2023-08-15 22:12:33 +09:00 |
|
Andrew Gaul
|
e157d811cb
|
Use std::string::compare and operator== where possible (#2256)
|
2023-08-15 21:22:36 +09:00 |
|
Andrew Gaul
|
13ad53eef7
|
Convert most std::list to std::vector (#2247)
This tends to be more efficient due to fewer allocations. Also fix std::sort
comparator which should be strictly less than.
|
2023-08-05 10:05:32 +09:00 |
|
Andrew Gaul
|
a4a2841c05
|
Use C++11 nullptr instead of 0 or NULL (#2234)
This improves type-safety.
|
2023-07-27 21:56:58 +09:00 |
|
Takeshi Nakatani
|
23fe6f4dee
|
Fixed parse_string function in write_multiblock.cc
|
2021-10-25 17:56:49 +09:00 |
|
Takeshi Nakatani
|
34ea2acd75
|
Add a test that is multi-block writing by one flush
|
2021-10-25 17:56:49 +09:00 |
|