Commit Graph

20 Commits (b2f9c8fba94afb293deb025581e21bda7f4a745f)

Author SHA1 Message Date
Stenzek b2f9c8fba9
Misc: Fix deprecated implicit conversion of fstring->string_view 1 month ago
Stenzek 9c79341cf4
CueParser: Handle rarely-used commands 3 months ago
Stenzek bbde5c661a
CueParser: Switch to fmt for errors
And when the format is invalid, display the format/file.
4 months ago
Stenzek 1b2bcfd4ce
Common: Move BCD helpers into separate file
Saves a few unnecessary includes.
7 months ago
Stenzek ea11ce2dd5
Tests: Add for CueParser and ElfFile 1 year ago
Stenzek c03b6f3d84
Misc: Replace isspace() usage with StringUtil::IsWhitespace()
Avoids the UB if the character is negative (e.g. reading from a binary
file), as well as locale-specific rubbish.
2 years ago
Stenzek 0079f7a285
CDImageCue: Support reading .wav files (WAVE cuesheet files) 2 years ago
Stenzek 3dca598063
Log: Switch to enum class
Need to change the channel to a bitset too.. the string lookups are
horribly slow, and conflict when one is a prefix of another.
2 years ago
Stenzek 6d0f92d4fb
dep/fmt: Bump to v11.0.2 2 years ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 2 years ago
Stenzek 3a83c4265c
Misc: Fix a bunch of code analysis warnings
Some of which were even actual errors.
2 years ago
Stenzek 4e922a34a7
Log: Simplify macros 2 years ago
Stenzek b6d019db66
Misc: Replace log printf calls with fmt 2 years ago
Stenzek ca3cfbaa99
Misc: Pass string_view by value 2 years ago
Stenzek 79c226efff
SmallString: fmt -> format, format -> sprintf 3 years ago
Stenzek cce7be4723
Misc: Make struct member functions file-local 3 years ago
Stenzek ac0601f408 Common: Drop String, add SmallString 3 years ago
Stenzek 39f64a03ee Common: Error/FileSystem backports 3 years ago
Connor McLaughlin 8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
4 years ago
Connor McLaughlin b7fbde31a7 Move utility classes from common to own static lib 4 years ago