Age | Commit message (Expand) | Author | Files | Lines |
2007-11-05 | Fix building within raul directory. | David Robillard | 1 | -0/+1 |
2007-10-22 | Stricter limitations for path symbols/names (C symbols, equivalent to lv2:sym... | David Robillard | 2 | -23/+75 |
2007-10-21 | Fix patch serialisation to a string. | David Robillard | 1 | -1/+2 |
2007-10-20 | Fix thread error message/death on launching machina_gui | David Robillard | 4 | -7/+7 |
2007-10-13 | Dynamic polyphony fixes. | David Robillard | 1 | -2/+4 |
2007-10-11 | Fix Gtk rendering corruption problems when running monolithic (internal engine). | David Robillard | 1 | -1/+1 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 5 | -18/+24 |
2007-10-08 | Update.. stuff... I hate SVN... | David Robillard | 4 | -52/+44 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 6 | -408/+463 |
2007-10-08 | Fixed missing symbol in Raul. | David Robillard | 5 | -76/+86 |
2007-10-08 | Eliminate redundant object collections (ObjectModel having a separate collect... | David Robillard | 2 | -2/+14 |
2007-10-05 | Fix connection serialisation. | David Robillard | 3 | -2/+10 |
2007-10-02 | Be veeewwwwyy quiet, I'm hunting bugwits! | David Robillard | 1 | -1/+4 |
2007-10-01 | Blink MIDI ports on message transmission. | David Robillard | 1 | -9/+9 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 2 | -4/+6 |
2007-09-20 | Add locking support to RDF stuff for dealing with concurrent librdf use. | David Robillard | 6 | -11/+54 |
2007-09-19 | Automatically attempt to qualify qnames when used to create RDF resource nodes. | David Robillard | 1 | -5/+8 |
2007-09-19 | Remove useless old debugging-related overhead from Array destructor. | David Robillard | 1 | -2/+0 |
2007-09-12 | Const-correctness for Raul::RDF::Node type conversion functions. | David Robillard | 3 | -13/+13 |
2007-09-08 | Pretty RDF boolean reading. | David Robillard | 2 | -0/+26 |
2007-09-08 | Support for writing pretty Turtle boolean literals. | David Robillard | 2 | -0/+14 |
2007-09-07 | Fix port highlighting. | David Robillard | 3 | -5/+5 |
2007-08-09 | Minor threading interface stuff for parallel Ingen. | David Robillard | 2 | -5/+8 |
2007-08-08 | Fix standalone building of Raul. Maybe. | David Robillard | 1 | -2/+2 |
2007-08-08 | Added individial building stuff for flowcanvas, raul, patchage. | David Robillard | 1 | -1/+1 |
2007-08-07 | Added individual Raul building, for those who are so inclined. | David Robillard | 4 | -2/+213 |
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-31 | SWIG building fixes. | David Robillard | 1 | -16/+18 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 10 | -17/+17 |
2007-07-27 | Control port slider functionality (when not in edit more, or holding down con... | David Robillard | 1 | -0/+1 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 3 | -3/+13 |
2007-07-26 | Fix recursive patch serialization (fix ticket 63). | David Robillard | 1 | -1/+1 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 3 | -13/+14 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 5 | -55/+134 |
2007-07-26 | Added PathTable, simple pretty wrapper around Table which provides super fast | David Robillard | 6 | -6/+224 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 2 | -7/+21 |
2007-07-26 | Implement std::map[key] = value interface. | David Robillard | 3 | -1/+34 |
2007-07-26 | Add Table unit test. | David Robillard | 3 | -10/+133 |
2007-07-26 | Use C++ey memory via std::vector instead of malloc and friends for Table, sin... | David Robillard | 2 | -59/+95 |
2007-07-26 | Added Raul::Table class (like an std::map but in an array, very fast to do a ... | David Robillard | 15 | -18/+286 |
2007-07-25 | Never launch the same thread twice, no matter what the stupid caller says. | David Robillard | 1 | -17/+24 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 55 | -212/+220 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 3 | -160/+1 |
2007-07-22 | Renamed MIDIRingBuffer StampedChunkRingBuffer (what it really is), which coin... | David Robillard | 4 | -15/+16 |
2007-07-04 | Fix model URI serialization relative to base URI. | David Robillard | 3 | -7/+16 |
2007-07-04 | Fix crash on Ingen patch save (mismatched RDF type enums). | David Robillard | 1 | -2/+6 |
2007-07-03 | Added MIDI controller/event names. | David Robillard | 3 | -59/+291 |
2007-06-24 | Move exessive Thread code from header to source file. | David Robillard | 2 | -65/+93 |