Age | Commit message (Expand) | Author | Files | Lines |
2022-07-17 | Consistently use unsigned literals for enum constants | David Robillard | 1 | -5/+5 |
2022-07-17 | Make test logging portable to MinGW and old MS runtimes | David Robillard | 2 | -4/+3 |
2022-07-17 | Make potentially lossy type conversions explicit | David Robillard | 4 | -6/+6 |
2022-07-03 | Suppress new warnings from clang-tidy 13 | David Robillard | 3 | -1/+9 |
2022-06-16 | lv2specgen: Fix flake8 warnings | David Robillard | 1 | -7/+12 |
2022-06-16 | lv2specgen: Use cleaner methods for string manipulation | David Robillard | 1 | -4/+4 |
2022-06-16 | lv2specgen: Fix invalid variable reference | David Robillard | 1 | -1/+1 |
2022-06-16 | lv2specgen: Remove unused parameter | David Robillard | 1 | -2/+2 |
2022-06-16 | lv2specgen: Fix clashing time namespace prefix | David Robillard | 1 | -1/+7 |
2022-06-15 | lv2specgen: Use scoped file handles | David Robillard | 2 | -13/+9 |
2022-06-15 | Explicitly declare sources to check for spelling | David Robillard | 1 | -9/+8 |
2022-05-27 | Replace use of deprecated ui:binary in examples with lv2:binary | David Robillard | 2 | -2/+2 |
2022-05-27 | Fix LV2_Atom_Sequence_Body documentation | David Robillard | 1 | -1/+1 |
2022-05-26 | LV2 1.18.4v1.18.4 | David Robillard | 12 | -7/+65 |
2022-05-26 | Update Doxygen configuration | David Robillard | 1 | -148/+337 |
2022-05-26 | Suppress new warnings in clang-tidy 13 | David Robillard | 8 | -13/+21 |
2022-05-26 | Avoid "else" after "return" | David Robillard | 3 | -8/+22 |
2022-05-26 | Fix whitespace | David Robillard | 2 | -2/+2 |
2022-05-18 | Fix typos | David Robillard | 2 | -2/+2 |
2022-05-11 | Fix strict build on MacOS 11.6 | David Robillard | 1 | -1/+3 |
2022-05-11 | Update CI configuration for bullseye | David Robillard | 1 | -76/+12 |
2022-05-09 | Ignore build directory in spelling test | David Robillard | 1 | -0/+1 |
2022-05-09 | Deprecate ui:resize | David Robillard | 1 | -1/+2 |
2022-05-09 | Remove deprecated Doxygen configuration keys | David Robillard | 1 | -7/+0 |
2022-05-09 | Fix spelling test when building as a subproject | David Robillard | 1 | -6/+9 |
2022-05-09 | Fix incorrect spelling and test for regression with codespell | David Robillard | 21 | -23/+39 |
2022-05-09 | Remove example plugins from lv2_validate | Filipe Coelho | 1 | -14/+0 |
2021-03-15 | Simplify rdfs:label restrictions | David Robillard | 1 | -2/+2 |
2021-03-15 | Remove some unused Doxygen configuration keys | David Robillard | 1 | -40/+0 |
2021-03-15 | Remove old link to SVN repository | David Robillard | 1 | -4/+0 |
2021-03-15 | Make the type of patch:wildcard more precise | David Robillard | 1 | -1/+1 |
2021-03-15 | Fix type and range of patch:value | David Robillard | 2 | -3/+4 |
2021-03-15 | Simplify dcs.ttl | David Robillard | 1 | -14/+6 |
2021-03-15 | Strengthen and clean up doap.ttl | David Robillard | 1 | -82/+84 |
2021-03-15 | Add owl:imports to ontologies | David Robillard | 15 | -16/+36 |
2021-03-12 | Use matching datatypes for fixed-size bounds in xsd.ttl | David Robillard | 1 | -12/+12 |
2021-03-11 | Remove unused datatypes from xsd.ttl | David Robillard | 1 | -136/+16 |
2021-03-11 | Sort xsd.ttl | David Robillard | 1 | -18/+18 |
2021-03-11 | Fix pattern restrictions in xsd.ttl | David Robillard | 1 | -12/+14 |
2021-03-11 | Fix whitespace in xsd.ttl | David Robillard | 1 | -7/+7 |
2021-03-11 | Remove subclass cycle | David Robillard | 1 | -2/+1 |
2021-03-11 | Add missing class label | David Robillard | 1 | -1/+3 |
2021-03-10 | Fix warnings with VS2019 | David Robillard | 2 | -2/+2 |
2021-03-10 | eg-sampler: Fix out of bounds sample read after loading new file | Filipe Coelho | 1 | -0/+4 |
2021-02-22 | Fix typos in docstrings | Reuben Thomas | 7 | -11/+11 |
2021-02-13 | Add missing LV2_CORE__enabled define | Alexandros Theodotou | 1 | -0/+1 |
2021-01-07 | LV2 1.18.2v1.18.2 | David Robillard | 4 | -6/+11 |
2021-01-07 | Update autowaf | David Robillard | 1 | -0/+0 |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 30 | -32/+30 |
2021-01-01 | Suppress clang-tidy C11 warnings | David Robillard | 1 | -0/+1 |