Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-12 | Add Qt6 version | David Robillard | 1 | -5/+58 | |
2024-07-12 | Avoid checking for Qt if C++ is disabled | David Robillard | 1 | -36/+46 | |
2024-03-14 | Update dependency versions | David Robillard | 1 | -3/+3 | |
These aren't strictly required to build, but there are bugs in serd 0.32.2 and lilv 0.24.22 which can be triggered by jalv, so best just update them to newer versions to avoid users encountering these problems. | |||||
2024-03-14 | Add option to install tool man pages | David Robillard | 1 | -1/+3 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 1 | -44/+56 | |
The less time wasted with manual code formatting, the better. | |||||
2023-08-23 | Update zix dependency | David Robillard | 1 | -1/+1 | |
2023-05-02 | Replace strict option with new meson warning level | David Robillard | 1 | -18/+19 | |
2022-12-12 | Use header bar in plugin selector dialog | David Robillard | 1 | -2/+2 | |
2022-12-11 | Remove Gtk2 interface | David Robillard | 1 | -24/+0 | |
2022-11-19 | Set up dependencies in parent-first order | David Robillard | 1 | -10/+10 | |
This ensures that the fallback options here get used, rather than a fallback in another subproject getting to it first. | |||||
2022-11-19 | Set minimal default options for all fallback subprojects | David Robillard | 1 | -0/+30 | |
2022-11-19 | Set minimal options when building fallback zix subproject | David Robillard | 1 | -0/+6 | |
2022-11-19 | Normalize meson syntax | David Robillard | 1 | -34/+54 | |
2022-11-19 | Build Qt UI with -fPIC | David Robillard | 1 | -1/+6 | |
Qt is built with -reduce-relocations on Ubuntu, which annoyingly requires executables to be built with -fPIC. I have no idea how to detect this situation, so will just blissfully assume that it doesn't cause any problems elsewhere. | |||||
2022-11-16 | Switch to external zix dependency | David Robillard | 1 | -4/+6 | |
2022-09-09 | Jalv 1.6.8 | 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-22 | Fix standalone build | David Robillard | 1 | -0/+3 | |
2022-08-18 | Fix Windows build | David Robillard | 1 | -30/+38 | |
2022-08-17 | Configure fallback subprojects in dependency order | David Robillard | 1 | -8/+8 | |
This is necessary for things like meson.override_find_program() to work properly. | |||||
2022-08-17 | Update zix | David Robillard | 1 | -0/+1 | |
2022-08-17 | Switch to meson build system | David Robillard | 1 | -0/+364 | |