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.cpp
Age
Commit message (
Expand
)
Author
2025-01-08
Common/IniFile: Fix case sensitivity mismatch in IniFile::Section::Delete()
Admiral H. Curtiss
2024-10-10
Modernize `std::find` with ranges
mitaclaw
2024-09-21
IniFile: Migrate `Common::CaseInsensitiveLess` to StringUtil
mitaclaw
2024-08-14
Use 'contains' method
Dr. Dystopia
2023-04-13
Common/IniFile: Move interface into Common namespace
Lioncash
2022-07-25
StripSpaces: only strip spaces
Shawn Hoffman
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
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
2019-05-23
Merge pull request #8113 from lioncash/ini-key
Léo Lam
2019-05-22
IniFile: Prevent potential out-of-bounds access in ParseLine()
Lioncash
2019-05-22
Common/IniFile: Simplify Set()
Lioncash
2019-02-13
Use empty instead of size
Filip Gawin
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-06-03
Move Config ValueToString to StringUtil
Léo Lam
2017-07-05
Replace StringFromInt with std::to_string
Léo Lam
2017-06-15
Add a namespace to OpenFStream
JosJuice
2017-03-22
IniFile: Replace a character erase with pop_back()
Lioncash
2017-03-22
IniFile: Replace string joining code with JoinString
Lioncash
2017-03-22
IniFile: std::move a std::string in GetLines
Lioncash
2017-03-22
IniFile: Use character literals instead of string literals where applicable
Lioncash
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-05
Move IniFile section chunk handling to IniFile::Section
Ryan Houdek
2017-02-25
IniFile: Handle s64/u64 values
Lioncash
2017-02-04
Translate Swedish in example strings to English
JosJuice
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-08-19
IniFile: Mark getter functions as const
Lioncash
2015-06-05
Skip reading UTF-8 BOM at the beginning of INI files
JosJuice
2015-06-02
Fix bug where Gecko codes would be "enabled by default"
comex
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-03-24
DolphinWX/Common: Change some find_first_of usages to find
Lioncash
2015-02-04
Use emplace_* functions where in-place construction is preferable
Lioncash
2014-11-13
Various formatting and consistency fixes
Stevoisiak
2014-09-04
Change IniFile::Section::Set() with default value to use a template.
Rachel Bryk
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-05-28
Get rid of the temporary buffer in IniFile's Load function.
Lioncash
2014-05-28
When reading an ini file, if there is an error, check if it is simply because...
Rachel Bryk
2014-05-23
Check for errors when reading lines from ini files.
Rachel Bryk
2014-05-14
Use size_t in std::string operations in IniFile.cpp, not int
Lioncash
2014-03-17
Turn some non-const refs into pointers
Tillmann Karras
[next]