summaryrefslogtreecommitdiff
path: root/Source/Core/Common/IniFile.cpp
AgeCommit message (Expand)Author
2015-06-05Skip reading UTF-8 BOM at the beginning of INI filesJosJuice
2015-06-02Fix bug where Gecko codes would be "enabled by default"comex
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-24DolphinWX/Common: Change some find_first_of usages to findLioncash
2015-02-04Use emplace_* functions where in-place construction is preferableLioncash
2014-11-13Various formatting and consistency fixesStevoisiak
2014-09-04Change IniFile::Section::Set() with default value to use a template.Rachel Bryk
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-05-28Get rid of the temporary buffer in IniFile's Load function.Lioncash
2014-05-28When reading an ini file, if there is an error, check if it is simply because...Rachel Bryk
2014-05-23Check for errors when reading lines from ini files.Rachel Bryk
2014-05-14Use size_t in std::string operations in IniFile.cpp, not intLioncash
2014-03-17Turn some non-const refs into pointersTillmann Karras
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-20Fix more header sorting issues in Common/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-13Turn loops into range-based formTillmann Karras
2014-02-13Fix IniFile to use string& instead of char*Matthew Parlane
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre