Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-25 | Fix Python tests on systems without a "python" executable | David Robillard | 1 | -1/+1 | |
A minimal installation of Debian 11 (bullseye), for example, only has "python3". | |||||
2022-05-09 | Fix documentation installation directory | David Robillard | 1 | -0/+2 | |
2021-01-11 | Fix test build for Windows | David Robillard | 1 | -7/+15 | |
2021-01-11 | Fix unused parameter warnings | David Robillard | 1 | -2/+0 | |
2021-01-11 | Update zix | David Robillard | 1 | -1/+1 | |
2021-01-07 | Lilv 0.24.12v0.24.12 | David Robillard | 1 | -1/+1 | |
2021-01-07 | Generate documentation with Sphinx and add an overview | David Robillard | 1 | -1/+5 | |
2021-01-03 | Fix build with MinGW | David Robillard | 1 | -1/+5 | |
2021-01-02 | Use LILV_STATIC instead of LILV_SHARED to control visibility | David Robillard | 1 | -5/+7 | |
For consistency, this seems to be the most common convention. | |||||
2021-01-02 | Remove the need for a generated configuration header | David Robillard | 1 | -4/+2 | |
2020-12-24 | Fix build as a subproject | David Robillard | 1 | -10/+13 | |
2020-12-24 | Move headers to a conventional "include" directory | David Robillard | 1 | -11/+11 | |
2020-12-18 | Run state tests on Windows | David Robillard | 1 | -2/+1 | |
2020-12-18 | Windows: Don't bother trying to create symbolic links | David Robillard | 1 | -8/+0 | |
This only works on modern systems with "Developer Mode" enabled, so everything needs to work without them in reality anyway. | |||||
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. |