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
/
SettingsHandler.cpp
Age
Commit message (
Expand
)
Author
2024-10-21
Split `SettingsHandler` into separate reader and writer classes
Niel Lebeck
2024-04-23
Eliminate SettingsHandler's `SetBytes` and `Reset` methods
Niel Lebeck
2024-04-12
Pass SettingsHandler buffers by const ref instead of rvalue ref
Niel Lebeck
2023-12-11
Common/SettingsHandler: Use std::string_view more
Lioncash
2023-12-11
Common/SettingsHandler: Use std::erase in Decrypt()
Lioncash
2023-04-12
Resolve [-Wunused-but-set-variable]
Minty-Meeo
2021-10-15
Use fmt::localtime instead of thread-unsafe std::localtime
Léo Lam
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-03-24
SettingsHandler: Don't output null bytes
JosJuice
2020-03-20
SettingsHandler: Always decode the whole settings.txt file
Florian Bach
2020-03-15
Fix settings.txt parsing in case of weird line endings
Florian Bach
2020-02-04
Common: Amend includes to handle the upgrade to fmt
Lioncash
2019-07-16
Common/SettingsHandler: Use fmt for printing out the serial number
Lioncash
2019-07-16
Common/SettingsHandler: Use std::string_view where applicable
Lioncash
2018-05-12
SettingsHandler: Remove redundant type qualifier in SetBytes()
Lioncash
2018-05-12
SettingsHandler: Remove unnecessary includes
Lioncash
2018-05-12
SettingsHandler: Namespace code under the Common namespace
Lioncash
2018-05-10
SettingsHandler: Fix const correctness
Léo Lam
2018-05-10
SettingsHandler: Migrate to new filesystem interface
Léo Lam
2017-08-08
SettingsHandler: Fix generated serial numbers
Léo Lam
2017-06-15
Move IOFile to a separate file
JosJuice
2017-03-03
Common: Move byte swapping utilities into their own header
Lioncash
2017-01-27
SettingsHandler: Make GenerateSerialNumber static
Lioncash
2017-01-27
SettingsHandler: Add Open and Save member functions
Lioncash
2017-01-23
Add includes for building on Windows without PCH
Michael Maltese
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
More asterisks
mathieui
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-08-30
Common: Clean up brace placements
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-20
Fix more header sorting issues in Common/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-13
Fix IniFile to use string& instead of char*
Matthew Parlane
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre