summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2011-03-10Hide as many collection details as possible while keeping generic iterator / ↵David Robillard1-1/+1
SLV2_FOREACH API. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3064 a436a847-0d15-0410-975c-d299462d15a1
2011-03-09New collections and iterator API.David Robillard1-1/+0
Deprecate slv2_*_get_at. Remove slv2_world_get_plugins_by_filter. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3057 a436a847-0d15-0410-975c-d299462d15a1
2011-03-06Python 2/3: Use print('') instead of print() to print empty lines.David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3042 a436a847-0d15-0410-975c-d299462d15a1
2011-03-03Fix Python3 compatibility.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3036 a436a847-0d15-0410-975c-d299462d15a1
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-3/+8
Add slv2_ui_instance_new as a replacement for slv2_ui_instantiate (now deprecated), which supports cross-toolkit embedding by taking an additional widget type pointer. Remove direct Suil dependency from Ingen. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3022 a436a847-0d15-0410-975c-d299462d15a1
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard1-13/+3
Deprecate slv2_ui_instance_get_descriptor and slv2_ui_instance_get_handle. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3020 a436a847-0d15-0410-975c-d299462d15a1
2011-02-17Enable dyn-manifest by default.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2983 a436a847-0d15-0410-975c-d299462d15a1
2011-02-17Jack session support for lv2_jack_host.David Robillard1-2/+19
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2975 a436a847-0d15-0410-975c-d299462d15a1
2011-02-17Fix UI support.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2974 a436a847-0d15-0410-975c-d299462d15a1
2011-02-17Make ui.h C++ compatible.David Robillard1-1/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2971 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Tidy.David Robillard1-34/+41
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2948 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Add --no-swig configuration option.David Robillard1-10/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2947 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Install python bindings.David Robillard1-1/+5
Automating python pretty-printing for Value. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2941 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Add C++ and Python bindings.David Robillard1-1/+25
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2940 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Install Bash completion script by default.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2939 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Move lv2_jack_host to utils directory.David Robillard1-10/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2938 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Make UI support a compile-time option, and separate UI functions into slv2/ui.h.David Robillard1-2/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2930 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Improve default LV2_PATH code.David Robillard1-11/+24
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2929 a436a847-0d15-0410-975c-d299462d15a1
2011-02-12Use new-style LV2 includes.David Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2926 a436a847-0d15-0410-975c-d299462d15a1
2011-02-11Fix dynamic manifest support.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2921 a436a847-0d15-0410-975c-d299462d15a1
2011-02-10Make directory separator (e.g. '/') and path separator (e.g. ':') ↵David Robillard1-0/+8
compile-time parameters. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2914 a436a847-0d15-0410-975c-d299462d15a1
2011-02-04Replace use of raptor (for raptor_sequence) with glib.David Robillard1-4/+5
SLV2 now depends only on serd, sord, and glib. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2903 a436a847-0d15-0410-975c-d299462d15a1
2011-02-04Tidy.David Robillard1-3/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2902 a436a847-0d15-0410-975c-d299462d15a1
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-7/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2895 a436a847-0d15-0410-975c-d299462d15a1
2011-01-30Remove all use of, and API support for, SPARQL.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2875 a436a847-0d15-0410-975c-d299462d15a1
2011-01-30Add blank node type for value, to allow the user to 'join' statementDavid Robillard1-3/+2
queries on blank node values with the simple get_value functions. Remove use of SPARQL from lv2_inspect. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2874 a436a847-0d15-0410-975c-d299462d15a1
2011-01-26Support new autowaf testing API.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2839 a436a847-0d15-0410-975c-d299462d15a1
2011-01-19Add ./waf configure --no-utils option to avoid building command line utilities.David Robillard1-2/+4
Support latest autowaf. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2836 a436a847-0d15-0410-975c-d299462d15a1
2011-01-08Fix unit test compilation.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2802 a436a847-0d15-0410-975c-d299462d15a1
2011-01-08Build command-line utilities.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2798 a436a847-0d15-0410-975c-d299462d15a1
2011-01-06Link against -ldl (fix waf compatibility break, obj.linkflags instead of ↵David Robillard1-1/+1
obj.ldflags). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2789 a436a847-0d15-0410-975c-d299462d15a1
2010-12-17Use autowaf.run_ldconfig.David Robillard1-3/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2728 a436a847-0d15-0410-975c-d299462d15a1
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works ↵David Robillard1-3/+3
with waf 1.6) (fix ticket #610). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2724 a436a847-0d15-0410-975c-d299462d15a1
2010-12-16Remove documentation installation stuff (handled by autowaf.build_dox now).David Robillard1-3/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2722 a436a847-0d15-0410-975c-d299462d15a1
2010-12-16Updates for waf 1.6.David Robillard1-31/+31
Note: this revision breaks documentation installation. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2719 a436a847-0d15-0410-975c-d299462d15a1
2010-12-15Fix default LV2_PATH on Haiku.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2710 a436a847-0d15-0410-975c-d299462d15a1
2010-12-15Keep soup.h include local, to keep netdb.h include away from glibmm include ↵David Robillard1-1/+1
to avoid clashing symbol HOST_NOT_FOUND (fix ticket #328). Yes, this is as mind-blowingly stupid of a thing to have to work around as it seems. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2704 a436a847-0d15-0410-975c-d299462d15a1
2010-11-26Update for latest LV2 #include style.David Robillard1-16/+21
Enable building against system installed LV2 extensions. Fix building slv2 and ingen independently. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2675 a436a847-0d15-0410-975c-d299462d15a1
2010-10-28Move -ldl to from ccflags to ldflags.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2656 a436a847-0d15-0410-975c-d299462d15a1
2010-06-04Add LV2CORE and REDLAND flags to unit test compilation.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2575 a436a847-0d15-0410-975c-d299462d15a1
2010-06-01Clean up configuration output.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2572 a436a847-0d15-0410-975c-d299462d15a1
2010-03-12Make default LV2_PATH a configure-time option (supporting ~ and glob expansion).David Robillard1-1/+14
Use LIBDIRNAME in default LV2_PATH if none is given (e.g. use lib64 instead of lib if --libdir=/usr/lib64). Fix ticket #465. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2544 a436a847-0d15-0410-975c-d299462d15a1
2010-03-05Hide symbols by default and explicitly export API (clean ABI).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2530 a436a847-0d15-0410-975c-d299462d15a1
2010-03-05Parse all files with correct base URI.David Robillard1-2/+3
Support relative URIs returned from lv2_descriptor. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2529 a436a847-0d15-0410-975c-d299462d15a1
2010-02-01Build unit tests against local library version/headers, even if installed.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2401 a436a847-0d15-0410-975c-d299462d15a1
2010-01-07Support `./waf test' from top level.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2369 a436a847-0d15-0410-975c-d299462d15a1
2010-01-07Move unit testing and coverage framework into autowaf.David Robillard1-5/+20
Make raul tests return 0 on success, 1 on failure. Test coverage for Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2368 a436a847-0d15-0410-975c-d299462d15a1
2009-12-30Print configuration header before running configure checks.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2320 a436a847-0d15-0410-975c-d299462d15a1
2009-12-05Don't check for lv2core version.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2293 a436a847-0d15-0410-975c-d299462d15a1
2009-11-18Link against -ldl (ticket #440).David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2272 a436a847-0d15-0410-975c-d299462d15a1