summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-08-01Gracefully ignore and warn about non-directories in LV2_PATHHEADmainDavid Robillard2-6/+20
2025-07-31Reduce temporary node allocations during query operationsDavid Robillard6-67/+67
2025-07-30Avoid over-use of yielding meson optionsDavid Robillard2-11/+12
2025-07-30Avoid over-linking Windows system librariesDavid Robillard1-1/+3
2025-06-07Suppress new cppcheck warningsDavid Robillard1-0/+2
2025-06-07Assert that allocation succeeded in testsDavid Robillard4-0/+7
2025-06-07Add .git-blame-ignore-revs fileDavid Robillard1-0/+5
2025-05-30Fix option example in documentationmanu881-1/+1
2025-02-26Remove unnecessary includeDavid Robillard1-2/+0
2025-02-26Disable meson implicit include directories anti-featureDavid Robillard14-0/+16
2025-02-12Fix typosDavid Robillard3-3/+3
2025-02-10Suppress new warning in clang-tidy 19David Robillard2-2/+5
2025-01-31Remove project and version number from man page OS fieldDavid Robillard4-8/+8
2025-01-20Fix strict MSVC buildDavid Robillard1-0/+4
2025-01-20Avoid using fallback for dependencies without a subprojectDavid Robillard1-5/+0
2025-01-20Use "system" include type for all dependencies and add header testDavid Robillard15-20/+112
2025-01-19Clean up and update gitignore fileDavid Robillard1-7/+9
2025-01-19Lilv 0.24.26v0.24.26David Robillard12-16/+17
2025-01-19Update sphinxygen wrapDavid Robillard1-6/+6
2025-01-10Use cppcheck working directoryDavid Robillard2-34/+39
2025-01-10Reduce variable scopeDavid Robillard1-2/+3
2024-12-18Avoid use of VLAs in lv2applyDavid Robillard3-7/+15
2024-12-11Check or explicitly ignore return valuesDavid Robillard2-5/+5
2024-12-11Make guarding condition reflect the access it's protectingDavid Robillard1-1/+1
2024-12-11Avoid potential null dereferences and use of unterminated stringDavid Robillard3-16/+26
2024-12-11Fix potential memory leaksDavid Robillard2-1/+5
2024-12-11Reduce complexity and fix potential memory leaks in lv2benchDavid Robillard1-37/+30
2024-12-11Avoid use of atoi()David Robillard5-7/+18
2024-12-11Use zix_remove() everywhere and check its return valueDavid Robillard3-8/+18
2024-12-11Remove old Windows compatibility gunkDavid Robillard2-11/+2
2024-12-11Use zix_create_directory() instead of mkdir()David Robillard1-11/+4
2024-12-11Add dylib abstraction to isolate platform-specific codeDavid Robillard7-53/+131
2024-11-24Fix build as C++David Robillard1-1/+1
2024-11-24Remove IWYU pragmas that no longer seem necessaryDavid Robillard4-4/+4
2024-11-24Use angle brackets for library includes and clean up include pathsDavid Robillard72-174/+165
2024-11-24Use zix_expand_environment_strings()David Robillard16-173/+18
2024-11-24Avoid using internal configuration header in toolsDavid Robillard4-9/+1
2024-11-24Avoid using internal utility functions in testsDavid Robillard6-12/+27
2024-11-24Use conventional command-line help output formattingDavid Robillard1-3/+3
2024-11-22Quote email addresses in man pagesDavid Robillard4-4/+4
2024-11-15Add clang-format configurationDavid Robillard4-319/+217
2024-11-13Move warning suppression flags to main meson fileDavid Robillard2-144/+122
2024-10-11Add missing const qualifiersDavid Robillard29-136/+137
2024-10-11Remove redundant conditionalDavid Robillard1-1/+1
2024-10-11Remove dead codeDavid Robillard2-8/+0
2024-10-11Avoid potential null pointer arithmeticDavid Robillard2-3/+3
2024-10-11Clean up lilv_expand() unit testsDavid Robillard2-15/+17
2024-10-06Add cppcheck lint testDavid Robillard5-1/+40
2024-10-06Relocate lint test definitionsDavid Robillard1-21/+21
2024-10-06Add lint option and fix warning_level abuseDavid Robillard2-8/+7