Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 1 | -3/+6 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -3/+3 |
2012-12-21 | Gracefully ignore plugins which require unsupported features or have unknown ... | David Robillard | 1 | -0/+2 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 |
2012-08-18 | Node => Block | David Robillard | 1 | -2/+2 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -1/+5 |
2012-08-12 | Fix memory leaks. | David Robillard | 1 | -2/+3 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -3/+3 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 1 | -1/+1 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -0/+61 |