aboutsummaryrefslogtreecommitdiff
path: root/src/common/settings_common.cpp
AgeCommit message (Collapse)Author
2023-08-09general: fix apple clang buildLiam
2023-07-25settings: Correct Linkage member impl locationlat9nq
2023-07-21settings_common: Use a vector in category linkagelat9nq
Improve storage requirements.
2023-07-21common: Move global configuration state modifiers back to settingslat9nq
2023-07-21common,configure_system: Rename method to GetCategorylat9nq
Fixes essentially a shadowing issue.
2023-07-21settings,configuration: Add a default suffixlat9nq
2023-07-21settings: Define paired settingslat9nq
settings_common: Remove unused optional
2023-07-21settings: Define specializations for settingslat9nq
Suggests to a frontend how to represent each setting.
2023-07-21settings: Move IsConfiguringGlobal to settings_commonlat9nq
2023-07-21settings: Move some simple data to BasicSettinglat9nq
Reduces the need for the compiler to duplicate this code, by about 100KB executable size.