summaryrefslogtreecommitdiff
path: root/Source/Core/Common/IniFile.h
AgeCommit message (Expand)Author
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
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre