Rangi42
|
5f333d9753
|
More refactoring around extern variables
|
2025-07-21 19:22:10 -04:00 |
|
Rangi42
|
d1493a9f96
|
Group extern RGBASM variables in an Options struct
|
2025-07-21 19:02:21 -04:00 |
|
Rangi42
|
b8b60207f5
|
Use // line comments not /* block comments
|
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 |
|
Sylvie
|
f304e1dd7f
|
Implement state file output for RGBASM (#1435)
|
2024-08-05 12:41:40 -04:00 |
|
Rangi42
|
4e0f794c23
|
More refactoring and renaming
|
2024-07-26 20:12:51 -04:00 |
|
Rangi42
|
b8387427a6
|
Use consistent RGBDS_<PROG>_<NAME>_HPP header guard convention
|
2024-04-14 21:50:05 -04:00 |
|
Sylvie
|
04405fb444
|
Use std::shared_ptr for fstack nodes (#1371)
|
2024-03-22 13:27:21 -04:00 |
|
Rangi42
|
6cabb8c9af
|
Pass std::string references to output functions
|
2024-03-18 14:42:05 -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 |
|
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 |
|
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
|
72e9f55368
|
Use automatic allocation for patches
|
2024-02-29 13:44:08 -05:00 |
|
Rangi42
|
9140180c85
|
Use automatic allocation for sections
|
2024-02-29 13:44:08 -05:00 |
|
Rangi42
|
e022adf4a0
|
Use automatic allocation for assertions
|
2024-02-29 13:44:08 -05:00 |
|
Rangi42
|
a310b659cd
|
Use std::deque (iterable) for section stack
|
2024-02-29 13:44:08 -05:00 |
|
Sylvie
|
8a49a0b714
|
Report "<stdin>" or "<stdout>" when using "-" as a filename placeholder (#1297)
Also fix a memory leak with `targetFileNames`
|
2024-02-18 17:07:25 +01:00 |
|
Rangi
|
1e70e703a7
|
Build everything as C++ (#1176)
|
2023-11-07 21:45:56 +01:00 |
|