Sylvie
|
c5c6cc9794
|
Refactor macros for fixing/trashing header values (#1401)
|
2024-06-13 10:59:48 -04:00 |
|
Sylvie
|
a234da42a6
|
Replace assert with assume for release build optimization (#1390)
|
2024-04-02 11:09:31 -04:00 |
|
ISSOtm
|
20b7b591d4
|
Run clang-format
Fix some small style inconsistencies
|
2024-03-28 01:41:25 +01:00 |
|
ISSOtm
|
e5078aba3b
|
Clean up #includes
Remove unused headers, and avoid relying on transitive inclusions
`include-what-you-use` has been very useful for this!
|
2024-03-28 01:25:38 +01: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 |
|
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 |
|
Sylvie
|
820f6b5b3c
|
Consistently format type qualifiers like const on the right (#1347)
|
2024-03-10 12:21:52 -04:00 |
|
Sylvie
|
53537cf9af
|
Remove now-unnecessary enum keyword (#1338)
C++ does not need it
|
2024-03-08 19:40:41 -05:00 |
|
Rangi42
|
aed172071b
|
Replace some macros with static functions or constants
|
2024-03-07 16:10:05 -05:00 |
|
Sylvie
|
e74073e480
|
Run clang-format on everything (#1332)
|
2024-03-04 14:22:49 -05:00 |
|
Rangi42
|
538b253dfb
|
Replace RGBFIX 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 |
|
Sylvie
|
043db49676
|
Replace NULL with nullptr (#1321)
|
2024-02-29 15:06:33 -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 |
|
Rangi42
|
cdb9315366
|
Use std::vector for rgbfix ROMX data
Statically links libstdc++ for 32-bit MinGW
|
2024-02-29 13:44:08 -05:00 |
|
Sylvie
|
595c066c2a
|
Remove #include <stdbool.h> (#1317)
|
2024-02-24 10:51:46 -05:00 |
|
Rangi
|
31529524c8
|
Use some more C++20 features (#1231)
|
2023-11-11 20:47:53 -05:00 |
|
Rangi
|
5379e51094
|
Make requested revisions to recent PRs (#1195)
|
2023-11-07 23:11:08 +01:00 |
|
Rangi
|
1e70e703a7
|
Build everything as C++ (#1176)
|
2023-11-07 21:45:56 +01:00 |
|