Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-10 | Make clang-tidy configuration cleaner when run via meson | David Robillard | 4 | -4/+6 | |
Unfortunately, meson drives clang-tidy in a way that can't handle C and C++ in the same project. | |||||
2022-12-10 | Simplify trivial switch statements | David Robillard | 3 | -18/+3 | |
2022-12-10 | Resurrect C++ bindings test | David Robillard | 7 | -2/+54 | |
2022-12-10 | Use consistent meson formatting | David Robillard | 14 | -187/+281 | |
2022-12-10 | Avoid cloned conditional branches | David Robillard | 3 | -11/+4 | |
2022-12-10 | Avoid "else" after "return" | David Robillard | 2 | -8/+11 | |
2022-12-10 | Avoid "suspicious" string comparisons | David Robillard | 5 | -11/+10 | |
2022-12-10 | Use uppercase integer literal suffixes | David Robillard | 4 | -4/+2 | |
2022-12-10 | Strengthen clang-tidy configuration | David Robillard | 4 | -67/+49 | |
2022-12-10 | Remove spurious semicolons | David Robillard | 1 | -94/+94 | |
2022-12-10 | Update code formatting for clang-tidy 14 | David Robillard | 1 | -14/+41 | |
2022-12-08 | Replace duplicated dox_to_sphinx script with sphinxygen dependency | David Robillard | 6 | -650/+28 | |
2022-12-08 | Fix case | David Robillard | 1 | -1/+1 | |
2022-11-29 | Convert man pages to mdoc | David Robillard | 4 | -137/+240 | |
2022-11-29 | Clean up inconsistent tool command line interfaces | David Robillard | 5 | -21/+22 | |
2022-11-19 | Avoid tools and bindings directories entirely if they're disabled | David Robillard | 1 | -2/+6 | |
2022-11-16 | Fix potential crash when writing state files fails | David Robillard | 2 | -8/+9 | |
2022-11-16 | Remove filesystem module | David Robillard | 10 | -98/+33 | |
2022-11-16 | Use zix_path_parent_path() | David Robillard | 5 | -91/+11 | |
2022-11-16 | Use zix_path_filename() | David Robillard | 4 | -57/+2 | |
2022-11-16 | Use zix_path_lexically_relative() | David Robillard | 4 | -87/+3 | |
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 | |