Age | Commit message (Expand) | Author | Files | Lines |
2009-12-09 | Raul 0.6.0. | David Robillard | 1 | -7/+8 |
2009-11-26 | Fix compilation on GCC 4.4 (fix ticket #438). | David Robillard | 1 | -1/+1 |
2009-08-10 | Add missing include. | David Robillard | 1 | -0/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 8 | -87/+87 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 1 | -0/+5 |
2009-05-04 | Strip trailing whitespace from waf scripts. | David Robillard | 1 | -10/+10 |
2008-11-29 | Fix local includes to use quotes (to always build against local version). | David Robillard | 8 | -13/+13 |
2008-11-29 | Upgrade to waf 1.5.0. | David Robillard | 1 | -2/+2 |
2008-11-27 | Fix warnings for non-debug builds. | David Robillard | 1 | -0/+2 |
2008-11-17 | Run. Sorta. | David Robillard | 1 | -1/+1 |
2008-10-18 | Lower glib/glibmm dependency to 2.14. | David Robillard | 1 | -3/+9 |
2008-10-18 | Pretty! | David Robillard | 1 | -1/+1 |
2008-10-03 | Good riddance. | David Robillard | 1 | -43/+0 |
2008-09-30 | Wafify SLV2. | David Robillard | 1 | -1/+0 |
2008-09-30 | Even more waf (only check for any given package once, even with recursive inv... | David Robillard | 1 | -0/+25 |
2008-08-19 | More thread-safe ringbuffer. | David Robillard | 1 | -0/+27 |
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 |