|
|
66595e29e2
|
Cleanup: remove/comment unused code, simplify casts
Remove simple counters where they aren't used, comment in some cases.
Also add missing include.
|
2023-01-19 17:10:42 +11:00 |
|
|
|
44dd3308a5
|
DNA: move Collection members into their own Runtime struct
Also add static assert that COLLECTION_COLOR_TOT has the correct number
of items in the enum.
|
2023-01-18 14:00:09 +11:00 |
|
|
|
e39ca9d1e3
|
Cleanup: use function style casts for integer types in C++
Also remove redundant parenthesis.
|
2023-01-03 11:12:51 +11:00 |
|
|
|
2652029f3b
|
Cleanup: Clang tidy
Addressed almost all warnings except for replacing defines
with enums and variable assignment in if statements.
|
2022-12-29 12:01:32 -05:00 |
|
|
|
0cc573c8c4
|
Cleanup: white space around comment blocks
|
2022-12-17 15:58:30 +11:00 |
|
|
|
a0dc062816
|
Cleanup: use function style casts for integer types in C++
|
2022-12-08 13:47:55 +11:00 |
|
|
|
997e143a50
|
Cleanup: quiet compiler warnings
|
2022-12-05 12:53:56 +11:00 |
|
|
|
2b85151a32
|
Cleanup: Braces around initialization of subobject
|
2022-11-29 11:03:48 +01:00 |
|
|
|
4ecc7cf14a
|
Cleanup: Move interface_intern.hh
The entire interface directory is now compiled as C++ files.
|
2022-11-26 10:12:58 -06:00 |
|
|
|
162f0dcb2f
|
Cleanup: Move six more interface files to C++
|
2022-11-26 10:12:58 -06:00 |
|