Rangi
|
6e643406a2
|
Refactor warning diagnostic code to reduce repeated output logic
|
2026-07-04 23:02:16 -04:00 |
|
Rangi
|
be2d028ae6
|
Format getopt errors more like others (sentence case, quoted options) (#1966)
|
2026-05-09 13:27:34 +02:00 |
|
Rangi
|
8bedd710d7
|
Simplify musl's getopt, including removing optind, optopt, opterr, idx, and longonly
|
2025-10-23 13:39:28 -04:00 |
|
Rangi
|
efb5a88edb
|
Show conventional colored "error:"/"FATAL:" for CLI option errors
|
2025-10-23 12:40:29 -04:00 |
|
Rangi42
|
d6a28a6259
|
Prefer pre-increment/decrement operators in for loops
|
2025-07-24 18:08:17 -04:00 |
|
Rangi42
|
14f5e16ae8
|
Prefer pre-inc/dec unless post-inc/dec are necessary
|
2025-07-19 16:18:35 -04:00 |
|
Rangi
|
34cf959c9d
|
Refactor to reduce nesting depth some more (#1740)
|
2025-07-09 22:46:40 -04:00 |
|
Rangi42
|
cae31005f8
|
Always use braces with InsertBraces: true in .clang-format
|
2025-01-27 20:12:12 -05:00 |
|
Rangi42
|
b8b60207f5
|
Use // line comments not /* block comments
|
2025-01-27 20:12:12 -05:00 |
|
Sylvie
|
820f6b5b3c
|
Consistently format type qualifiers like const on the right (#1347)
|
2024-03-10 12:21:52 -04:00 |
|
Sylvie
|
e74073e480
|
Run clang-format on everything (#1332)
|
2024-03-04 14:22:49 -05:00 |
|
Sylvie
|
eff8c324c8
|
Remove now-unnecessary struct keyword (#1320)
C++ acts like structs are `typedef`ed by default
We do have to keep `struct stat`, since there's ambiguity
with the function also called `stat`.
|
2024-02-29 14:41:58 -05:00 |
|
Rangi
|
f3dbf17b78
|
AUTHORS and more copyright comments are redundant with CONTRIBUTORS.rst (#1227)
|
2023-11-07 17:57:59 -05:00 |
|
Rangi
|
1e70e703a7
|
Build everything as C++ (#1176)
|
2023-11-07 21:45:56 +01:00 |
|