Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-19 | Set minimal default options for all fallback subprojects | David Robillard | 1 | -0/+30 | |
2022-11-19 | Ignore zix subproject | David Robillard | 1 | -0/+1 | |
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 | 2 | -2/+8 | |
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-19 | Fix zix wrap | David Robillard | 1 | -1/+1 | |
2022-11-16 | Fix potential memory leaks | David Robillard | 1 | -1/+8 | |
2022-11-16 | Switch to external zix dependency | David Robillard | 18 | -1272/+32 | |
2022-10-24 | Clean up wrap files | David Robillard | 6 | -30/+24 | |
2022-09-09 | Jalv 1.6.8 | David Robillard | 3 | -4/+4 | |
2022-09-09 | Only run REUSE test in strict mode | David Robillard | 1 | -2/+2 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 15 | -134/+25 | |
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-23 | Fix "preset" console command when "presets" hasn't been called | David Robillard | 2 | -1/+3 | |
2022-08-22 | Use standard ISC license text | David Robillard | 2 | -19/+9 | |
I'm not sure where the disclaimer variant that starts with "THIS" came from (although it is better that way), but this one that starts with "THE" is the standard text which is recognized by tools like `licensee` (and therefore Github) as a perfect match. There are no other changes other than whitespace. | |||||
2022-08-22 | Update installation instructions for consistency | David Robillard | 1 | -0/+2 | |
2022-08-22 | Fix standalone build | David Robillard | 1 | -0/+3 | |
2022-08-22 | Only run autoship test in strict mode | David Robillard | 2 | -8/+14 | |
2022-08-22 | Update stale zix/common.h | David Robillard | 1 | -73/+12 | |
2022-08-18 | Fix Windows build | David Robillard | 1 | -30/+38 | |
2022-08-18 | Fix duplicate macro definition | David Robillard | 1 | -9/+0 | |
2022-08-17 | Add missing fallback subproject to .gitignore | David Robillard | 1 | -0/+1 | |
2022-08-17 | Add missing license metadata | David Robillard | 1 | -1/+1 | |
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 fallback wrap branches | David Robillard | 6 | -6/+6 | |
2022-08-17 | Fix build with build system checks disabled | David Robillard | 1 | -6/+18 | |
2022-08-17 | Support both rdfs:label and lv2:name for port group labels | David Robillard | 2 | -1/+8 | |
2022-08-17 | Add project metadata | David Robillard | 1 | -0/+29 | |
2022-08-17 | Use an aligned buffer for reading UI events | David Robillard | 1 | -4/+11 | |
2022-08-17 | Clean up symap implementation and run unit test | David Robillard | 3 | -62/+93 | |
2022-08-17 | Clean up jalv_open() | David Robillard | 1 | -28/+25 | |
2022-08-17 | Factor jalv_init_display() out of jalv_open() | David Robillard | 1 | -24/+29 | |
2022-08-17 | Factor feature initialization out of jalv_open() | David Robillard | 1 | -91/+104 | |
2022-08-17 | Factor jalv_init_env() out of jalv_open() | David Robillard | 1 | -8/+13 | |
2022-08-17 | Clean up comments | David Robillard | 2 | -4/+18 | |
2022-08-17 | Fix comment typo | David Robillard | 1 | -1/+1 | |
2022-08-17 | Use logging API for almost all console output | David Robillard | 5 | -14/+22 | |
Towards being smarter about this and maintaining distinction between kinds of output, so the console interface can grow into a more solid language/protocol. | |||||
2022-08-17 | Simplify command line usage printing code | David Robillard | 1 | -14/+15 | |
2022-08-17 | Only log custom UI URI when one is expected | David Robillard | 1 | -7/+5 | |
Also deletes a rotten comment. | |||||
2022-08-17 | Factor URI mappings out from jalv_open() | David Robillard | 1 | -79/+91 | |
2022-08-17 | Make worker opaque | David Robillard | 4 | -86/+181 | |
2022-08-17 | Clean up and document worker implementation | David Robillard | 1 | -38/+52 | |
2022-08-17 | Define JALV_BEGIN_DECLS and define JALV_END_DECLS | David Robillard | 13 | -72/+56 | |
One lines good, three lines bad. | |||||
2022-08-17 | Fix thread-safety of plugin/UI communication rings | David Robillard | 3 | -50/+95 | |
2022-08-17 | Fix comment typo | David Robillard | 1 | -1/+1 | |
2022-08-17 | Factor out jalv_write_event() | David Robillard | 4 | -21/+36 | |
2022-08-17 | Factor out jalv_write_control() | David Robillard | 5 | -32/+43 | |
2022-08-17 | Factor out the concept of writing a "packet" in the worker | David Robillard | 1 | -7/+13 | |
2022-08-17 | Update zix | David Robillard | 10 | -149/+665 | |
2022-08-17 | Fix misleading variable name | David Robillard | 1 | -4/+4 | |
An atom also has a "body", and sometimes this "body" is itself an atom. | |||||
2022-08-17 | Relax unnecessarily narrow types | David Robillard | 5 | -31/+15 | |