summaryrefslogtreecommitdiff
path: root/libs/evoral/src/libsmf
AgeCommit message (Expand)Author
2015-12-27somewhat better solution to prev commit.Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
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
2015-07-30Replace "%z" modifier with glib macro for portability.Robin Gareus
2015-06-29remove const warning in SMF C code by changing function parameter argument qu...Paul Davis
2014-12-30Load what we can from broken/truncated MIDI files.David Robillard
2014-11-18amend 484e38053Robin Gareus
2014-11-18silence clang "dead assignment" warningsRobin Gareus
2014-10-15add mutex/lock to all Evoral::SMF methods that use _smf/libsmf, to avoid inad...Paul Davis
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-11-04logic fix for SMF meta-event is-text determination, plus some gcc optimizatio...Paul Davis
2013-07-31fixes for windows branch build failures under linux. still does not build on ...Paul Davis
2013-07-23'libs/evoral' - Windows specific includesJohn Emmas
2013-07-23'libs/evoral' - Remove ambiguity about which version of 'abs()' we needJohn 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
2012-05-24Compile cleanly with clang.David Robillard
2012-04-01Fix memory leak on error condition (#4798).Carl Hetherington
2012-04-01Fix reference of track after free() (#4795).Carl Hetherington
2011-11-23Fix broken whitespace via merciless application of the emacs hammer.David Robillard
2011-11-16Doxygen tweaks.Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2010-11-03make VLQ save+restore functions publically accessible, for use with meta-eventsPaul Davis
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-02-18the Properties & 64bit region commitPaul Davis
2009-12-06Merged revisions 6292,6294-6295,6311,6314 via svnmerge from Taybin Rutkin
2009-08-17Fix uninitialised variable.Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-02-15Make smf_track_get_next_event gracefully handle empty tracks.David Robillard
2009-02-14Const correctness.David Robillard
2009-02-14While I'm doing trivial prettification things and not giving a damn about sup...David Robillard
2009-02-14Line wrap at 100 lines so I can read things :).David Robillard
2009-02-14Fix types to be warning clean on 64 bit.David Robillard
2009-02-14MIDI robustness.David Robillard
2009-02-12* Swapped MidiSource to LibSMFHans Baier
2009-02-11Include stripped down libsmf code internally.David Robillard