summaryrefslogtreecommitdiff
path: root/libs/evoral/src/libsmf/smf.c
AgeCommit message (Expand)Author
2018-07-05change all use of g_critical() in libsmf() to g_warning()Paul Davis
2016-12-14free track name/instrument string memory when necessaryPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-24Add some casting to keep MSVC happyJohn Emmas
2015-09-19no c99Robin Gareus
2015-09-19speed-up smf_track_delete() from O(N^2) to O(n)Robin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-07-23'libs/evoral' - Windows specific includesJohn Emmas
2013-07-23'libs/evoral' - cast the returned pointers from malloc() / g_ptr_array_index(...John Emmas
2013-07-11include winsock2.h on windows in libsmf for htons/l etc.Paul Davis
2013-03-23Fix some compilation warningsJulien de Kozak
2011-11-23Fix broken whitespace via merciless application of the emacs hammer.David Robillard
2009-08-17Fix uninitialised variable.Carl Hetherington
2009-02-15Make smf_track_get_next_event gracefully handle empty tracks.David Robillard
2009-02-14Const correctness.David Robillard
2009-02-14Fix types to be warning clean on 64 bit.David Robillard
2009-02-11Include stripped down libsmf code internally.David Robillard