index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
IniFile.h
Age
Commit message (
Expand
)
Author
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2014-09-04
Change IniFile::Section::Set() with default value to use a template.
Rachel Bryk
2014-08-30
Common: Clean up brace placements
Lioncash
2014-08-13
Add the VideoCommon PostProcessing class.
Ryan Houdek
2014-06-24
Store ini sections in a std::list (rather than vector) to prevent unexpected ...
Jordan Woyak
2014-06-16
Use only section-based ini reading.
Lioncash
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-17
Turn some non-const refs into pointers
Tillmann Karras
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-13
Merge pull request #50 from Parlane/inifile_tidy
Matthew Parlane
2014-02-13
Fix IniFile to use string& instead of char*
Matthew Parlane
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-10
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2014-02-09
Revert "Merge pull request #49 from Parlane/sprintf_tidy"
Pierre Bourdon
2014-02-08
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2014-02-07
Revert "Merge pull request #47 from lioncash/remove-stringfromint"
Pierre Bourdon
2014-02-06
Remove function StringFromInt from StringUtil.cpp/.h. C++11 has std::to_strin...
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre