Sylvie
|
a234da42a6
|
Replace assert with assume for release build optimization (#1390)
|
2024-04-02 11:09:31 -04:00 |
|
ISSOtm
|
cae7b5dcf6
|
Use standard attribute syntax instead of IBM __attribute__
Move format attrs to proper standard location
For some reason, GCC 13 is more lax than earlier versions...
|
2024-03-27 20:01:12 -04:00 |
|
Rangi42
|
dcb4e40388
|
Use QUOTEDSTRLEN macro instead of sizeof or strlen
|
2024-03-27 11:50:48 -04:00 |
|
Sylvie
|
a68bebf4a2
|
Use a Defer struct to close files and restore lexer state with RAII (#1379)
|
2024-03-27 10:42:53 -04:00 |
|
Rangi42
|
8b6ae994b1
|
Use STR and CAT macros for # and ##
|
2024-03-25 14:22:43 -04:00 |
|
Rangi42
|
de667c8afb
|
Remove unused Visitor template
|
2024-03-22 03:29:56 -04:00 |
|
Sylvie
|
e74073e480
|
Run clang-format on everything (#1332)
|
2024-03-04 14:22:49 -05:00 |
|
Rangi42
|
277ea9be28
|
Replace RGBASM non-null pointers with references
|
2024-03-03 00:57:03 -05:00 |
|
Rangi42
|
e14ba664ea
|
Remove redundant (void) parameter declarations
|
2024-03-01 10:41:47 -05:00 |
|
Rangi42
|
1210a7441f
|
Use std::visit with Visitor helper instead of std::holds_alternatve
|
2024-02-29 13:44:08 -05:00 |
|
Rangi
|
495d701022
|
Use RANGE macro to abbreviate begin/end pairs (#1269)
|
2023-12-11 14:10:20 -05:00 |
|
Rangi
|
1e70e703a7
|
Build everything as C++ (#1176)
|
2023-11-07 21:45:56 +01:00 |
|