summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-22Machina quantization, various timing related fixes.David Robillard3-2/+31
2007-02-21Tempo based time in Machina (and related utilities added to Raul).David Robillard2-1/+32
2007-02-10Made Raul::List read/write thread safe. Uh.. kinda, a bit. :)David Robillard1-11/+18
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard2-1/+97
2007-01-23More work on multi-writer queue (SRMWQueue), proper unit test.David Robillard1-0/+200
2007-01-22Created Raul namespace.David Robillard4-2/+21
2007-01-22Added atomic int/pointer classes to Raul.David Robillard2-19/+24
2007-01-20Added Machina.David Robillard1-4/+6
2007-01-10Moved RDFWriter to RAUL.David Robillard1-0/+2
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard3-2/+69
2007-01-02Fixed path nameify/pathify bug when brackets followed spaces in input.David Robillard1-0/+2
2006-12-13Path parent/child bug fixes, added unit tests.David Robillard2-0/+24