Age | Commit message (Expand) | Author | Files | Lines |
2012-05-13 | Initialize all members on construction. | David Robillard | 2 | -8/+21 |
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 | 3 | -10/+19 |
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 | Select newly pasted objects so they can be easily moved. | David Robillard | 4 | -3/+12 |
2012-05-12 | Don't send selection information to the server. | David Robillard | 5 | -24/+0 |
2012-05-12 | Get copy and paste working again. | David Robillard | 7 | -105/+125 |
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 | 4 | -1/+12 |
2012-05-11 | Fix uninitialized variable. | David Robillard | 1 | -0/+1 |
2012-05-11 | Make FeatureArray a Noncopyable. | David Robillard | 1 | -1/+2 |
2012-05-11 | Fix compilation with clang. | David Robillard | 10 | -49/+43 |
2012-05-11 | Avoid including gtkmm.h | David Robillard | 30 | -27/+99 |
2012-05-11 | Make IngenPort non-pure. | David Robillard | 2 | -12/+9 |
2012-05-11 | Generate API documentation. | David Robillard | 36 | -40/+102 |
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 | 17 | -34/+35 |
2012-05-11 | Fix include guards. | David Robillard | 15 | -43/+43 |
2012-05-11 | Add missing includes. | David Robillard | 55 | -22/+113 |
2012-05-11 | Lint. | David Robillard | 7 | -26/+26 |
2012-05-11 | Fix compilation with GCC 4.7. | David Robillard | 1 | -10/+6 |
2012-05-11 | "Connection" => "Edge" | David Robillard | 32 | -285/+272 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 38 | -214/+219 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 33 | -225/+203 |
2012-05-10 | Fix compilation on Mac OS X. | David Robillard | 2 | -2/+6 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 56 | -389/+292 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 77 | -199/+168 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 18 | -127/+120 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 24 | -160/+579 |
2012-05-10 | Bump required sratom version. | David Robillard | 1 | -1/+1 |
2012-05-10 | Don't double initialize Jack when running ingen -eg | David Robillard | 1 | -5/+4 |
2012-05-09 | Remove vestigial liblo cruft. | David Robillard | 1 | -5/+0 |
2012-05-09 | Factor out Socket from SocketListener and make interface more general. | David Robillard | 4 | -101/+206 |
2012-05-09 | Remove old HTTP and OSC stuff. | David Robillard | 32 | -3677/+13 |
2012-05-09 | Support TCP sockets. | David Robillard | 5 | -51/+193 |
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 | 20 | -125/+112 |
2012-05-09 | SocketInterface => SocketReader. | David Robillard | 4 | -35/+42 |
2012-05-09 | Remove unused accessor. | David Robillard | 1 | -2/+0 |
2012-05-09 | Simply event interface design and make only one pre-process thread. | David Robillard | 15 | -263/+99 |
2012-05-09 | Persistent socket interface and interactive shell. | David Robillard | 4 | -89/+198 |
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 | 12 | -87/+243 |