Age | Commit message (Expand) | Author | Files | Lines |
2008-07-07 | Remove unnecessary REDLANDMM_[LIBS|CFLAGS]. | David Robillard | 1 | -2/+2 |
2008-05-23 | Merge improvemennts to MIDI stuff from Ardour. | David Robillard | 1 | -1/+1 |
2008-05-01 | GCC 4.3 fixes. | David Robillard | 2 | -0/+2 |
2008-02-09 | Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere. | David Robillard | 4 | -20/+28 |
2007-11-30 | Split redland C++ wrappers out from Raul. | David Robillard | 2 | -13/+2 |
2007-10-22 | Stricter limitations for path symbols/names (C symbols, equivalent to lv2:sym... | David Robillard | 1 | -2/+17 |
2007-10-20 | Fix thread error message/death on launching machina_gui | David Robillard | 1 | -2/+2 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 1 | -2/+2 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 1 | -1/+8 |
2007-10-08 | Fixed missing symbol in Raul. | David Robillard | 1 | -17/+17 |
2007-09-07 | Fix port highlighting. | David Robillard | 1 | -1/+1 |
2007-08-07 | Added individual Raul building, for those who are so inclined. | David Robillard | 1 | -1/+1 |
2007-08-05 | Yet more benchmarking. | David Robillard | 1 | -1/+61 |
2007-08-05 | Okay, so it's faster with expensive to compare keys (strings). | David Robillard | 1 | -6/+13 |
2007-08-05 | Added benchmark proving Raul::Table is slower than std::map and thus a useles... | David Robillard | 2 | -2/+118 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 1 | -1/+1 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 1 | -1/+1 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 1 | -1/+21 |
2007-07-26 | Added PathTable, simple pretty wrapper around Table which provides super fast | David Robillard | 1 | -3/+61 |
2007-07-26 | Implement std::map[key] = value interface. | David Robillard | 1 | -1/+10 |
2007-07-26 | Add Table unit test. | David Robillard | 1 | -0/+108 |
2007-07-26 | Added Raul::Table class (like an std::map but in an array, very fast to do a ... | David Robillard | 12 | -18/+21 |
2007-07-22 | Renamed MIDIRingBuffer StampedChunkRingBuffer (what it really is), which coin... | David Robillard | 1 | -3/+3 |
2007-07-03 | Added MIDI controller/event names. | David Robillard | 1 | -0/+1 |
2007-06-07 | Don't install unit test binaries. | David Robillard | 1 | -1/+1 |
2007-05-01 | Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal... | David Robillard | 2 | -3/+14 |
2007-04-02 | List appending. | David Robillard | 1 | -7/+74 |
2007-03-31 | Realtime MIDI recording. | David Robillard | 1 | -5/+5 |
2007-03-31 | Added RingBuffer and MIDIRingBuffer classes/tests. | David Robillard | 3 | -1/+101 |
2007-03-12 | Fixed MIDI note off normalization for multiple channels. | David Robillard | 1 | -2/+2 |
2007-03-12 | Flowcanvas resizing, auto-arrange resizes if necessary. | David Robillard | 1 | -12/+17 |
2007-03-11 | MIDI file reading. | David Robillard | 1 | -3/+3 |
2007-03-10 | SMF reading fixes (correctly read running status, etc). | David Robillard | 1 | -0/+16 |
2007-03-09 | SMF reading/writing fixes. | David Robillard | 2 | -1/+44 |
2007-02-22 | Machina quantization, various timing related fixes. | David Robillard | 3 | -2/+31 |
2007-02-21 | Tempo based time in Machina (and related utilities added to Raul). | David Robillard | 2 | -1/+32 |
2007-02-10 | Made Raul::List read/write thread safe. Uh.. kinda, a bit. :) | David Robillard | 1 | -11/+18 |
2007-02-09 | Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul. | David Robillard | 2 | -1/+97 |
2007-01-23 | More work on multi-writer queue (SRMWQueue), proper unit test. | David Robillard | 1 | -0/+200 |
2007-01-22 | Created Raul namespace. | David Robillard | 4 | -2/+21 |
2007-01-22 | Added atomic int/pointer classes to Raul. | David Robillard | 2 | -19/+24 |
2007-01-20 | Added Machina. | David Robillard | 1 | -4/+6 |
2007-01-10 | Moved RDFWriter to RAUL. | David Robillard | 1 | -0/+2 |
2007-01-06 | Added ability to get Raul Thread for current calling context. | David Robillard | 3 | -2/+69 |
2007-01-02 | Fixed path nameify/pathify bug when brackets followed spaces in input. | David Robillard | 1 | -0/+2 |
2006-12-13 | Path parent/child bug fixes, added unit tests. | David Robillard | 2 | -0/+24 |