summaryrefslogtreecommitdiff
path: root/Source/Core/Common/SettingsHandler.cpp
AgeCommit message (Expand)Author
2024-10-21Split `SettingsHandler` into separate reader and writer classesNiel Lebeck
2024-04-23Eliminate SettingsHandler's `SetBytes` and `Reset` methodsNiel Lebeck
2024-04-12Pass SettingsHandler buffers by const ref instead of rvalue refNiel Lebeck
2023-12-11Common/SettingsHandler: Use std::string_view moreLioncash
2023-12-11Common/SettingsHandler: Use std::erase in Decrypt()Lioncash
2023-04-12Resolve [-Wunused-but-set-variable]Minty-Meeo
2021-10-15Use fmt::localtime instead of thread-unsafe std::localtimeLéo Lam
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-03-24SettingsHandler: Don't output null bytesJosJuice
2020-03-20SettingsHandler: Always decode the whole settings.txt fileFlorian Bach
2020-03-15Fix settings.txt parsing in case of weird line endingsFlorian Bach
2020-02-04Common: Amend includes to handle the upgrade to fmtLioncash
2019-07-16Common/SettingsHandler: Use fmt for printing out the serial numberLioncash
2019-07-16Common/SettingsHandler: Use std::string_view where applicableLioncash
2018-05-12SettingsHandler: Remove redundant type qualifier in SetBytes()Lioncash
2018-05-12SettingsHandler: Remove unnecessary includesLioncash
2018-05-12SettingsHandler: Namespace code under the Common namespaceLioncash
2018-05-10SettingsHandler: Fix const correctnessLéo Lam
2018-05-10SettingsHandler: Migrate to new filesystem interfaceLéo Lam
2017-08-08SettingsHandler: Fix generated serial numbersLéo Lam
2017-06-15Move IOFile to a separate fileJosJuice
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-01-27SettingsHandler: Make GenerateSerialNumber staticLioncash
2017-01-27SettingsHandler: Add Open and Save member functionsLioncash
2017-01-23Add includes for building on Windows without PCHMichael Maltese
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21More asterisksmathieui
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-08-30Common: Clean up brace placementsLioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-20Fix more header sorting issues in Common/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-13Fix IniFile to use string& instead of char*Matthew Parlane
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre