summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Use a fully-fledged Atom serialisation API for state saving.David Robillard1-2/+3
2012-02-26Add lilv_plugin_get_port_by_property() and lilv_port_get_index() as an improv...David Robillard1-1/+1
2012-02-08Ensure correct dependencies are in pkg-config file (always urid, state only i...David Robillard1-1/+5
2012-02-01Use COMMONPROGRAMFILES instead of PROGRAMFILES for LV2 directory.David Robillard1-1/+1
2012-02-01Link test plugin with gcov.David Robillard1-0/+1
2012-02-01Windows compatibility fixes.David Robillard1-19/+35
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard1-16/+0
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-17Remove use of wordexp.David Robillard1-6/+0
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-7/+18
2012-01-14Lint.David Robillard1-1/+1
2012-01-08Fix compilation on Mac OS X.David Robillard1-2/+7
2012-01-08Move all non-portable stuff to util.c.David Robillard1-6/+0
2012-01-08Use flock instead of lockf (seems to be more portable).David Robillard1-4/+3
2012-01-04Use platform specific shared library extension in test suite.David Robillard1-4/+7
2012-01-04Implement proper support for LV2_STATE_BUNDLE.David Robillard1-17/+32
2011-12-30Support arbitrary binary data in plugin state via base64 encoding.David Robillard1-6/+31
2011-12-23Add LilvState API for handling plugin state. This makes it simple to save andDavid Robillard1-7/+31
2011-12-19Remove locale smashing kludges and use new serd functions for converting nodesDavid Robillard1-0/+2
2011-12-16Fix lilv_world_find_nodes to work with wildcard subjects.David Robillard1-1/+1
2011-11-26Use lib instead of linkflags (#787).David Robillard1-6/+6
2011-11-11Update version number.David Robillard1-1/+1
2011-11-07Add lilv_plugin_get_extension_data.David Robillard1-1/+1
2011-11-06Don't link against -ldl on BSD.David Robillard1-0/+2
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