Rangi42
|
f2c875e71e
|
Avoid using std::get except in holds_alternative-asserting accessors
|
2024-03-03 23:33:23 -05:00 |
|
Sylvie
|
447c561aaa
|
Use std::variant for symbol values (#1330)
|
2024-03-03 21:16:36 -05:00 |
|
Rangi42
|
930a5c3e44
|
Replace RGBLINK non-null pointers with references
|
2024-03-03 00:57:03 -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
|
17df94c75b
|
Remove now-unnecessary cleanup functions
|
2024-02-29 13:44:08 -05:00 |
|
Rangi42
|
ef1c1440a0
|
Use automatic allocation for symbol names
|
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
|
cd297e1f90
|
Remove unused rgblink function sym_ForEach
|
2024-02-18 18:46:07 -05:00 |
|
Rangi
|
1e70e703a7
|
Build everything as C++ (#1176)
|
2023-11-07 21:45:56 +01:00 |
|