summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2011-04-28Rename slv2 to lilv.David Robillard1-89/+70
API breakage was proving too much of a hassle, and would be even further of a mess after release and packaging. Best to make a clean break now, and fix installation to support parallel installs and prevent this kind of problem in the future. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3217 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28More future-proof collection APIs.David Robillard1-1/+1
Make all iterator actions occur through a collection specific function. Verbose, and a low of API, but allows for the possibility of different collection implementation types (given a choice between verbosity and no type safety, I'll take verbosity). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3211 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28Bump versions.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3207 a436a847-0d15-0410-975c-d299462d15a1
2011-04-22Fix Python whitespace (PEP8)David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3195 a436a847-0d15-0410-975c-d299462d15a1
2011-04-22Add Python waf options.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3190 a436a847-0d15-0410-975c-d299462d15a1
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard1-4/+6
Remove UI extension API and header from public APIs entirely. Rework UI instance API to support multiple UIs and a more precise notion of embedding support. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3186 a436a847-0d15-0410-975c-d299462d15a1
2011-04-19Remove use of new (2.6) python exception syntax.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3168 a436a847-0d15-0410-975c-d299462d15a1
2011-03-28Implement variable expansion on Windows and use standard LV2_PATHDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3132 a436a847-0d15-0410-975c-d299462d15a1
2011-03-28Fix Windows buildDavid Robillard1-6/+17
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3129 a436a847-0d15-0410-975c-d299462d15a1
2011-03-27Update waf to use gnu_dirs tool and use dir vars more sanely.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3124 a436a847-0d15-0410-975c-d299462d15a1
2011-03-18Fix whitespace.David Robillard1-234/+236
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3118 a436a847-0d15-0410-975c-d299462d15a1
2011-03-17Add waf upload_docs.David Robillard1-3/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3114 a436a847-0d15-0410-975c-d299462d15a1
2011-03-17Add waf fixdocs to strip decorators from doxygen documentation.David Robillard1-6/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3112 a436a847-0d15-0410-975c-d299462d15a1
2011-03-17Improve documentation.David Robillard1-0/+11
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3110 a436a847-0d15-0410-975c-d299462d15a1
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-15/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3095 a436a847-0d15-0410-975c-d299462d15a1
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