summaryrefslogtreecommitdiff
path: root/Source/Core/Common/IniFile.h
AgeCommit message (Expand)Author
2023-04-13Common/IniFile: Move interface into Common namespaceLioncash
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-02-27Common: Move 'GetSection' functions to be publiciwubcode
2020-02-29Common/IniFile: Add Exists function for section name onlyTechjar
2020-01-23Common/Core: Minor rvalue reference related cleanups.Jordan Woyak
2019-07-23StringUtil: Use std::string_view moreJosJuice
2019-06-16Common/IniFile: Make use of std::string_view where applicableLioncash
2019-06-16Common/IniFile: Make CaseInsensitiveStringCompare usable with heterogenous lo...Lioncash
2019-06-07Core/ConfigManager: Use forward declarations where applicableLioncash
2018-12-26IniFile: Minor cleanup. Removed unused function. Improved template usage.Jordan Woyak
2018-06-03IniFile: Use templates for Get()Léo Lam
2018-06-03IniFile: Use templates for Set()Léo Lam
2018-04-12Reformat all the things!spycrab
2017-03-22IniFile: Provide an rvalue reference overload for SetLinesLioncash
2017-03-22IniFile: Make Section's string constructor instances take strings by valueLioncash
2017-03-22IniFile: Make Section constructor explicitLioncash
2017-03-05Move IniFile section chunk handling to IniFile::SectionRyan Houdek
2017-02-27Merge pull request #4959 from lioncash/iniAnthony
2017-02-25IniFile: Handle s64/u64 valuesLioncash
2017-02-16Expose some ways to manage an INI file.Ryan Houdek
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-13IniFile: Initialize with default value if key does not exist.Jules Blok
2016-01-06VideoConfig: Don't give warnings for per-game stereoscopy parameters.Jules Blok
2015-12-02Merge pull request #2733 from AdmiralCurtiss/string-from-floatMarkus Wick
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-05General: Remove unimplemented function prototypesLioncash
2015-08-19IniFile: Mark getter functions as constLioncash
2015-07-11IniFile: Use a formatting for floats that makes them survive round-trips to a...Admiral H. Curtiss
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2014-09-04Change IniFile::Section::Set() with default value to use a template.Rachel Bryk
2014-08-30Common: Clean up brace placementsLioncash
2014-08-13Add the VideoCommon PostProcessing class.Ryan Houdek
2014-06-24Store ini sections in a std::list (rather than vector) to prevent unexpected ...Jordan Woyak
2014-06-16Use only section-based ini reading.Lioncash
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-17Turn some non-const refs into pointersTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-13Merge pull request #50 from Parlane/inifile_tidyMatthew Parlane
2014-02-13Fix IniFile to use string& instead of char*Matthew Parlane
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-10Some tidy up of sprintf to StringFromFormatMatthew Parlane
2014-02-09Revert "Merge pull request #49 from Parlane/sprintf_tidy"Pierre Bourdon
2014-02-08Some tidy up of sprintf to StringFromFormatMatthew Parlane
2014-02-07Revert "Merge pull request #47 from lioncash/remove-stringfromint"Pierre Bourdon
2014-02-06Remove function StringFromInt from StringUtil.cpp/.h. C++11 has std::to_strin...Lioncash