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
|
002eed405b
|
Use automatic allocation for assertion error messages
|
2024-02-29 13:44:08 -05:00 |
|
Rangi42
|
48b2e94aa3
|
Use std::string for symbol/section/node names and assertion messages
|
2024-02-29 13:44:08 -05:00 |
|
Rangi42
|
4cd88ade54
|
Use automatic allocation for object file symbols
|
2024-02-29 13:44:08 -05:00 |
|
Rangi42
|
f47ce337bf
|
Use std::vector for reading object file symbols
|
2024-02-29 13:44:08 -05:00 |
|
Rangi42
|
26a93a530b
|
Use std::deque for assertions
Also fix a memory leak
|
2024-02-29 13:44:08 -05:00 |
|
Sylvie
|
595c066c2a
|
Remove #include <stdbool.h> (#1317)
|
2024-02-24 10:51:46 -05:00 |
|
Rangi
|
1e70e703a7
|
Build everything as C++ (#1176)
|
2023-11-07 21:45:56 +01:00 |
|