Age | Commit message (Expand) | Author | Files | Lines |
2012-05-14 | Real-time safe LV2 message handling. | David Robillard | 5 | -35/+113 |
2012-05-13 | Fix wonky conditional. | David Robillard | 1 | -1/+1 |
2012-05-13 | Sanify atom port buffer size stuff (fix dead assignment). | David Robillard | 1 | -7/+8 |
2012-05-13 | Avoid possibly creating a variable length array of size 0. | David Robillard | 1 | -1/+1 |
2012-05-13 | Remove unused variable. | David Robillard | 1 | -1/+0 |
2012-05-12 | Fix typo. | David Robillard | 1 | -1/+1 |
2012-05-12 | More work towards checking contexts via parameter rather than thread magic. | David Robillard | 24 | -55/+90 |
2012-05-12 | Fix memory errors when running as LV2 plugin. | David Robillard | 2 | -9/+14 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 31 | -115/+104 |
2012-05-12 | Remove redundant thread assertions. | David Robillard | 8 | -15/+4 |
2012-05-12 | Add thread assertion. | David Robillard | 1 | -0/+2 |
2012-05-12 | Fix compilation of debug stuff. | David Robillard | 1 | -7/+7 |
2012-05-12 | Remove Ping event and associated cruft. | David Robillard | 3 | -81/+9 |
2012-05-12 | Fix memory leaks. | David Robillard | 2 | -0/+3 |
2012-05-11 | Fix uninitialized variable. | David Robillard | 1 | -0/+1 |
2012-05-11 | Fix compilation with clang. | David Robillard | 10 | -49/+43 |
2012-05-11 | Make IngenPort non-pure. | David Robillard | 2 | -12/+9 |
2012-05-11 | Move buffer stuff down to EnginePort. | David Robillard | 3 | -27/+28 |
2012-05-11 | Move Forge to the appropriate namespace. | David Robillard | 7 | -9/+9 |
2012-05-11 | Add missing includes. | David Robillard | 13 | -10/+25 |
2012-05-11 | Lint. | David Robillard | 1 | -1/+1 |
2012-05-11 | Fix compilation with GCC 4.7. | David Robillard | 1 | -10/+6 |
2012-05-11 | "Connection" => "Edge" | David Robillard | 18 | -176/+168 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 21 | -61/+60 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 6 | -36/+33 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 34 | -208/+133 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 27 | -39/+19 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 7 | -33/+35 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 4 | -62/+50 |
2012-05-09 | Support TCP sockets. | David Robillard | 1 | -0/+1 |
2012-05-09 | DriverPort => EnginePort. | David Robillard | 10 | -70/+117 |
2012-05-09 | Factor audio thread execution stuff out of JackDriver into Engine::run(). | David Robillard | 19 | -125/+105 |
2012-05-09 | Simply event interface design and make only one pre-process thread. | David Robillard | 11 | -198/+83 |
2012-05-03 | Real-time safe event source management (oops). | David Robillard | 3 | -14/+26 |
2012-05-03 | Work towards a proper server infrastructure with a thread per connection. | David Robillard | 6 | -18/+24 |
2012-05-03 | Separate EventWriter interface from EventQueue. | David Robillard | 7 | -76/+75 |
2012-05-03 | More work towards separating event interfaces from queueing implementation. | David Robillard | 5 | -13/+99 |
2012-05-02 | Separate EventSource interface from EventQueue implementation. | David Robillard | 6 | -28/+25 |
2012-05-02 | Add some assertions to hopefully track down a rare bug. | David Robillard | 2 | -1/+4 |
2012-05-02 | On-demand loading of individual plugins. | David Robillard | 2 | -5/+21 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 1 | -9/+12 |
2012-04-28 | Fix MIDI input. | David Robillard | 2 | -6/+8 |
2012-04-28 | Remove use of std::cerr. | David Robillard | 1 | -1/+2 |
2012-04-28 | Use CV ports on internal modules. | David Robillard | 4 | -14/+14 |
2012-04-28 | Tidy. | David Robillard | 5 | -30/+36 |
2012-04-28 | Gracefully handle UI communication ring overflow. | David Robillard | 1 | -4/+13 |
2012-04-28 | Actually filter redundant port activity messages. | David Robillard | 1 | -10/+7 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 15 | -113/+113 |
2012-04-28 | Lint. | David Robillard | 13 | -40/+46 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 11 | -28/+14 |