summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Raul 0.6.0.David Robillard1-7/+8
2009-11-26Fix compilation on GCC 4.4 (fix ticket #438).David Robillard1-1/+1
2009-08-10Add missing include.David Robillard1-0/+1
2009-05-13Strip trailing whitespace.David Robillard8-87/+87
2009-05-13The great ID refactoring of 2009.David Robillard1-0/+5
2009-05-04Strip trailing whitespace from waf scripts.David Robillard1-10/+10
2008-11-29Fix local includes to use quotes (to always build against local version).David Robillard8-13/+13
2008-11-29Upgrade to waf 1.5.0.David Robillard1-2/+2
2008-11-27Fix warnings for non-debug builds.David Robillard1-0/+2
2008-11-17Run. Sorta.David Robillard1-1/+1
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard1-3/+9
2008-10-18Pretty!David Robillard1-1/+1
2008-10-03Good riddance.David Robillard1-43/+0
2008-09-30Wafify SLV2.David Robillard1-1/+0
2008-09-30Even more waf (only check for any given package once, even with recursive inv...David Robillard1-0/+25
2008-08-19More thread-safe ringbuffer.David Robillard1-0/+27
2008-07-07Remove unnecessary REDLANDMM_[LIBS|CFLAGS].David Robillard1-2/+2
2008-05-23Merge improvemennts to MIDI stuff from Ardour.David Robillard1-1/+1
2008-05-01GCC 4.3 fixes.David Robillard2-0/+2
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard4-20/+28
2007-11-30Split redland C++ wrappers out from Raul.David Robillard2-13/+2
2007-10-22Stricter limitations for path symbols/names (C symbols, equivalent to lv2:sym...David Robillard1-2/+17
2007-10-20Fix thread error message/death on launching machina_guiDavid Robillard1-2/+2
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard1-2/+2
2007-10-08SharedPtr-ify engine side store.David Robillard1-1/+8
2007-10-08Fixed missing symbol in Raul.David Robillard1-17/+17
2007-09-07Fix port highlighting.David Robillard1-1/+1
2007-08-07Added individual Raul building, for those who are so inclined.David Robillard1-1/+1
2007-08-05Yet more benchmarking.David Robillard1-1/+61
2007-08-05Okay, so it's faster with expensive to compare keys (strings).David Robillard1-6/+13
2007-08-05Added benchmark proving Raul::Table is slower than std::map and thus a useles...David Robillard2-2/+118
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-1/+1
2007-07-26Use PathTable for engine side objects.David Robillard1-1/+1
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard1-1/+21
2007-07-26Added PathTable, simple pretty wrapper around Table which provides super fastDavid Robillard1-3/+61
2007-07-26Implement std::map[key] = value interface.David Robillard1-1/+10
2007-07-26Add Table unit test.David Robillard1-0/+108
2007-07-26Added Raul::Table class (like an std::map but in an array, very fast to do a ...David Robillard12-18/+21
2007-07-22Renamed MIDIRingBuffer StampedChunkRingBuffer (what it really is), which coin...David Robillard1-3/+3
2007-07-03Added MIDI controller/event names.David Robillard1-0/+1
2007-06-07Don't install unit test binaries.David Robillard1-1/+1
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard2-3/+14
2007-04-02List appending.David Robillard1-7/+74
2007-03-31Realtime MIDI recording.David Robillard1-5/+5
2007-03-31Added RingBuffer and MIDIRingBuffer classes/tests.David Robillard3-1/+101
2007-03-12Fixed MIDI note off normalization for multiple channels.David Robillard1-2/+2
2007-03-12Flowcanvas resizing, auto-arrange resizes if necessary.David Robillard1-12/+17
2007-03-11MIDI file reading.David Robillard1-3/+3
2007-03-10SMF reading fixes (correctly read running status, etc).David Robillard1-0/+16
2007-03-09SMF reading/writing fixes.David Robillard2-1/+44