summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Update copyright headersDavid Robillard139-139/+139
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard123-595/+4
2011-04-16Hide process slave stuff from Engine.hpp.David Robillard12-105/+132
2011-04-16Simpler and documented Engine main loop interface.David Robillard4-47/+32
2011-04-15Remove unnecessary forward declarations.David Robillard1-4/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard16-20/+20
2011-04-15Remove pointless module interface to ingen_module (World).David Robillard1-7/+6
2011-04-13Consistent local or installed includes for interface headers.David Robillard37-55/+61
2011-04-13Tidy up headers towards being API appropriate.David Robillard2-8/+21
2011-04-05Remove invalid copy pasted comment (fix ticket #672).David Robillard1-8/+0
2011-04-01Remove unnecessary dlfcn.h includes.David Robillard3-8/+12
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-5/+5
2011-03-15Fix errors caught by GCC 4.5.2.David Robillard1-2/+2
2011-03-10Use LV2_EVENT_URI.David Robillard1-1/+3
2011-03-10Use event extension context to map MidiEvent.David Robillard3-6/+15
2011-03-09Update for new SLV2 API.David Robillard2-19/+14
2011-03-07Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes.David Robillard2-3/+13
2011-02-19Remove cruft, clean up Jack shutdown stuff.David Robillard2-8/+3
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard21-89/+83
2011-02-17Jack session support for ingen.David Robillard4-16/+83
2011-02-17Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.David Robillard5-117/+84
2011-02-16Tidy up serialiser interface.David Robillard1-2/+8
2011-02-16Sord::Resource => Sord::URI.David Robillard1-1/+1
2011-02-16Drop redlandmm for sordmm.David Robillard5-13/+8
2011-02-16Remove Jack buffer size kludge (fixed in jack r4127).David Robillard1-2/+0
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-1/+1
2011-02-15Sshh.David Robillard1-1/+0
2011-02-15Ignore jack buffer size callbacks, since svn jack is broken and reports buffe...David Robillard1-0/+2
2011-02-11Remove LADSPA support from Ingen (LADSPA can be used via NASPRO).David Robillard10-830/+7
2011-02-04Fix warnings when building with --strict (but without --debug).David Robillard1-1/+1
2011-01-08Clean up code (cpplint).David Robillard20-36/+75
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard3-12/+12
2011-01-08Support "request run" feature from contexts extension.David Robillard11-35/+123
2010-12-25Remove useless templatification of RingBuffer.David Robillard4-9/+9
2010-12-25Trim raul/Atom.hpp include tree.David Robillard8-8/+0
2010-12-23Fix crash when client attempts to set event port value to non-blob (fix ticke...David Robillard1-1/+1
2010-12-17Take RDF serialisation language as a parameter (rather than hardcoded "turtle").David Robillard1-1/+1
2010-12-16Update Doxygen file.David Robillard1-0/+2
2010-12-16Updates for waf 1.6.David Robillard1-30/+30
2010-12-15Keep soup.h include local, to keep netdb.h include away from glibmm include t...David Robillard2-5/+16
2010-11-30Consistent naming for URI quarks.David Robillard5-14/+14
2010-11-26Update for latest LV2 #include style.David Robillard17-20/+20
2010-11-26Fix race crash processing event list (Raul::ListImpl seriously needs an audit...David Robillard1-5/+11
2010-11-26Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic ...David Robillard1-6/+6
2010-10-28Fix ingen_http local library name.David Robillard1-1/+2
2010-10-27Update for new Atom extension.David Robillard4-19/+19
2010-10-18Implement URI unmap extension and use it to serialise JSON dictionary keys.David Robillard1-2/+0
2010-10-17Don't log every port resize.David Robillard1-3/+3
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard10-43/+59
2010-10-06Add scheme to LV2 URI-based includes.David Robillard17-20/+20