summaryrefslogtreecommitdiff
path: root/Source/Core/Common/SDCardUtil.cpp
AgeCommit message (Expand)Author
2021-07-17msvc: remove warning disables which no longer fireShawn Hoffman
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-10-23Common: Migrate logging to fmtLioncash
2020-08-23apply `if constexpr` in a couple placesShawn Hoffman
2018-05-11SDCardUtil: Replace macros with typed equivalentsLioncash
2018-05-11SDCardUtil: Namespace SDCardUtilLioncash
2018-05-11SDCardUtil: Remove the use of IOFile's GetHandle() functionLioncash
2018-05-11SDCardUtil: Join variables with declarations where applicableLioncash
2018-05-11SDCardUtil: Make type of write_empty's "count" parameter size_tLioncash
2018-05-11SDCardUtil: Convert return type of write_* functions to boolLioncash
2018-05-11SDCardUtil: Replace sector size magic value with relevant named constantLioncash
2018-04-12Reformat all the things!spycrab
2017-08-18CommonFuncs: LastStrerrorString addedSepalani
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-07msvc: disable meaningless constant truncation warnings in SDCardUtilShawn Hoffman
2016-11-02Core: Remove double newlines at the end of *_LOG messages.Emmanuel Gil Peyrot
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-11Partially revert "General: Toss out PRI macro usage"Lioncash
2015-09-05General: Toss out PRI macro usageLioncash
2015-05-25Add missing license headersTillmann Karras
2015-04-07Common: Remove TLS usage in GetLastErrorMsgdegasus
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-03-14Kill off some usages of c_str.Lioncash
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
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre