summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Robillard5-5/+3
2011-01-10Make check for posix_memalign non-mandatory (configure successfully on OSX).David Robillard1-2/+3
2011-01-08Clean up code (cpplint).David Robillard20-36/+75
2011-01-08Support via waf for running from the build directory.David Robillard5-19/+44
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard6-18/+18
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-17Update version in redlandmm configure checks.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-17Use autowaf.run_ldconfig.David Robillard1-0/+1
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works with...David Robillard2-13/+10
2010-12-16Remove documentation installation stuff (handled by autowaf.build_dox now).David Robillard1-1/+0
2010-12-16Update Doxygen file.David Robillard2-3/+14
2010-12-16Updates for waf 1.6.David Robillard8-80/+82
2010-12-16Fix compilation without HAVE_SLV2.David Robillard1-2/+2
2010-12-15Bump FlowCanvas version.David Robillard1-1/+1
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 Robillard23-29/+39
2010-11-26Tidy.David Robillard1-24/+36
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 Robillard5-13/+11
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-28Use autowaf from an external repository (eliminating symlinks to project pare...David Robillard2-2/+2
2010-10-28Remove autowaf.py symlinks (which are apparently unneeded).David Robillard1-1/+0
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 Robillard10-23/+23