| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common,configure_system: Rename method to GetCategory | 2023-07-21 | 1 | -1/+1 | |
| | | | | | Fixes essentially a shadowing issue. | ||||
| * | settings,configuration: Add a default suffix | 2023-07-21 | 1 | -3/+3 | |
| | | |||||
| * | settings: Define paired settings | 2023-07-21 | 1 | -2/+7 | |
| | | | | | settings_common: Remove unused optional | ||||
| * | settings: Define specializations for settings | 2023-07-21 | 1 | -3/+8 | |
| | | | | | Suggests to a frontend how to represent each setting. | ||||
| * | settings: Move IsConfiguringGlobal to settings_common | 2023-07-21 | 1 | -0/+10 | |
| | | |||||
| * | settings: Move some simple data to BasicSetting | 2023-07-21 | 1 | -0/+45 | |
| Reduces the need for the compiler to duplicate this code, by about 100KB executable size. | |||||