Commit Graph

7 Commits

Author SHA1 Message Date
prisixia 06a472a358
Disable cppcoreguidelines-owning-memory
Due to how wxWidgets works, certain parts of it don't require owning the
memory and it's just recommend to use raw pointers instead.
2023-05-06 15:33:40 +02:00
prisixia 505e4ac4d1
clang-tidy: readability-braces-around-statements 2023-05-06 13:08:18 +02:00
prisixia aa6267c242
clang-tidy: performance-for-range-copy 2023-05-06 09:44:23 +02:00
prisixia e50bb2bd80
clang-tidy: performance-unnecessary-value-param 2023-05-05 14:10:52 +02:00
prisixia a693430acb
Make CheckForErrors() clear log
It'd make sense for CheckForErrors() to clear the log itself to prevent
filling up the log with the same errors over and over again.
2023-05-04 19:29:13 +02:00
prisixia fa33186a37
Replace RapidJSON with cereal
This is a rather big change to pretty much everything here, including
some minor changes that were just required along the way. It's probably
by no means perfect, but this should work more or less for now, but
should be taken with a grain of salt.
2023-05-04 09:05:16 +02:00
prisixia 3bf7f58e4e
Split up the GUI a little
Panels now have their own files for hopefully better readability.
2023-04-27 21:20:23 +02:00