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