summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-22LV2_MessageContext => LV2_Contexts_MessageContext.David Robillard2-2/+2
2010-09-04My name is David. :)David Robillard284-285/+285
2010-06-04Fix module loading on non-Apple (oops).David Robillard1-1/+1
2010-06-04Give patch window a default width and height for inferior window managers.David Robillard1-0/+2
2010-06-04Run unit tests even if lcov is unavailable.David Robillard1-2/+9
2010-05-12Add missing atom.lv2David Robillard1-0/+1
2010-05-04LV2Object => LV2Atom.David Robillard7-14/+14
2010-05-04Rename "object" extension "atom" extension.David Robillard21-78/+77
2010-04-02Fix crashes on exit.David Robillard2-5/+10
2010-03-10Add #include "ingen-config.h" to files that use config #ifdefs that were miss...David Robillard3-0/+3
2010-03-10Remove unused USE_BLANK_NODES stuff.David Robillard1-5/+0