summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-02-15Trim more redlandmm API.David Robillard4-22/+14
2011-02-15Remove SPARQL query stuff from Redlandmm.David Robillard2-294/+181
2011-02-15Ignore jack buffer size callbacks, since svn jack is broken and reports buffe...David Robillard1-0/+2
2011-02-12Update for new SLV2 #include structure.David Robillard1-1/+3
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-02-04Update to current librdf-free slv2.David Robillard1-1/+1
2011-01-31Non-SPARQL LV2 presets implementation (compile against new slv2).David Robillard1-27/+58
2011-01-31Fix broken loop.David Robillard1-1/+1
2011-01-10Fix module loading on OSX (this revision of Ingen confirmed working on Mac OS...David Robillard3-9/+12
2011-01-10Remove shared/engine dependency on sigc++.David Robillard4-4/+2
2011-01-08Clean up code (cpplint).David Robillard20-36/+75
2011-01-08Support via waf for running from the build directory.David Robillard4-18/+34
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard5-14/+14
2011-01-08Support "request run" feature from contexts extension.David Robillard15-42/+132
2011-01-06Link against -ldl when necessary.David Robillard1-0/+1
2010-12-25Remove useless templatification of RingBuffer.David Robillard4-9/+9
2010-12-25Trim raul/Atom.hpp include tree.David Robillard12-13/+1
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 Robillard3-4/+4
2010-12-17Simplify blank node ID stuff (and remove circular dependency of World and Node).David Robillard1-1/+1
2010-12-17Use an actual wrapper for query results (instead of building a Bindings and r...David Robillard2-71/+67
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works with...David Robillard1-1/+1
2010-12-16Update Doxygen file.David Robillard1-0/+2
2010-12-16Updates for waf 1.6.David Robillard7-73/+73
2010-12-16Fix compilation without HAVE_SLV2.David Robillard1-2/+2
2010-12-15Fix broken disabling of rename window OK button (fix ticket #502).David Robillard2-20/+6
2010-12-15Keep soup.h include local, to keep netdb.h include away from glibmm include t...David Robillard6-11/+36
2010-12-14Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529).David Robillard2-5/+17
2010-11-30Gracefully handle out of range event URI mappings.David Robillard2-0/+9
2010-11-30Actually implement event context URI mapping (translate to/from global URI ID...David Robillard2-71/+90
2010-11-30Consistent naming for URI quarks.David Robillard14-102/+102
2010-11-26Update for latest LV2 #include style.David Robillard22-29/+29
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 Robillard4-9/+9
2010-10-29Explicit copy constructor for Ingen::Client::ObjectModel.David Robillard3-4/+19
2010-10-28Fix ingen_http local library name.David Robillard1-1/+2
2010-10-28Add missing local library dependencies.David Robillard1-1/+1
2010-10-28OSX compilation fix: #include missing <math.h> and use std::isnan.David Robillard1-2/+3
2010-10-27Update for new Atom extension.David Robillard10-31/+30
2010-10-18Implement URI unmap extension and use it to serialise JSON dictionary keys.David Robillard4-5/+62
2010-10-17Fix raul include to use quotes.David Robillard1-1/+1
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 Robillard20-66/+85
2010-10-06Add scheme to LV2 URI-based includes.David Robillard22-28/+28
2010-10-06Use URI-based LV2 header includes.David Robillard28-34/+28
2010-10-04Gracefully handle UIs that try to write to illegal port indices.David Robillard1-1/+8
2010-09-30Declare single-argument constructors explicit (except where implicit conversi...David Robillard16-16/+16
2010-09-30Trim include tree.David Robillard4-6/+3
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard8-20/+20