Age | Commit message (Expand) | Author | Files | Lines |
2012-05-13 | Update license to GPL3+. | David Robillard | 1 | -16/+15 |
2011-10-18 | Clang warning fixes. | David Robillard | 1 | -1/+1 |
2011-05-20 | Make boost dependency optional. Note Raul compiled with --cpp0x is NOT compa... | David Robillard | 1 | -3/+2 |
2011-05-18 | Strip double blank lines. | David Robillard | 1 | -2/+0 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2011-01-10 | Touch up documentation (add everything to raul group). | David Robillard | 1 | -0/+1 |
2011-01-08 | Code clean-up (cpplint). | David Robillard | 1 | -2/+5 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -9/+9 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 1 | -10/+12 |
2007-10-08 | Fixed missing symbol in Raul. | David Robillard | 1 | -1/+1 |
2007-10-08 | Eliminate redundant object collections (ObjectModel having a separate collect... | David Robillard | 1 | -0/+3 |
2007-09-12 | Const-correctness for Raul::RDF::Node type conversion functions. | David Robillard | 1 | -1/+1 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 1 | -1/+3 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 1 | -5/+6 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 1 | -3/+7 |
2007-07-26 | Added PathTable, simple pretty wrapper around Table which provides super fast | David Robillard | 1 | -2/+6 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 1 | -1/+1 |
2007-07-26 | Implement std::map[key] = value interface. | David Robillard | 1 | -0/+2 |
2007-07-26 | Add Table unit test. | David Robillard | 1 | -2/+4 |
2007-07-26 | Use C++ey memory via std::vector instead of malloc and friends for Table, sin... | David Robillard | 1 | -15/+20 |
2007-07-26 | Added Raul::Table class (like an std::map but in an array, very fast to do a ... | David Robillard | 1 | -0/+97 |