summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2011-04-30Tidy.David Robillard1-0/+4
2011-04-29value.c => node.cDavid Robillard1-1/+1
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard1-5/+5
2011-04-29Rename files to match type names.David Robillard1-2/+2
2011-04-28Rename slv2 to lilv.David Robillard1-89/+70
2011-04-28More future-proof collection APIs.David Robillard1-1/+1
2011-04-28Bump versions.David Robillard1-1/+1
2011-04-22Fix Python whitespace (PEP8)David Robillard1-1/+1
2011-04-22Add Python waf options.David Robillard1-0/+2
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard1-4/+6
2011-04-19Remove use of new (2.6) python exception syntax.David Robillard1-1/+1
2011-03-28Implement variable expansion on Windows and use standard LV2_PATHDavid Robillard1-1/+1
2011-03-28Fix Windows buildDavid Robillard1-6/+17
2011-03-27Update waf to use gnu_dirs tool and use dir vars more sanely.David Robillard1-2/+3
2011-03-18Fix whitespace.David Robillard1-234/+236
2011-03-17Add waf upload_docs.David Robillard1-3/+6
2011-03-17Add waf fixdocs to strip decorators from doxygen documentation.David Robillard1-6/+7
2011-03-17Improve documentation.David Robillard1-0/+11
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-15/+14
2011-03-10Hide as many collection details as possible while keeping generic iterator / ...David Robillard1-1/+1
2011-03-09New collections and iterator API.David Robillard1-1/+0
2011-03-06Python 2/3: Use print('') instead of print() to print empty lines.David Robillard1-2/+1
2011-03-03Fix Python3 compatibility.David Robillard1-1/+1
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-3/+8
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard1-13/+3
2011-02-17Enable dyn-manifest by default.David Robillard1-4/+4
2011-02-17Jack session support for lv2_jack_host.David Robillard1-2/+19
2011-02-17Fix UI support.David Robillard1-2/+2
2011-02-17Make ui.h C++ compatible.David Robillard1-1/+4
2011-02-12Tidy.David Robillard1-34/+41
2011-02-12Add --no-swig configuration option.David Robillard1-10/+9
2011-02-12Install python bindings.David Robillard1-1/+5
2011-02-12Add C++ and Python bindings.David Robillard1-1/+25
2011-02-12Install Bash completion script by default.David Robillard1-2/+3
2011-02-12Move lv2_jack_host to utils directory.David Robillard1-10/+8
2011-02-12Make UI support a compile-time option, and separate UI functions into slv2/ui.h.David Robillard1-2/+8
2011-02-12Improve default LV2_PATH code.David Robillard1-11/+24
2011-02-12Use new-style LV2 includes.David Robillard1-0/+4
2011-02-11Fix dynamic manifest support.David Robillard1-1/+2
2011-02-10Make directory separator (e.g. '/') and path separator (e.g. ':') compile-tim...David Robillard1-0/+8
2011-02-04Replace use of raptor (for raptor_sequence) with glib.David Robillard1-4/+5
2011-02-04Tidy.David Robillard1-3/+6
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-7/+10
2011-01-30Remove all use of, and API support for, SPARQL.David Robillard1-2/+2
2011-01-30Add blank node type for value, to allow the user to 'join' statementDavid Robillard1-3/+2
2011-01-26Support new autowaf testing API.David Robillard1-0/+2
2011-01-19Add ./waf configure --no-utils option to avoid building command line utilities.David Robillard1-2/+4
2011-01-08Fix unit test compilation.David Robillard1-2/+2
2011-01-08Build command-line utilities.David Robillard1-0/+2
2011-01-06Link against -ldl (fix waf compatibility break, obj.linkflags instead of obj....David Robillard1-1/+1