Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-13 | refactor: replace DI files with the yacppdic library | HampusM | |
2022-06-13 | style: improve function and brace styling | HampusM | |
2022-06-13 | refactor: add factory class & make DI container return unique ptrs | HampusM | |
2022-06-13 | refactor: fix compiler errors with libc++ | HampusM | |
2022-06-13 | refactor: use trailing return types | HampusM | |
2022-06-13 | chore: add nolint comments to interfaces | HampusM | |
2022-06-13 | perf: add noexcept almost everywhere | HampusM | |
2022-06-13 | docs: fix 'uint32_teger' comments | HampusM | |
2022-06-13 | refactor: replace unsigned int with uint32_t | HampusM | |
2022-06-13 | refactor: improve factories | HampusM | |
2022-06-13 | refactor: add virtual destructors to interfaces | HampusM | |
This is required by clang++ for some reason... | |||
2022-06-13 | refactor: use dependency injection | HampusM | |