Commit Graph

10 Commits

Author SHA1 Message Date
prisixia fdf1c4a9ee
clang-tidy: modernize-pass-by-value 2023-05-05 20:29:32 +02:00
prisixia e50bb2bd80
clang-tidy: performance-unnecessary-value-param 2023-05-05 14:10:52 +02:00
prisixia 48ab92ea6f
Adjust constructors a little 2023-05-04 15:34:47 +02:00
prisixia a112f790b3
Combine namespaces 2023-05-04 10:54:08 +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 42c977b300
Update Metadata
It should match with its original structure.
2023-04-29 21:28:05 +02:00
prisixia 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.

This adds to the commit from before.
2023-04-29 15:38:37 +02:00
prisixia 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.
2023-04-29 15:33:48 +02:00
prisixia 9b143f99db
Copyright update 2023-04-26 14:42:24 +02:00
prisixia 1d13cedc14
init 2023-03-27 15:36:18 +02:00