Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-11 | Suppress clang warning about nullability extension used by serd | David Robillard | 1 | -0/+1 | |
2020-11-11 | Fix potential memory error when joining filesystem paths | David Robillard | 1 | -1/+1 | |
2020-09-27 | Lilv 0.24.10v0.24.10 | David Robillard | 1 | -1/+1 | |
2020-09-27 | Suppress warnings in release builds | David Robillard | 1 | -0/+2 | |
2020-08-07 | Add filesystem tests | David Robillard | 1 | -0/+1 | |
2020-08-06 | Fix log output of test compilation commands | David Robillard | 1 | -2/+2 | |
Waf displays the first file. | |||||
2020-08-06 | Separate filesystem utilities | David Robillard | 1 | -0/+1 | |
2020-07-21 | Use nullptr in C++ header | David Robillard | 1 | -1/+0 | |
2020-07-16 | Add a more powerful lint target | David Robillard | 1 | -9/+50 | |
2020-07-16 | Fix flake8 warnings | David Robillard | 1 | -20/+26 | |
2020-07-16 | Be explicit about warnings | David Robillard | 1 | -0/+58 | |
2020-07-16 | Split test suite up into several independent programs | David Robillard | 1 | -13/+44 | |
2020-07-15 | Rewrite and separate common test facilities | David Robillard | 1 | -1/+1 | |
2020-06-19 | Check for CreateSymbolicLink at configure time | David Robillard | 1 | -0/+8 | |
This uses the system CreateSymbolicLink if it is available at compile time, and if not, just acts as if the link failed (which is extremely likely anyway). This removes the ugly wrapper code that has been a constant source of compatibility headaches with weird toolchains. | |||||
2020-06-19 | Use strict function checks | David Robillard | 1 | -0/+8 | |
This makes the function checks work with strict warnings and Werror, but is also stronger because checks will fail if the function prototypes are not as expected (though this is incredibly unlikely since these are all standard functions). | |||||
2020-05-17 | Make lilv_world_get() use translations | David Robillard | 1 | -1/+1 | |
2020-04-26 | Lilv 0.24.8v0.24.8 | David Robillard | 1 | -2/+2 | |
2019-12-08 | Implement state:freePath feature | David Robillard | 1 | -2/+2 | |
2019-11-10 | Lilv 0.24.6v0.24.6 | David Robillard | 1 | -1/+1 | |
2019-11-10 | Use a normal test context for Python tests | David Robillard | 1 | -1/+1 | |
2019-11-10 | Remove old release targets | David Robillard | 1 | -18/+0 | |
2019-11-02 | Update autowaf | David Robillard | 1 | -0/+5 | |
2019-10-21 | Show output of Python tests | David Robillard | 1 | -1/+1 | |
2019-10-21 | Build Python bindings by default | David Robillard | 1 | -3/+3 | |
2019-10-21 | Put Python tests in their own group so they are visible | David Robillard | 1 | -1/+3 | |
2019-10-17 | Don't try to build lv2bench for Windows | David Robillard | 1 | -2/+4 | |
2019-10-17 | Fix MSVC build | David Robillard | 1 | -0/+2 | |
2019-10-17 | Update autowaf | David Robillard | 1 | -35/+30 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 1 | -13/+11 | |
2019-06-05 | Update minimum serd version | David Robillard | 1 | -1/+1 | |
2019-04-21 | Fix building in a recursive project | David Robillard | 1 | -19/+12 | |
2019-04-15 | Fix plugin tests on Windows | David Robillard | 1 | -1/+2 | |
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -1/+1 | |
2019-04-14 | Add skeleton core.lv2 bundle for tests | David Robillard | 1 | -0/+8 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 1 | -24/+15 | |
2019-01-13 | Actually run C++ bindings test | David Robillard | 1 | -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-16 | Clean up wscript | David Robillard | 1 | -32/+21 | |
2018-09-15 | Don't build lv2apply and lv2bench with --no-utils | David Robillard | 1 | -8/+8 | |
2018-09-04 | Fix GCC8 warnings | David Robillard | 1 | -1/+1 | |
2018-07-22 | Lilv 0.24.4v0.24.4 | David Robillard | 1 | -3/+3 | |
2018-07-10 | Fix saving state when broken links are encountered | David Robillard | 1 | -0/+6 | |
2018-07-10 | Fix Windows/MSVC build | David Robillard | 1 | -10/+7 | |
2018-07-10 | Fix use of clock_gettime on Darwin | David Robillard | 1 | -2/+6 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -0/+1 | |
2017-12-29 | Use clang-tidy for linting | David Robillard | 1 | -1/+11 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 1 | -29/+29 | |
2017-12-16 | Compile check C++ API | David Robillard | 1 | -0/+17 | |
2017-12-16 | Clean up waf options | David Robillard | 1 | -13/+14 | |
2017-12-16 | Update waf | David Robillard | 1 | -1/+0 | |
2017-02-20 | Install Python bindings when configured without tests | David Robillard | 1 | -7/+8 | |