summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config
AgeCommit message (Expand)Author
2018-06-03StringUtil: Remove ValueToString(std::string)Léo Lam
2018-06-03Move Config ValueToString to StringUtilLéo Lam
2018-05-23Config: Make Load() and Save() slightly fasterLéo Lam
2018-05-12Config: Add support for enumsLéo Lam
2018-05-12Config: Fix template deduction for implicit conversionsLéo Lam
2018-05-02Remove code related to UI.iniJosJuice
2018-04-15Common/Config: Remove unused header inclusionsLioncash
2018-04-15Common/Config: Remove unnecessary function declarationLioncash
2018-04-12Reformat all the things!spycrab
2017-11-26Config: Handle unknown system strings betterLéo Lam
2017-11-15Config/Layer: Allow all keys of a section to be iterated overMerryMage
2017-11-15Config: Flatten structuresMerryMage
2017-11-15ConfigInfo: Switch to doing case-insensitive comparisonMerryMage
2017-11-15Config: Extract ConfigInfo into own headerMerryMage
2017-11-15Config: Remove recursive layerMerryMage
2017-08-11Config: Fix Movie config loading/savingLéo Lam
2017-08-11Config: Include SYSCONF in base layerLéo Lam
2017-08-11Config: Add Get/Set on LayerLéo Lam
2017-08-03Config/Section: support u16 valuesMichael M
2017-08-01Config: Missed a line in #5770MerryMage
2017-07-31Config: Fix the loader Load() being called twiceLéo Lam
2017-07-09Merge Core/Config/Config.h into Common/Config/Config.hMichael Maltese
2017-07-05Replace StringFromInt with std::to_stringLéo Lam
2017-06-10Config: Remove creation of unnecessary CommandLine layerMerryMage
2017-06-07msbuild: obey some warnings about missing virtual destructorsShawn Hoffman
2017-06-03Config: Add layers CommandLine and CurrentRunMerryMage
2017-06-03Config: Implement Get and SetMerryMage
2017-06-03Config: Extract layer search order to headerMerryMage
2017-05-13Section: Fix Section::GetMerryMage
2017-05-10Config: Fix a formatting issueLéo Lam
2017-05-09Config/Layer: Fix accidental cast of RecursiveSection to SectionMerryMage
2017-02-23Fix things mentioned during code reviewLéo Lam