summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2024-03-14Fix library current_version on MacOSDavid Robillard1-1/+1
2024-01-23Lilv 0.24.24v0.24.24David Robillard1-1/+1
2024-01-20Avoid overriding state features passed by the hostrncbc1-0/+9
2024-01-09Fix potential null dereferences and conversion warningsDavid Robillard1-13/+19
A few of these can't actually happen, but that's opaque to static analysis, so appease clang-tidy with casts since the checks are too valuable to suppress.
2024-01-09Fix null dereference when trying to load state from a missing fileDavid Robillard2-7/+11
2023-10-22Lilv 0.24.22v0.24.22David Robillard1-1/+1
2023-09-23Fix crash when plugins pass NULL to the LV2_State_Retrieve_FunctionDavid Robillard1-3/+9
2023-09-22Remove unnecessary includeDavid Robillard1-1/+0
2023-06-27Fix warningsDavid Robillard1-1/+5
2023-06-27Order plugin classes by URIDavid Robillard1-1/+1
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-01Fix include-what-you-use warningsDavid Robillard1-2/+1
2023-02-04Fix clang and clang-tidy warnings on WindowsDavid Robillard4-6/+8
2023-02-04Remove duplicate includeDavid Robillard1-1/+0
2022-12-11Remove unused platform feature checksDavid Robillard2-78/+1
2022-12-10Make clang-tidy configuration cleaner when run via mesonDavid Robillard1-1/+1
Unfortunately, meson drives clang-tidy in a way that can't handle C and C++ in the same project.
2022-12-10Avoid cloned conditional branchesDavid Robillard3-11/+4
2022-12-10Avoid "suspicious" string comparisonsDavid Robillard3-8/+8
2022-12-10Use uppercase integer literal suffixesDavid Robillard2-2/+1
2022-12-10Strengthen clang-tidy configurationDavid Robillard1-0/+23
2022-11-16Fix potential crash when writing state files failsDavid Robillard1-7/+7
2022-11-16Remove filesystem moduleDavid Robillard3-58/+15
2022-11-16Use zix_path_parent_path()David Robillard4-63/+11
2022-11-16Use zix_path_filename()David Robillard3-34/+2
2022-11-16Use zix_path_lexically_relative()David Robillard3-63/+3
2022-11-16Use zix_dir_for_each()David Robillard4-61/+4
2022-11-16Use zix_current_path()David Robillard2-33/+4
2022-11-16Use zix_create_symlink()David Robillard3-37/+25
2022-11-16Use zix_path_is_absolute()David Robillard3-22/+2
2022-11-16Use zix_file_lock()David Robillard3-48/+2
2022-11-16Use zix_copy_file()David Robillard3-56/+4
2022-11-16Use zix_create_temporary_directory()David Robillard2-50/+6
2022-11-16Use zix_create_directories()David Robillard3-46/+10
2022-11-16Use zix_temp_directory_path()David Robillard2-24/+2
2022-11-16Use zix_remove()David Robillard3-18/+2
2022-11-16Use zix_file_equals()David Robillard3-62/+4
2022-11-16Use zix_canonical_path()David Robillard3-89/+53
2022-11-16Use zix_path_join()David Robillard5-91/+53
2022-11-16Use zix_file_type() and zix_symlink_type()David Robillard3-23/+8
2022-11-16Switch to external zix dependencyDavid Robillard8-1014/+40
2022-10-05Fix dependencies in pkg-config fileDavid Robillard1-1/+1
2022-09-09Lilv 0.24.20v0.24.20David Robillard1-1/+1
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard20-300/+40
2022-08-15Update project metadataDavid Robillard1-1/+1
2022-08-12Lilv 0.24.18v0.24.18David Robillard1-1/+1
2022-08-09Fix default LV2_PATHDavid Robillard1-1/+1
2022-08-09Allow programs to be used from subprojectDavid Robillard1-1/+1