summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-08-23Update zix dependencyDavid Robillard1-1/+1
2023-08-23Update sphinxygen wrapDavid Robillard1-6/+6
2023-08-23Suppress clang-tidy warningDavid Robillard1-0/+1
2023-06-27Fix warningsDavid Robillard1-1/+5
2023-06-27Update sord dependency version to match siblingsDavid Robillard1-1/+1
2023-06-27Order plugin classes by URIDavid Robillard2-2/+3
2023-06-04Fix manifest URIs for bundle URIs without trailing slashesDavid Robillard1-13/+17
2023-06-04Make more functions staticDavid Robillard3-20/+8
2023-05-22Fix static default LV2_PATH value on MacOSDavid Robillard1-1/+6
2023-05-22Remove unused LILV_DIR_SEPDavid Robillard1-9/+0
2023-05-14Clean up documentation and remove junk files from installDavid Robillard17-131/+234
2023-05-02Fix warning_level=everything on MacOSDavid Robillard2-1/+7
2023-05-01Fix include-what-you-use warningsDavid Robillard1-2/+1
2023-05-01Replace strict option with new meson warning levelDavid Robillard6-271/+113
2023-02-04Fix clang and clang-tidy warnings on WindowsDavid Robillard8-9/+18
2023-02-04Remove duplicate includeDavid Robillard1-1/+0
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard3-1/+3
2023-01-29Suppress new warnings in MSVS 2022David Robillard1-0/+5
2023-01-14Fix and simplify library naming on WindowsDavid Robillard2-34/+13
2022-12-19Allow LILV_API to be defined by the userDavid Robillard2-9/+13
2022-12-13Remove duplicate NEWS entryDavid Robillard1-1/+0
2022-12-11Update NEWSDavid Robillard1-1/+6
2022-12-11Fix whitespaceDavid Robillard1-1/+1
2022-12-11Suppress warnings in C++ testDavid Robillard1-1/+18
2022-12-11Remove unused platform feature checksDavid Robillard3-84/+2
2022-12-10Make clang-tidy configuration cleaner when run via mesonDavid Robillard4-4/+6
2022-12-10Simplify trivial switch statementsDavid Robillard3-18/+3
2022-12-10Resurrect C++ bindings testDavid Robillard7-2/+54
2022-12-10Use consistent meson formattingDavid Robillard14-187/+281
2022-12-10Avoid cloned conditional branchesDavid Robillard3-11/+4
2022-12-10Avoid "else" after "return"David Robillard2-8/+11
2022-12-10Avoid "suspicious" string comparisonsDavid Robillard5-11/+10
2022-12-10Use uppercase integer literal suffixesDavid Robillard4-4/+2
2022-12-10Strengthen clang-tidy configurationDavid Robillard4-67/+49
2022-12-10Remove spurious semicolonsDavid Robillard1-94/+94
2022-12-10Update code formatting for clang-tidy 14David Robillard1-14/+41
2022-12-08Replace duplicated dox_to_sphinx script with sphinxygen dependencyDavid Robillard6-650/+28
2022-12-08Fix caseDavid Robillard1-1/+1
2022-11-29Convert man pages to mdocDavid Robillard4-137/+240
2022-11-29Clean up inconsistent tool command line interfacesDavid Robillard5-21/+22
2022-11-19Avoid tools and bindings directories entirely if they're disabledDavid Robillard1-2/+6
2022-11-16Fix potential crash when writing state files failsDavid Robillard2-8/+9
2022-11-16Remove filesystem moduleDavid Robillard10-98/+33
2022-11-16Use zix_path_parent_path()David Robillard5-91/+11
2022-11-16Use zix_path_filename()David Robillard4-57/+2
2022-11-16Use zix_path_lexically_relative()David Robillard4-87/+3
2022-11-16Use zix_dir_for_each()David Robillard6-131/+15
2022-11-16Use zix_current_path()David Robillard3-67/+4
2022-11-16Use zix_create_symlink()David Robillard3-37/+25
2022-11-16Use zix_path_is_absolute()David Robillard4-42/+2