Age | Commit message (Expand) | Author | Files | Lines |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 1 | -1/+1 |
2012-08-12 | Remove message context cruft. | David Robillard | 1 | -8/+0 |
2012-08-11 | Hooray for const. | David Robillard | 1 | -1/+1 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -1/+1 |
2012-07-31 | Fix running as an LV2 plugin. | David Robillard | 1 | -0/+4 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -9/+9 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -0/+4 |
2012-06-29 | Fix crashes caused by events attempting to respond to deleted clients (fix #8... | David Robillard | 1 | -2/+3 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -4/+0 |
2012-05-22 | More work on test suite. | David Robillard | 1 | -0/+21 |
2012-05-18 | Beginnings of a test framework. | David Robillard | 1 | -4/+21 |
2012-05-14 | Remove Thread context stuff and add a thread-specific variable class, ThreadV... | David Robillard | 1 | -4/+4 |
2012-05-14 | Real-time safe LV2 message handling. | David Robillard | 1 | -4/+6 |
2012-05-12 | More work towards checking contexts via parameter rather than thread magic. | David Robillard | 1 | -5/+4 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 1 | -3/+3 |
2012-05-12 | Remove redundant thread assertions. | David Robillard | 1 | -2/+1 |
2012-05-12 | Fix memory leaks. | David Robillard | 1 | -0/+2 |
2012-05-11 | Fix uninitialized variable. | David Robillard | 1 | -0/+1 |
2012-05-11 | Move Forge to the appropriate namespace. | David Robillard | 1 | -1/+1 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -1/+2 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -1/+1 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -1/+0 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -6/+6 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 1 | -1/+1 |
2012-05-09 | Factor audio thread execution stuff out of JackDriver into Engine::run(). | David Robillard | 1 | -16/+45 |
2012-05-09 | Simply event interface design and make only one pre-process thread. | David Robillard | 1 | -24/+17 |
2012-05-03 | Real-time safe event source management (oops). | David Robillard | 1 | -8/+15 |
2012-05-03 | Work towards a proper server infrastructure with a thread per connection. | David Robillard | 1 | -2/+9 |
2012-05-03 | Separate EventWriter interface from EventQueue. | David Robillard | 1 | -1/+2 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+16 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -8/+9 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -1/+1 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 1 | -0/+12 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 1 | -0/+1 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -14/+21 |
2012-03-10 | Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t... | David Robillard | 1 | -4/+4 |
2011-11-02 | Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace. | David Robillard | 1 | -4/+4 |
2011-10-22 | Remove EventType. | David Robillard | 1 | -1/+0 |
2011-10-21 | Merge Request into Event. | David Robillard | 1 | -6/+6 |
2011-10-21 | Merge QueuedEvent into Event. | David Robillard | 1 | -1/+1 |
2011-10-21 | QueuedEngineInterface => ServerInterfaceImpl. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -3/+3 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Fix running as an LV2 plugin. | David Robillard | 1 | -0/+4 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -2/+4 |
2011-09-23 | Fix memory leaks and errors. | David Robillard | 1 | -3/+8 |
2011-05-18 | Use an intrusive linked list for event queue rather than Raul::List. | David Robillard | 1 | -1/+1 |