summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2011-10-19Check for LV2 extensions via pkg-config (new style in LV2 SVN).David Robillard1-2/+0
2011-09-29Add ability to build static library.David Robillard1-10/+27
2011-09-29Bump sord dependency to 0.5.0.David Robillard1-1/+1
2011-09-28Align configuration outputDavid Robillard1-1/+1
2011-09-28Remove glib dependencyDavid Robillard1-7/+4
2011-09-27Add lilv_plugin_write_description and lilv_plugin_write_manifest_entry.David Robillard1-1/+1
2011-09-27Load tools before autowaf.configure so e.g. --debug works correctly.David Robillard1-4/+5
2011-09-27Avoid adding -std=c99 to command line repeatedly.David Robillard1-1/+1
2011-08-23Fix building with bindingsDavid Robillard1-0/+2
2011-08-20Obey prefix when installing bash completion script (fix #747)David Robillard1-2/+2
2011-07-07Upgrade to waf 1.6.6David Robillard1-2/+3
2011-06-11Lilv 0.4.4David Robillard1-1/+1
2011-06-11Remove jv2jackDavid Robillard1-41/+0
2011-06-01Fix lilv_ui_is_supported when Lilv is built independently.David Robillard1-1/+1
2011-05-30Don't add soname/version to python module (suggestion from Alessio Treglia)David Robillard1-1/+0
2011-05-30Fix building with --bindings (patch from Alessio Treglia)David Robillard1-1/+1
2011-05-26Lilv 0.4.2David Robillard1-1/+3
2011-05-25Fix building documentation as part of recursive build.David Robillard1-9/+17
2011-05-25Python portability (argh...)David Robillard1-2/+2
2011-05-25Lilv 0.4.0David Robillard1-1/+1
2011-05-24Automatically fix up documentation on buildDavid Robillard1-0/+2
2011-05-18Update for new Sord API.David Robillard1-3/+1
2011-05-16Align configuration output precisely per-projectDavid Robillard1-1/+1
2011-05-16Make dynamic manifest support optional for now (naspro git is broken).David Robillard1-14/+14
2011-05-16Install man pages and strip LILV_API from lilv man pageDavid Robillard1-1/+8
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