summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Real-time safe LV2 message handling.David Robillard5-35/+113
2012-05-13Fix wonky conditional.David Robillard1-1/+1
2012-05-13Handle exception by reference.David Robillard3-6/+6
2012-05-13Initialize all members on construction.David Robillard2-8/+21
2012-05-13Sanify atom port buffer size stuff (fix dead assignment).David Robillard1-7/+8
2012-05-13Avoid possibly creating a variable length array of size 0.David Robillard1-1/+1
2012-05-13Remove unused variable.David Robillard1-1/+0
2012-05-12Fix typo.David Robillard1-1/+1
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard24-55/+90
2012-05-12Fix memory errors when running as LV2 plugin.David Robillard3-10/+19
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard31-115/+104
2012-05-12Remove redundant thread assertions.David Robillard8-15/+4
2012-05-12Add thread assertion.David Robillard1-0/+2
2012-05-12Select newly pasted objects so they can be easily moved.David Robillard4-3/+12
2012-05-12Don't send selection information to the server.David Robillard4-23/+0
2012-05-12Get copy and paste working again.David Robillard5-92/+125
2012-05-12Fix compilation of debug stuff.David Robillard1-7/+7
2012-05-12Remove Ping event and associated cruft.David Robillard3-81/+9
2012-05-12Fix memory leaks.David Robillard4-1/+12
2012-05-11Fix uninitialized variable.David Robillard1-0/+1
2012-05-11Fix compilation with clang.David Robillard10-49/+43
2012-05-11Avoid including gtkmm.hDavid Robillard30-27/+99
2012-05-11Make IngenPort non-pure.David Robillard2-12/+9
2012-05-11Move buffer stuff down to EnginePort.David Robillard3-27/+28
2012-05-11Move Forge to the appropriate namespace.David Robillard13-21/+23
2012-05-11Add missing includes.David Robillard48-21/+102
2012-05-11Lint.David Robillard7-26/+26
2012-05-11Fix compilation with GCC 4.7.David Robillard1-10/+6
2012-05-11"Connection" => "Edge"David Robillard27-261/+248
2012-05-11Clean up and better document World interface.David Robillard35-169/+153
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard32-208/+190
2012-05-10Fix compilation on Mac OS X.David Robillard2-2/+6
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard56-389/+292
2012-05-10LV2URIMap => URIMap.David Robillard70-175/+143
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard15-123/+79
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard22-151/+571
2012-05-10Don't double initialize Jack when running ingen -egDavid Robillard1-5/+4
2012-05-09Factor out Socket from SocketListener and make interface more general.David Robillard4-101/+206
2012-05-09Remove old HTTP and OSC stuff.David Robillard30-3657/+12
2012-05-09Support TCP sockets.David Robillard4-38/+159
2012-05-09DriverPort => EnginePort.David Robillard10-70/+117
2012-05-09Factor audio thread execution stuff out of JackDriver into Engine::run().David Robillard19-125/+105
2012-05-09SocketInterface => SocketReader.David Robillard4-35/+42
2012-05-09Remove unused accessor.David Robillard1-2/+0
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard15-263/+99
2012-05-09Persistent socket interface and interactive shell.David Robillard2-55/+148
2012-05-03Real-time safe event source management (oops).David Robillard3-14/+26
2012-05-03Work towards a proper server infrastructure with a thread per connection.David Robillard12-87/+243
2012-05-03Separate EventWriter interface from EventQueue.David Robillard8-82/+83
2012-05-03More work towards separating event interfaces from queueing implementation.David Robillard6-14/+100