| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | general: fix apple clang build | 2023-08-09 | 1 | -0/+2 | |
| | | |||||
| * | settings: Correct Linkage member impl location | 2023-07-25 | 1 | -0/+3 | |
| | | |||||
| * | settings_common: Use a vector in category linkage | 2023-07-21 | 1 | -1/+1 | |
| | | | | | Improve storage requirements. | ||||
| * | common: Move global configuration state modifiers back to settings | 2023-07-21 | 1 | -10/+0 | |
| | | |||||
| * | 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. | |||||