summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Move LV2 extension stuff to less horribly named directory.David Robillard3-3/+3
2008-09-30Install pkg-config file for lv2core.David Robillard1-1/+0
2008-09-30Install pkg-config files for libraries.David Robillard1-6/+14
2008-09-30Wafify ingen.David Robillard1-2/+2
2008-09-30Bring lv2core in on the waf party.David Robillard1-1/+1
2008-09-30Wafify SLV2.David Robillard3-74/+87
2008-09-29Add slv2_instance_get_extension_data.David Robillard2-0/+20
2008-09-29Add slv2_port_get_value.David Robillard3-0/+55
2008-09-09Reorganize repository to allow tagging.David Robillard0-0/+0
2008-09-07Move debian -> debian-sid.David Robillard10-4/+10
2008-08-03Minor cleanups for easier seddability.David Robillard17-19/+19
2008-07-30Fix type passed to ScalePoints functions (actually just an opaque pointer, ae...David Robillard1-5/+5
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