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