| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-01 | fix: don't use forward-declared Ptr types in meta/ | flow | |
| This would cause ODR violations when those headers were included in other places that also included stuff like "Version.h" (note the "meta/Version.h"), which can cause problems, especially in LTO. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
| 2022-09-26 | huge nit: added const refs, everywhere | timoreo | |
| Signed-off-by: timoreo <contact@timoreo.fr> | |||
| 2022-09-20 | refactor: add instance creation abstraction and move vanilla | flow | |
| This is so that 1. Code is more cleanly separated, and 2. Allows to more easily add instance updating :) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
