summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-30Move stuff for various binding languages to own directories.David Robillard8-34/+42
2008-07-30Print names too in python test.David Robillard1-1/+1
2008-07-30Fix building with language bindings.David Robillard1-2/+2
2008-07-07Debian packaging for lv2core.David Robillard1-0/+1
2008-07-06Debian packaging.David Robillard2-1/+3
2008-07-06Debian packaging stuff.David Robillard3-3/+12
2008-07-06Working 'make install-man' target from top level.David Robillard1-0/+3
2008-07-06Update ChangeLog.David Robillard1-3/+4
2008-07-06Rename slv2_plugin_get_port_range to slv2_plugin_get_port_ranges_float (avoid...David Robillard4-17/+21
2008-07-06Move python m4 crap to acinclude.m4 to relieve autohell issues.David Robillard3-6/+274
2008-06-18Fix make distcheck.David Robillard3-9/+10
2008-06-09Fix building w/o doxygen maybe for real this time.David Robillard2-4/+6
2008-06-09Fix documentation building.David Robillard1-4/+6
2008-06-09Build documentation on 'make' when --enable-documentation used (fix ticket #1...David Robillard1-0/+2
2008-05-29Fix missing redland message.David Robillard1-1/+1
2008-05-16Fix query warning.David Robillard1-1/+1
2008-05-16Actually fix plugins with binary not mentioned in the manifest (just always l...David Robillard3-10/+5
2008-05-16Fix support for plugins where binary is not mentioned in manifest.David Robillard1-25/+20
2008-05-09Remove invalid assertion.David Robillard1-1/+0
2008-05-03Handle plugins with missing binaries more gracefully.David Robillard2-20/+24
2008-05-03Parse files directly into "world" model instead of into a temporary model, th...David Robillard2-15/+2
2008-05-03Use new redland "trees" store, if available (100 fold performance increases i...David Robillard2-11/+25
2008-05-03Add slv2_plugin_get_port_ranges.David Robillard5-15/+106
2008-05-01GCC 4.3 fixes.David Robillard1-3/+4
2008-05-01Apply event reference counting (stubs) patch from larsl.David Robillard1-1/+13
2008-04-29Don't print "Properties:" header for ports with no properties.David Robillard1-2/+4
2008-04-29Fix librdf assertion failures on plugins where no binary is found.David Robillard2-3/+4
2008-04-12LV2 UI extension updates from larsl.David Robillard4-61/+126
2008-03-19Fix URI map extension implemenation in lv2_jack_host.David Robillard1-1/+1
2008-03-19Support plugins where lv2:binary is not in manifest.ttlDavid Robillard2-3/+30
2008-03-12Sorta workingish chicken scheme bindings.David Robillard6-7/+27
2008-02-17Fix SWIG stuff.David Robillard3-1/+3
2008-02-17Fix SLV2 building from top level.David Robillard1-268/+0
2008-02-17Check for Python properly before attempting to build bindings.David Robillard6-34/+333
2008-02-17Update Swig/Python bindings.David Robillard4-10/+39
2008-02-10Fix lv2_simple_jack_host crash.David Robillard1-5/+5
2008-02-09Gracefully handle UIs that fail to instantiate.David Robillard1-3/+4
2008-02-05Fix LV2 event stuff, courtesy kfoltman.David Robillard1-1/+1
2008-02-05distcheck fixes.David Robillard1-1/+1
2008-02-02Revert to stupid pre-pkg-config idiotic bullshit.David Robillard1-5/+29
2008-02-02Bump redland requirement and use the pkg-config stuff.David Robillard1-4/+1
2008-02-01Pad LV2 event buffers.David Robillard1-1/+1
2008-02-01Fix LV2 event stuff (header and lv2_jack_host).David Robillard1-1/+1
2008-02-01Generic LV2 event support in lv2_jack_host.David Robillard9-378/+63
2008-01-31Bump rasqal dependency to 0.9.14 (so ORDER BY works).David Robillard1-1/+2
2008-01-31Slightly more gracefully fail on broken rasqal ORDER BY, or plugins with miss...David Robillard1-4/+16
2008-01-28Documentation fixes.David Robillard4-35/+35
2008-01-28Remove debugging console barf.David Robillard1-3/+1
2008-01-28Add slv2_plugin_get_num_ports_of_class.David Robillard3-1/+48
2008-01-27Packaging stuff.David Robillard19-21/+371