summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2009-10-24Apply accurate copyright header.David Robillard
2009-10-24(FULL commit) start of a nominal debug tracing system, with 64 bits available...Paul Davis
2009-10-23Unit test code coverage using lcov.David Robillard
2009-10-23Fix controller iteration / linear interpolation.David Robillard
2009-10-23Fix whitespace.David Robillard
2009-10-23Sshh.David Robillard
2009-10-23Fix compilation with DEBUG_SEQUENCE on.David Robillard
2009-10-23Testing how anal retentive I can be without anyone saying anything.David Robillard
2009-10-23Fix yet more crazy tabs.David Robillard
2009-10-22Indentation.David Robillard
2009-10-22More spacey tabs.David Robillard
2009-10-22Fix adding multiple notes with the same time stamp (geeze).David Robillard
2009-10-22Remove linear search when adding/removing a note from/to a Sequence.David Robillard
2009-10-22Replace horribly error-prone Sequence/MidiModel/MidiSource locking API with s...David Robillard
2009-10-21Fix failed assertion when end_write is called multiple times.David Robillard
2009-10-21Fix O(n) search on MIDI rec region update (now O(log(n)) per update, but coul...David Robillard
2009-10-20Only build unit tests if configure --test is passed.David Robillard
2009-10-19Logarithmic note seek for Sequence iterator.David Robillard
2009-10-19Better test for iterator seek.David Robillard
2009-10-19Add unit test for Sequence iterator seeking.David Robillard
2009-10-19Fix insane formatting/whitespace in evoral test stuff. C'mon Hans ;)David Robillard
2009-10-19Use set over vector for Sequence::Notes, for logarithmic search by time.David Robillard
2009-10-19Fix set_notes prototype to use typedef.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-16do not allow smf_source's reads to stomp on cached read_end position in paren...Paul Davis
2009-09-15Fix some warnings.Carl Hetherington
2009-09-14fix up marshall/unmarshall of note data for MidiModel::DiffCommandPaul Davis
2009-09-06the start (only the start) of MIDI diff commandsPaul Davis
2009-08-28more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "o...Paul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-08-23Fix uninitialised member variable.Carl Hetherington
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change mous...Paul Davis
2009-08-17Fix uninitialised variable.Carl Hetherington
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
2009-07-23install ardour.menus and bindings file (elthariel) ; initial, basic MIDI gain...Paul Davis
2009-07-22Update autowaf.David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-21first part of fixing up send/return metering ; make send-controlling faders w...Paul Davis
2009-05-18Patch from agorka to add some includes required for building with the GCC shi...Carl Hetherington
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Strip trailing whitespace from waf scripts.David Robillard
2009-05-04Maybe fix assertion crash.David Robillard
2009-04-18Upgrade to waf 1.5.4.David Robillard
2009-04-12libs/evoral/run-tests.sh: adapt to new global wafHans Baier
2009-02-27vestige-based VST support, back-ported from 2.0-ongoingPaul Davis
2009-02-27Waf: install stuffDavid Robillard
2009-02-26Clean up checks.David Robillard
2009-02-25Waf building of gtk2_ardour.David Robillard
2009-02-25Make unit tests optional.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard