2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2025 — Jul 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Link to ftp.stump.io release directory. More... almost 13 years ago
Add myself to COPYING. More... almost 13 years ago
Add some missing return value documentation. More... almost 13 years ago
Add a missing WARN_UNUSED_RESULT. More... almost 13 years ago
Link in ws2_32 on Windows, as we need it for ntohl() and friends. More... almost 13 years ago
Use my new email address. More... almost 13 years ago
Enable more compiler warnings and fix them. More... almost 13 years ago
Umm, let's forget I was going to do that use-glib-more thing. More... almost 13 years ago
Fix memory leak in smf_event_decode_textual. More... over 13 years ago
Use g_file_set_contents to save files. More... over 13 years ago
Replace load_file_into_buffer with g_file_get_contents. More... over 13 years ago
Use glib's fixed-size integer types. More... over 13 years ago
Instead of conditioning on new enough gcc for WARN_UNUSED_RESULT, use glib's macro for it. More... over 13 years ago
Use glib macros for endian conversion. More... over 13 years ago
Add a README. More... over 13 years ago
Provide -no-undefined when linking the library so Windows targets get a DLL without any extra effort. More... over 13 years ago
Do some modernization to the autoconf script. More... over 13 years ago
Add a .gitignore. More... over 13 years ago
Remove 'DETAILS_AT_TOP' from Doxygen configuration; seems it's obsolete. More... over 16 years ago
Bump version. More... over 16 years ago
Add glib dependency for libsmf.so. More... over 16 years ago
Update. More... over 16 years ago
Fix compilation under Windows. More... over 16 years ago
Make libsmf more tolerant to malformed MIDI files. This fixes import of files generated by NoteEdit. More... over 16 years ago
Add missing error check. More... over 16 years ago
Add user pointers to events and tracks. More... almost 17 years ago
When calling fopen(3), add 'b' to the mode; this is for Windows compatibility. More... almost 17 years ago
Mention last bugfix. More... over 17 years ago
Fix failed assertion when removing track that is neither the first or last one. More... over 17 years ago
Add missing include. More... over 17 years ago