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
/
SDCardUtil.cpp
Age
Commit message (
Expand
)
Author
2021-07-17
msvc: remove warning disables which no longer fire
Shawn Hoffman
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-10-23
Common: Migrate logging to fmt
Lioncash
2020-08-23
apply `if constexpr` in a couple places
Shawn Hoffman
2018-05-11
SDCardUtil: Replace macros with typed equivalents
Lioncash
2018-05-11
SDCardUtil: Namespace SDCardUtil
Lioncash
2018-05-11
SDCardUtil: Remove the use of IOFile's GetHandle() function
Lioncash
2018-05-11
SDCardUtil: Join variables with declarations where applicable
Lioncash
2018-05-11
SDCardUtil: Make type of write_empty's "count" parameter size_t
Lioncash
2018-05-11
SDCardUtil: Convert return type of write_* functions to bool
Lioncash
2018-05-11
SDCardUtil: Replace sector size magic value with relevant named constant
Lioncash
2018-04-12
Reformat all the things!
spycrab
2017-08-18
CommonFuncs: LastStrerrorString added
Sepalani
2017-06-15
Move IOFile to a separate file
JosJuice
2017-06-07
msvc: disable meaningless constant truncation warnings in SDCardUtil
Shawn Hoffman
2016-11-02
Core: Remove double newlines at the end of *_LOG messages.
Emmanuel Gil Peyrot
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-09-11
Partially revert "General: Toss out PRI macro usage"
Lioncash
2015-09-05
General: Toss out PRI macro usage
Lioncash
2015-05-25
Add missing license headers
Tillmann Karras
2015-04-07
Common: Remove TLS usage in GetLastErrorMsg
degasus
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-03-14
Kill off some usages of c_str.
Lioncash
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
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre