2
I Use This!
Inactive

Commits : Listings

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