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 |
|