0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Mar 07, 2025 — Mar 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use a m4 directory for *.m4 More... over 11 years ago
Split static class data member declarations into 1-per-line More... almost 12 years ago
Opening binary files as "r" doesn't work in windows. More... almost 12 years ago
Provide more explicit directions in undefined/error scenarios More... almost 12 years ago
Fixed a linker error (MSVC2010) caused by undefined IMixPlugin destructor. More... almost 12 years ago
Revised CMakeLists.txt (take 2) with changes suggested by Pavel Koshevoy More... almost 12 years ago
maxtime is of type int, so fix comparison to use 0 not 0.0f More... almost 12 years ago
msvc2010 compilation helps/fixes More... almost 12 years ago
allocated dynamic temps from heap instead of stack to get to compile with msvc2010 More... almost 12 years ago
(cppcheck fix) Possible null pointer dereference: h - otherwise it is redundant to check it against null. More... almost 12 years ago
Increment version number (0.8.8.5) More... almost 12 years ago
Add CMake script to ease native compilation on Windows More... almost 12 years ago
Windows DLL options. More... almost 12 years ago
Add initializer to notes variable More... about 12 years ago
Sanitize input for PAT paths More... about 12 years ago
Avoid possibility of NULL buffer being allocated. More... about 12 years ago
Regenerate to get configure.ac in comments More... about 12 years ago
Modernize automake init More... about 12 years ago
Fix cleanup on errors for load_mid More... about 12 years ago
Fix bounds on i variable which writes to 'notes' More... about 12 years ago
Don't need to set to zero, buffer is pre-zeroed. More... about 12 years ago
Remove unused assignments. More... about 12 years ago
Run cleanup if MID loading does not complete. More... about 12 years ago
Initialize all of c array to zero More... about 12 years ago
Initialize insflags, inspack with 0s More... about 12 years ago
Abort if file size is zero More... about 12 years ago
Use uint32_t for 32bit number More... about 12 years ago
Remove use of derr, as it is unused. More... about 12 years ago
Avoid possibility of divide by zero. More... about 12 years ago
If read is truncated, read zeros for the remaining part of the buffer. More... about 12 years ago