Rangi42
|
c5e59f40fd
|
Get rid of unnecessary extern "C" blocks
|
2025-01-27 20:12:12 -05:00 |
|
Rangi42
|
a354af3d08
|
Reformat source files with clang-format 19.1.7
|
2025-01-27 20:12:12 -05:00 |
|
Rangi42
|
b8387427a6
|
Use consistent RGBDS_<PROG>_<NAME>_HPP header guard convention
|
2024-04-14 21:50:05 -04: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 |
|