Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-11 | Add dylib abstraction to isolate platform-specific code | David Robillard | 1 | -0/+1 | |
2024-11-24 | Use angle brackets for library includes and clean up include paths | David Robillard | 1 | -1/+1 | |
2024-11-24 | Use zix_expand_environment_strings() | David Robillard | 1 | -25/+1 | |
The removed test was the last that needed access to private code, so also remove all of the build complication around ensuring there's a static library to test (avoiding a double build in many cases). | |||||
2024-11-13 | Move warning suppression flags to main meson file | David Robillard | 1 | -2/+122 | |
2024-10-06 | Add cppcheck lint test | David Robillard | 1 | -0/+1 | |
2024-03-15 | Fix C++ test build on MacOS | David Robillard | 1 | -0/+1 | |
2024-03-14 | Fix library current_version on MacOS | David Robillard | 1 | -1/+2 | |
2024-01-23 | Lilv 0.24.24v0.24.24 | David Robillard | 1 | -1/+1 | |
2024-01-09 | Fix null dereference when trying to load state from a missing file | David Robillard | 1 | -2/+2 | |
2023-10-22 | Lilv 0.24.22v0.24.22 | David Robillard | 1 | -1/+1 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 1 | -17/+19 | |
The less time wasted with manual code formatting, the better. | |||||
2023-08-23 | Update zix dependency | David Robillard | 1 | -1/+1 | |
2023-06-27 | Update sord dependency version to match siblings | David Robillard | 1 | -1/+1 | |
2023-05-14 | Clean up documentation and remove junk files from install | David Robillard | 1 | -16/+25 | |
2023-05-01 | Replace strict option with new meson warning level | David Robillard | 1 | -3/+0 | |
2023-01-14 | Fix and simplify library naming on Windows | David Robillard | 1 | -3/+13 | |
2022-12-11 | Remove unused platform feature checks | David Robillard | 1 | -6/+1 | |
2022-12-10 | Resurrect C++ bindings test | David Robillard | 1 | -1/+8 | |
2022-11-19 | Avoid tools and bindings directories entirely if they're disabled | David Robillard | 1 | -2/+6 | |
2022-11-16 | Remove filesystem module | David Robillard | 1 | -1/+0 | |
2022-11-16 | Switch to external zix dependency | David Robillard | 1 | -3/+4 | |
2022-10-26 | Factor out common dependencies | David Robillard | 1 | -4/+13 | |
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 1 | -15/+7 | |
2022-10-05 | Fix dependencies in pkg-config file | David Robillard | 1 | -1/+2 | |
2022-09-09 | Lilv 0.24.20v0.24.20 | David Robillard | 1 | -1/+1 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-08-17 | Bump dependency requirements to stable versions | David Robillard | 1 | -3/+3 | |
2022-08-15 | Update project metadata | David Robillard | 1 | -1/+1 | |
2022-08-12 | Lilv 0.24.18v0.24.18 | David Robillard | 1 | -1/+1 | |
2022-08-09 | Fix default LV2_PATH | David Robillard | 1 | -0/+36 | |
2022-08-09 | Allow programs to be used from subproject | David Robillard | 1 | -1/+1 | |
2022-07-18 | Lilv 0.24.16v0.24.16 | David Robillard | 1 | -1/+1 | |
2022-07-18 | Switch to meson build system | David Robillard | 1 | -0/+201 | |