Age | Commit message (Expand) | Author | Files | Lines |
2008-12-16 | Trim include dependency tree. | David Robillard | 1 | -0/+1 |
2008-11-10 | Fix Plugin name/symbol shadowing stuff that broke plugin loading (fix ticket ... | David Robillard | 1 | -1/+1 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 10 | -13/+13 |
2008-10-14 | Yet another attempted fix for weird anal compilers of mysterious pedantry... | David Robillard | 1 | -1/+1 |
2008-10-11 | Properly identify (and normalize) symbols that start with a number (illegal i... | David Robillard | 1 | -5/+12 |
2008-10-03 | Good riddance. | David Robillard | 1 | -18/+0 |
2008-10-02 | Remove JACK dependence from RAUL. | David Robillard | 1 | -248/+0 |
2008-08-22 | Lash D-Bus support and projects list from LADI Patchage, with improvements/cl... | David Robillard | 1 | -5/+2 |
2008-08-15 | Install Raul Symbol.hpp. | David Robillard | 1 | -1/+1 |
2008-08-15 | Add strong Symbol class (just a restricted string, like path) and use it for ... | David Robillard | 2 | -0/+78 |
2008-07-29 | Bump Ingen librdf dependency to 1.0.8. | David Robillard | 1 | -3/+14 |
2008-05-23 | Merge improvemennts to MIDI stuff from Ardour. | David Robillard | 1 | -44/+46 |
2008-05-01 | GCC 4.3 fixes. | David Robillard | 3 | -0/+3 |
2008-03-14 | Exit clean on ctrl+c when running engine only. | David Robillard | 1 | -1/+1 |
2008-02-09 | Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere. | David Robillard | 3 | -21/+38 |
2008-01-07 | Raul 0.4.0. | David Robillard | 1 | -2/+3 |
2008-01-06 | More verbose LASH console output. | David Robillard | 3 | -3/+9 |
2008-01-01 | RAUL code cleanup. | David Robillard | 3 | -108/+17 |
2007-12-12 | Fix initialisation order warnings. | David Robillard | 1 | -4/+4 |
2007-12-07 | Fix termination of evolution and resumed Jack execution. | David Robillard | 1 | -1/+4 |
2007-12-06 | MIDI robustness fixes. | David Robillard | 1 | -2/+3 |
2007-12-03 | Fix Raul building. | David Robillard | 1 | -2/+2 |
2007-11-30 | Split redland C++ wrappers out from Raul. | David Robillard | 6 | -691/+0 |
2007-11-30 | Less ugly blank node names. | David Robillard | 1 | -2/+3 |
2007-11-29 | Add base URI support to RDF model (ability to write pretty <> in Turtle with ... | David Robillard | 1 | -10/+14 |
2007-10-22 | Stricter limitations for path symbols/names (C symbols, equivalent to lv2:sym... | David Robillard | 1 | -21/+58 |
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 | 2 | -3/+3 |
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 | 1 | -2/+6 |
2007-10-08 | Update.. stuff... I hate SVN... | David Robillard | 1 | -21/+21 |
2007-10-08 | Fixed missing symbol in Raul. | David Robillard | 1 | -1/+1 |
2007-10-05 | Fix connection serialisation. | David Robillard | 2 | -1/+8 |
2007-10-02 | Be veeewwwwyy quiet, I'm hunting bugwits! | David Robillard | 1 | -1/+4 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 1 | -0/+2 |
2007-09-20 | Add locking support to RDF stuff for dealing with concurrent librdf use. | David Robillard | 4 | -9/+45 |
2007-09-19 | Automatically attempt to qualify qnames when used to create RDF resource nodes. | David Robillard | 1 | -5/+8 |
2007-09-12 | Const-correctness for Raul::RDF::Node type conversion functions. | David Robillard | 1 | -6/+6 |
2007-09-08 | Pretty RDF boolean reading. | David Robillard | 1 | -0/+23 |
2007-09-07 | Fix port highlighting. | David Robillard | 1 | -2/+2 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 10 | -17/+17 |
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 | 15 | -24/+24 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 1 | -1/+1 |
2007-07-04 | Fix model URI serialization relative to base URI. | David Robillard | 1 | -6/+12 |
2007-06-24 | Move exessive Thread code from header to source file. | David Robillard | 1 | -0/+85 |
2007-05-04 | Redland failed assertion fixes. | David Robillard | 1 | -5/+16 |
2007-05-04 | Added missing includes. | David Robillard | 1 | -2/+2 |
2007-05-01 | Fixed remote patch loading. | David Robillard | 1 | -2/+6 |
2007-05-01 | Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal... | David Robillard | 7 | -299/+493 |