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