Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-06 | Clean up on clang-tidy/clazy analysis | Kitsune Ral | |
2018-08-20 | Settings: get<>(); pass arguments more efficiently | Kitsune Ral | |
Settings::get() and SettingsGroup::get() allow concise and efficient type-specific interface to value(); instead of wrapping your defaultValue into a QVariant, just pass it to get() instead of value(). | |||
2018-03-31 | Move source files to a separate folder | Kitsune Ral | |
It's been long overdue to separate them from the rest of the stuff (docs etc.). Also, this allows installing to a directory within the checked out git tree (say, ./install/, similar to ./build/). |