summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2020-05-17Make lilv_world_get() use translationsDavid Robillard1-1/+1
2020-04-26Lilv 0.24.8v0.24.8David Robillard1-2/+2
2019-12-08Implement state:freePath featureDavid Robillard1-2/+2
2019-11-10Lilv 0.24.6v0.24.6David Robillard1-1/+1
2019-11-10Use a normal test context for Python testsDavid Robillard1-1/+1
2019-11-10Remove old release targetsDavid Robillard1-18/+0
2019-11-02Update autowafDavid Robillard1-0/+5
2019-10-21Show output of Python testsDavid Robillard1-1/+1
2019-10-21Build Python bindings by defaultDavid Robillard1-3/+3
2019-10-21Put Python tests in their own group so they are visibleDavid Robillard1-1/+3
2019-10-17Don't try to build lv2bench for WindowsDavid Robillard1-2/+4
2019-10-17Fix MSVC buildDavid Robillard1-0/+2
2019-10-17Update autowafDavid Robillard1-35/+30
2019-10-17Remove use of autowaf.defineDavid Robillard1-13/+11
2019-06-05Update minimum serd versionDavid Robillard1-1/+1
2019-04-21Fix building in a recursive projectDavid Robillard1-19/+12
2019-04-15Fix plugin tests on WindowsDavid Robillard1-1/+2
2019-04-14Use modern LV2 includesDavid Robillard1-1/+1
2019-04-14Add skeleton core.lv2 bundle for testsDavid Robillard1-0/+8
2019-03-17Update autowaf and adapt to new APIDavid Robillard1-24/+15
2019-01-13Actually run C++ bindings testDavid Robillard1-1/+4
There is still no actual testing in the binary, but this at least ensures the bindings can be used at all.
2018-09-16Clean up wscriptDavid Robillard1-32/+21
2018-09-15Don't build lv2apply and lv2bench with --no-utilsDavid Robillard1-8/+8
2018-09-04Fix GCC8 warningsDavid Robillard1-1/+1
2018-07-22Lilv 0.24.4v0.24.4David Robillard1-3/+3
2018-07-10Fix saving state when broken links are encounteredDavid Robillard1-0/+6
2018-07-10Fix Windows/MSVC buildDavid Robillard1-10/+7
2018-07-10Fix use of clock_gettime on DarwinDavid Robillard1-2/+6
2018-01-16Explicitly set language versionDavid Robillard1-0/+1
2017-12-29Use clang-tidy for lintingDavid Robillard1-1/+11
2017-12-29Upgrade to waf 2.0.3David Robillard1-29/+29
2017-12-16Compile check C++ APIDavid Robillard1-0/+17
2017-12-16Clean up waf optionsDavid Robillard1-13/+14
2017-12-16Update wafDavid Robillard1-1/+0
2017-02-20Install Python bindings when configured without testsDavid Robillard1-7/+8
2017-02-12Remove use of deprecated readdir_rDavid Robillard1-1/+1
2017-01-04Lilv 0.24.2v0.24.2David Robillard1-1/+1
2016-10-01Transition away from deprecated _BSD_SOURCEDavid Robillard1-1/+1
2016-09-19Lilv 0.24.0v0.24.0David Robillard1-2/+2
2016-09-18Make Python test suite work without installingDavid Robillard1-4/+7
2016-09-05Add project tag to release postsDavid Robillard1-1/+1
2016-09-05Add new hand-crafted Python bindingsDavid Robillard1-13/+3
New bindings are Pythonic, supporting iteration, DWIM type conversion, pretty printing, and so on, where possible. Updated test suite covers 100% of binding code. Which is to say: add real Python bindings. As far as the Lilv API itself is concerned, you can do everything via Python. However, more work is needed to make fancy wrappers for parts of LV2 itself (MIDI, URI map, etc) to be able to run advanced plugins.
2016-08-27Add lv2apply utility/exampleDavid Robillard1-2/+7
2016-08-17Add target for generating release announcementsDavid Robillard1-0/+11
2016-08-01Check for libdlDavid Robillard1-3/+7
2016-08-01Use consistent feature test macrosDavid Robillard1-2/+2
2016-07-25Support test coverage with LLVMDavid Robillard1-20/+13
2016-07-14Improve test coverageDavid Robillard1-8/+13
2016-07-10Test versioned plugin replacementDavid Robillard1-8/+16
2016-07-09Clean up test outputDavid Robillard1-3/+5