Commit Graph

  • a652d1b7ec
    Fix load_and_construct for Frames Probably not elegant, but it shouldn't throw any compiler errors. main prisixia 2023-05-24 22:21:32 +0200
  • 1d1f0cabac
    Add toolchain file for mingw32-w64 Used for compiling for Windows on a Linux host. prisixia 2023-05-24 20:01:40 +0200
  • 7f2dbf80fb
    Remove unused function prisixia 2023-05-08 10:02:40 +0200
  • 170278fbec
    Cleanup CMakeLists There were a few things such as a no longer required component and mistakenly adding a not existing directory into the include directories. prisixia 2023-05-08 09:57:01 +0200
  • e27e16d083
    Get string from path in some functions Some variables were missing that prisixia 2023-05-07 20:42:55 +0200
  • 7380c8a7a0
    clang-tidy: readability-qualified-auto prisixia 2023-05-07 11:04:10 +0200
  • 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. prisixia 2023-05-06 15:33:40 +0200
  • 505e4ac4d1
    clang-tidy: readability-braces-around-statements prisixia 2023-05-06 13:08:18 +0200
  • aa6267c242
    clang-tidy: performance-for-range-copy prisixia 2023-05-06 09:44:23 +0200
  • bdcb18ad8e
    Remove modernize-use-trailing-return-type prisixia 2023-05-05 20:37:58 +0200
  • fdf1c4a9ee
    clang-tidy: modernize-pass-by-value prisixia 2023-05-05 20:29:32 +0200
  • a58c313bc9
    Rephrase entry in file menu "Import and append" can just be renamed to "Append" while still conveying the same meaning. prisixia 2023-05-05 15:46:12 +0200
  • 7d897c6081
    clang-tidy: modernize-use-nodiscard prisixia 2023-05-05 15:43:14 +0200
  • e50bb2bd80
    clang-tidy: performance-unnecessary-value-param prisixia 2023-05-05 14:10:52 +0200
  • 3324118cea
    Add default constructor to Frames Might be removed again at some point, but for now it's back so that the program can compile again. prisixia 2023-05-04 20:36:16 +0200
  • 8c7f47a3f9
    Add cereal header to patch.h prisixia 2023-05-04 20:04:05 +0200
  • 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. prisixia 2023-05-04 19:29:13 +0200
  • 48ab92ea6f
    Adjust constructors a little prisixia 2023-05-04 15:34:47 +0200
  • a112f790b3
    Combine namespaces prisixia 2023-05-04 10:54:08 +0200
  • 6a7d8c91cf
    Add language to clang-format prisixia 2023-05-04 10:18:10 +0200
  • b5ed32e7d5
    Add clang-tidy prisixia 2023-05-04 10:17:31 +0200
  • 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. prisixia 2023-05-04 09:05:16 +0200
  • 42c977b300
    Update Metadata It should match with its original structure. prisixia 2023-04-29 21:28:05 +0200
  • c574e46a96
    Remove cereal from thirdparty On second thought; Nevermind, the way it handles std::optional is just a big "No, thanks" and was the reason why this program directly uses RapidJSON. prisixia 2023-04-29 20:46:10 +0200
  • 535b074c96
    Rename `requires` to `_requires` `requires` is a keyword in C++20. Despite this written in C++17 as of now, some editors and linters may handle it like a keyword. prisixia 2023-04-29 15:38:37 +0200
  • 0e8e5294f4
    Rename `requires` to `_requires` `requires` is a keyword in C++20. Despite this written in C++17 as of now, some editors and linters may handle it like a keyword. prisixia 2023-04-29 15:33:48 +0200
  • d2e9bac40c
    Add cereal to thirdparty prisixia 2023-04-29 13:54:51 +0200
  • 3bf7f58e4e
    Split up the GUI a little Panels now have their own files for hopefully better readability. prisixia 2023-04-27 21:20:23 +0200
  • b139b9e37a
    Make list of source files a variable Should make the CMakeLists file a bit more readable and maintainable. prisixia 2023-04-27 11:16:37 +0200
  • 164f49c017
    Update README Development has been seemingly picked up again. prisixia 2023-04-26 14:47:34 +0200
  • 9b143f99db
    Copyright update prisixia 2023-04-26 14:42:24 +0200
  • 1d13cedc14
    init prisixia 2023-03-27 15:36:18 +0200