summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2010-02-01Fix leaks and an iterator error found by cppcheck.David Robillard2-1/+9
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard84-251/+251
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard4-7/+18
2010-01-29Remove references to deleted ports with control bindings (fix crash when appl...David Robillard4-19/+58
2010-01-29Send binding information to client.David Robillard10-7/+165
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard33-112/+325
2010-01-28Use ingen-ui for prefix instead of ingenuity.David Robillard1-3/+3
2010-01-07Add missing base class virtual destructor stubs.David Robillard2-2/+0
2010-01-07Remove cruft.David Robillard1-21/+0
2010-01-07Fix compilation with ancient boost intrusive_ptr (fix ticket #467).David Robillard2-2/+4
2010-01-07Virtual destructor for EventSource.David Robillard1-1/+1
2010-01-07Better log output.David Robillard2-6/+5
2010-01-07Remove excessive debug output of compiled patch order.David Robillard1-12/+0
2010-01-07Fix HTTP and OSC (make EventSource::activate_source virtual again).David Robillard1-2/+2
2010-01-07Fix compilation with --log-debug.David Robillard4-8/+10
2010-01-07Shrink ClientBroadcaster code via macro.David Robillard3-149/+47
2010-01-07Make ClientBroadcaster itself a ClientInterface.David Robillard10-39/+94
2010-01-07Merge QueuedEventSource and EventSource.David Robillard18-132/+69
2010-01-07Tidy.David Robillard17-75/+22
2010-01-06Do all logging output via Raul streams.David Robillard55-217/+209
2010-01-06Fix error message.David Robillard3-2/+3
2010-01-05JackAudio* -> Jack*David Robillard3-69/+68
2010-01-05JackAudioDriver.[ch]pp -> JackDriver.[ch]ppDavid Robillard4-3/+3
2010-01-05Merge JackMidiDriver and JackAudioDriver.David Robillard28-829/+199
2010-01-05Remove no longer used jack_compat.hDavid Robillard2-57/+0
2010-01-05Realtime safe buffer reference handling.David Robillard20-54/+86
2010-01-05Remove unused Buffer.cpp (Buffer::create).David Robillard1-46/+0
2010-01-05Remove unused Buffer::_local.David Robillard2-2/+1
2010-01-05Event mixing.David Robillard5-12/+99
2010-01-04Remove prototypes for nonexistent EventBuffer methods.David Robillard1-3/+0
2010-01-04Remove unused EventBuffer::append method.David Robillard2-42/+0
2010-01-04Remove redundant LV2EventBuffer class and merge with EventBuffer.David Robillard11-446/+240
2010-01-03Remove patch clear command (fix ticket #375).David Robillard14-310/+0
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard3-5/+9
2009-12-30Turn off debugging.David Robillard1-2/+2
2009-12-30Fix renaming (fix ticket #458).David Robillard2-4/+4
2009-12-30Better error reporting for bad PUT.David Robillard2-8/+23
2009-12-30Fix JACK name of top level ports (fix ticket #457).David Robillard7-6/+30
2009-12-23Remove liblo include from HTTPClientSender (fix building with HTTP and withou...David Robillard1-1/+0
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard16-184/+217
2009-12-18Install headers.David Robillard1-0/+3
2009-12-03Clean up interface headers.David Robillard1-0/+1
2009-11-22Enqueue message thread requests by the port, not by the node.David Robillard4-19/+19
2009-11-22Execute cross-context events in correct increasing time order.David Robillard9-30/+104
2009-11-22Partial support for message/value ports and the message context.David Robillard23-64/+271
2009-11-18Less reliance on Buffer::type() (which doesn't really make sense, since buffe...David Robillard2-30/+24
2009-11-18Remove pointless lv2_contexts.h symlink.David Robillard2-2/+1
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard43-146/+146
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard61-1116/+811
2009-11-15Better Parse plugin, working Print plugin.David Robillard9-12/+12