Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-16 | Use zix_dir_for_each() | David Robillard | 6 | -131/+15 | |
2022-11-16 | Use zix_current_path() | David Robillard | 3 | -67/+4 | |
2022-11-16 | Use zix_create_symlink() | David Robillard | 3 | -37/+25 | |
2022-11-16 | Use zix_path_is_absolute() | David Robillard | 4 | -42/+2 | |
2022-11-16 | Use zix_file_lock() | David Robillard | 4 | -70/+2 | |
2022-11-16 | Use zix_copy_file() | David Robillard | 5 | -98/+4 | |
2022-11-16 | Use zix_create_temporary_directory() | David Robillard | 4 | -70/+8 | |
2022-11-16 | Use zix_create_directories() | David Robillard | 5 | -82/+11 | |
2022-11-16 | Use zix_temp_directory_path() | David Robillard | 3 | -35/+2 | |
2022-11-16 | Use zix_remove() | David Robillard | 7 | -51/+36 | |
2022-11-16 | Use zix_file_equals() | David Robillard | 6 | -103/+7 | |
2022-11-16 | Use zix_canonical_path() | David Robillard | 7 | -167/+60 | |
2022-11-16 | Use zix_path_join() | David Robillard | 9 | -235/+136 | |
2022-11-16 | Use zix_file_type() and zix_symlink_type() | David Robillard | 5 | -57/+29 | |
2022-11-16 | Simplify test setup code | David Robillard | 10 | -104/+10 | |
2022-11-16 | Fix mismatched free functions | David Robillard | 1 | -2/+2 | |
2022-11-16 | Switch to external zix dependency | David Robillard | 9 | -1017/+44 | |
2022-10-26 | Factor out common dependencies | David Robillard | 1 | -4/+13 | |
2022-10-24 | Add meson subproject files to .gitignore | David Robillard | 1 | -0/+1 | |
This is generated in the source directory by meson when the project is checked out of git by the meson wrap system. Ignoring it here ignores issues with tools that assume a clean source directory, like the REUSE test. | |||||
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 2 | -16/+9 | |
2022-10-05 | Fix dependencies in pkg-config file | David Robillard | 5 | -5/+12 | |
2022-09-09 | Lilv 0.24.20v0.24.20 | David Robillard | 5 | -7/+7 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 35 | -155/+46 | |
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-09-08 | Only run REUSE test in strict mode | David Robillard | 1 | -12/+14 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 126 | -1069/+460 | |
2022-08-22 | Use standard ISC license text | David Robillard | 1 | -8/+8 | |
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 | Only run autoship test in strict mode | David Robillard | 2 | -3/+9 | |
2022-08-17 | Bump dependency requirements to stable versions | David Robillard | 1 | -3/+3 | |
2022-08-17 | Sort meson options | David Robillard | 1 | -6/+6 | |
2022-08-15 | Update project metadata | David Robillard | 6 | -29/+35 | |
2022-08-12 | Lilv 0.24.18v0.24.18 | David Robillard | 5 | -7/+7 | |
2022-08-09 | Fix strict MSVC build | David Robillard | 1 | -6/+5 | |
2022-08-09 | Suppress MSVC warning in non-strict builds | David Robillard | 1 | -1/+6 | |
2022-08-09 | Fix default LV2_PATH | David Robillard | 4 | -2/+42 | |
2022-08-09 | Allow programs to be used from subproject | David Robillard | 6 | -8/+20 | |
2022-07-20 | Make NEWS file readable by dpkg-parsechangelog | David Robillard | 1 | -20/+20 | |
2022-07-18 | Lilv 0.24.16v0.24.16 | David Robillard | 5 | -7/+7 | |
2022-07-18 | Switch to meson build system | David Robillard | 54 | -859/+1155 | |
2022-07-17 | Suppress new warnings in clang-tidy 14 | David Robillard | 2 | -0/+4 | |
2022-07-17 | Fix unlikely null dereference in test | David Robillard | 1 | -8/+16 | |
2022-07-17 | Add lv2bench man page | David Robillard | 1 | -0/+33 | |
2022-07-17 | Avoid incorrect use of mkstemp in tests | David Robillard | 2 | -37/+72 | |
This was an overly hasty switch from race-prone alternatives to mkstemp, but it did not actually account for the fact that mkstemp creates the file. This resulted in leaking the file handle, and trying to open it twice, which made the tests fail on Windows/MinGW. | |||||
2022-07-14 | Fix lilv_is_directory() in MinGW | David Robillard | 1 | -0/+7 | |
2022-07-14 | Fix clang-format whitespace | David Robillard | 1 | -3/+3 | |
2022-07-14 | Fix MSVC build | David Robillard | 3 | -11/+6 | |
2022-07-08 | Suppress clang-tidy va_list warning | David Robillard | 1 | -0/+1 | |
2022-07-08 | Suppress false positive IWYU warning | David Robillard | 1 | -1/+1 | |
2022-07-08 | Fix lilv_create_directories() when path has a trailing separator | David Robillard | 1 | -1/+3 | |
2022-07-08 | Fix potential unused parameter warnings | David Robillard | 1 | -0/+3 | |
2022-07-08 | Fix fallback flock() detection on MacOS | David Robillard | 5 | -6/+12 | |