Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-11 | Add missing const qualifiers | David Robillard | 6 | -63/+64 | |
2024-10-11 | Remove redundant conditional | David Robillard | 1 | -1/+1 | |
2024-09-28 | Fix whitespace | David Robillard | 2 | -2/+2 | |
2024-07-16 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -1/+4 | |
2024-06-10 | Fix parent path in lilv_state_new_from_file() | rncbc | 1 | -3/+4 | |
See also: https://www.rncbc.org/drupal/comment/10648#comment-10648 https://tracker.ardour.org/view.php?id=9717 | |||||
2024-03-14 | Fix library current_version on MacOS | David Robillard | 1 | -1/+1 | |
2024-01-23 | Lilv 0.24.24v0.24.24 | David Robillard | 1 | -1/+1 | |
2024-01-20 | Avoid overriding state features passed by the host | rncbc | 1 | -0/+9 | |
2024-01-09 | Fix potential null dereferences and conversion warnings | David Robillard | 1 | -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-09 | Fix null dereference when trying to load state from a missing file | David Robillard | 2 | -7/+11 | |
2023-10-22 | Lilv 0.24.22v0.24.22 | David Robillard | 1 | -1/+1 | |
2023-09-23 | Fix crash when plugins pass NULL to the LV2_State_Retrieve_Function | David Robillard | 1 | -3/+9 | |
2023-09-22 | Remove unnecessary include | David Robillard | 1 | -1/+0 | |
2023-06-27 | Fix warnings | David Robillard | 1 | -1/+5 | |
2023-06-27 | Order plugin classes by URI | David Robillard | 1 | -1/+1 | |
2023-06-04 | Fix manifest URIs for bundle URIs without trailing slashes | David Robillard | 1 | -13/+17 | |
2023-06-04 | Make more functions static | David Robillard | 3 | -20/+8 | |
2023-05-22 | Fix static default LV2_PATH value on MacOS | David Robillard | 1 | -1/+6 | |
2023-05-22 | Remove unused LILV_DIR_SEP | David Robillard | 1 | -9/+0 | |
2023-05-01 | Fix include-what-you-use warnings | David Robillard | 1 | -2/+1 | |
2023-02-04 | Fix clang and clang-tidy warnings on Windows | David Robillard | 4 | -6/+8 | |
2023-02-04 | Remove duplicate include | David Robillard | 1 | -1/+0 | |
2022-12-11 | Remove unused platform feature checks | David Robillard | 2 | -78/+1 | |
2022-12-10 | Make clang-tidy configuration cleaner when run via meson | David Robillard | 1 | -1/+1 | |
Unfortunately, meson drives clang-tidy in a way that can't handle C and C++ in the same project. | |||||
2022-12-10 | Avoid cloned conditional branches | David Robillard | 3 | -11/+4 | |
2022-12-10 | Avoid "suspicious" string comparisons | David Robillard | 3 | -8/+8 | |
2022-12-10 | Use uppercase integer literal suffixes | David Robillard | 2 | -2/+1 | |
2022-12-10 | Strengthen clang-tidy configuration | David Robillard | 1 | -0/+23 | |
2022-11-16 | Fix potential crash when writing state files fails | David Robillard | 1 | -7/+7 | |
2022-11-16 | Remove filesystem module | David Robillard | 3 | -58/+15 | |
2022-11-16 | Use zix_path_parent_path() | David Robillard | 4 | -63/+11 | |
2022-11-16 | Use zix_path_filename() | David Robillard | 3 | -34/+2 | |
2022-11-16 | Use zix_path_lexically_relative() | David Robillard | 3 | -63/+3 | |
2022-11-16 | Use zix_dir_for_each() | David Robillard | 4 | -61/+4 | |
2022-11-16 | Use zix_current_path() | David Robillard | 2 | -33/+4 | |
2022-11-16 | Use zix_create_symlink() | David Robillard | 3 | -37/+25 | |
2022-11-16 | Use zix_path_is_absolute() | David Robillard | 3 | -22/+2 | |
2022-11-16 | Use zix_file_lock() | David Robillard | 3 | -48/+2 | |
2022-11-16 | Use zix_copy_file() | David Robillard | 3 | -56/+4 | |
2022-11-16 | Use zix_create_temporary_directory() | David Robillard | 2 | -50/+6 | |
2022-11-16 | Use zix_create_directories() | David Robillard | 3 | -46/+10 | |
2022-11-16 | Use zix_temp_directory_path() | David Robillard | 2 | -24/+2 | |
2022-11-16 | Use zix_remove() | David Robillard | 3 | -18/+2 | |
2022-11-16 | Use zix_file_equals() | David Robillard | 3 | -62/+4 | |
2022-11-16 | Use zix_canonical_path() | David Robillard | 3 | -89/+53 | |
2022-11-16 | Use zix_path_join() | David Robillard | 5 | -91/+53 | |
2022-11-16 | Use zix_file_type() and zix_symlink_type() | David Robillard | 3 | -23/+8 | |
2022-11-16 | Switch to external zix dependency | David Robillard | 8 | -1014/+40 | |
2022-10-05 | Fix dependencies in pkg-config file | David Robillard | 1 | -1/+1 | |
2022-09-09 | Lilv 0.24.20v0.24.20 | David Robillard | 1 | -1/+1 | |