summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-01RAUL code cleanup.David Robillard18-246/+73
2007-12-12Fix initialisation order warnings.David Robillard1-4/+4
2007-12-07Fix termination of evolution and resumed Jack execution.David Robillard2-1/+9
2007-12-07It's evolution, baby.David Robillard1-2/+2
2007-12-06Add copy constructor.David Robillard1-3/+10
2007-12-06MIDI robustness fixes.David Robillard2-5/+6
2007-12-04Added 'has_waiter' method for Semaphore.David Robillard3-2/+65
2007-12-03Fix Raul building.David Robillard1-2/+2
2007-12-01Clean up query code.David Robillard1-2/+2
2007-12-01Remove useless inmaintained ChangeLog/NEWS files.David Robillard4-7/+10
2007-11-30Various documentation cleanups/fixes.David Robillard5-90/+238
2007-11-30Split redland C++ wrappers out from Raul.David Robillard19-1191/+97
2007-11-30Less ugly blank node names.David Robillard1-2/+3
2007-11-29Add base URI support to RDF model (ability to write pretty <> in Turtle with ...David Robillard3-10/+19
2007-11-05Fix building within raul directory.David Robillard1-0/+1
2007-10-22Stricter limitations for path symbols/names (C symbols, equivalent to lv2:sym...David Robillard2-23/+75
2007-10-21Fix patch serialisation to a string.David Robillard1-1/+2
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