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
2023-04-13
Common/IniFile: Move interface into Common namespace
Lioncash
2022-01-16
Use Common::ToLower and Common::ToUpper
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-02-27
Common: Move 'GetSection' functions to be public
iwubcode
2020-02-29
Common/IniFile: Add Exists function for section name only
Techjar
2020-01-23
Common/Core: Minor rvalue reference related cleanups.
Jordan Woyak
2019-07-23
StringUtil: Use std::string_view more
JosJuice
2019-06-16
Common/IniFile: Make use of std::string_view where applicable
Lioncash
2019-06-16
Common/IniFile: Make CaseInsensitiveStringCompare usable with heterogenous lo...
Lioncash
2019-06-07
Core/ConfigManager: Use forward declarations where applicable
Lioncash
2018-12-26
IniFile: Minor cleanup. Removed unused function. Improved template usage.
Jordan Woyak
2018-06-03
IniFile: Use templates for Get()
Léo Lam
2018-06-03
IniFile: Use templates for Set()
Léo Lam
2018-04-12
Reformat all the things!
spycrab
2017-03-22
IniFile: Provide an rvalue reference overload for SetLines
Lioncash
2017-03-22
IniFile: Make Section's string constructor instances take strings by value
Lioncash
2017-03-22
IniFile: Make Section constructor explicit
Lioncash
2017-03-05
Move IniFile section chunk handling to IniFile::Section
Ryan Houdek
2017-02-27
Merge pull request #4959 from lioncash/ini
Anthony
2017-02-25
IniFile: Handle s64/u64 values
Lioncash
2017-02-16
Expose some ways to manage an INI file.
Ryan Houdek
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-13
IniFile: Initialize with default value if key does not exist.
Jules Blok
2016-01-06
VideoConfig: Don't give warnings for per-game stereoscopy parameters.
Jules Blok
2015-12-02
Merge pull request #2733 from AdmiralCurtiss/string-from-float
Markus Wick
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-09-05
General: Remove unimplemented function prototypes
Lioncash
2015-08-19
IniFile: Mark getter functions as const
Lioncash
2015-07-11
IniFile: Use a formatting for floats that makes them survive round-trips to a...
Admiral H. Curtiss
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
[next]