Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-06 | Remove redundant default values for meson options | David Robillard | 1 | -3/+3 | |
2024-07-16 | Avoid narrowing casts through void | David Robillard | 6 | -10/+8 | |
2024-07-16 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 4 | -4/+8 | |
2024-07-16 | Fix typo | David Robillard | 1 | -1/+1 | |
2024-07-14 | Add lv2:BandstopPlugin | David Robillard | 3 | -2/+10 | |
2024-07-14 | Bump serdi check to a stable version number | David Robillard | 1 | -1/+1 | |
2024-07-14 | Update ui spec version | David Robillard | 1 | -2/+2 | |
This should have been bumped in 6b18f72 "Add types for Gtk4UI and Qt6UI". | |||||
2024-07-12 | Use bare boolean literals | David Robillard | 3 | -6/+6 | |
I'm not sure why these were written out in full, although vaguely recall something about rdflib having trouble with these. In any case, it seems to work now, and this is fundamental Turtle syntax that should be supported by everything. This is necessary for the lint tests to pass after improvements to serd that will rewrite these literals in this way. | |||||
2024-07-11 | lv2specgen: Avoid deprecated datetime.utcfromtimestamp | David Robillard | 1 | -1/+1 | |
2024-07-11 | Fix spelling in documentation | David Robillard | 2 | -2/+2 | |
2024-07-11 | Add types for Gtk4UI and Qt6UI | David Robillard | 4 | -1/+38 | |
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -1/+2 | |
2023-09-23 | Add lv2_util.h to documentation | David Robillard | 3 | -2/+3 | |
2023-09-23 | Fix formatting of documentation code snippets | David Robillard | 1 | -0/+4 | |
2023-09-23 | Avoid quoting default value for meson boolean option | David Robillard | 1 | -1/+1 | |
Deprecated in meson 1.1.0. | |||||
2023-09-23 | Add missing symbol exports for dynmanifest API | David Robillard | 1 | -0/+4 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 16 | -73/+102 | |
The less time wasted with manual code formatting, the better. | |||||
2023-09-23 | Fix Weverything build with older clang | David Robillard | 1 | -0/+2 | |
2023-09-22 | Suppress new warnings in clang-tidy 16 | David Robillard | 1 | -1/+2 | |
2023-09-22 | Add missing const qualifiers | David Robillard | 3 | -6/+6 | |
2023-09-21 | Suppress new warnings in clang 16 | David Robillard | 2 | -0/+4 | |
2023-08-23 | lv2specgen: Use isinstance() instead of comparing types | David Robillard | 1 | -3/+3 | |
2023-08-23 | Suppress clang-tidy warning | David Robillard | 1 | -0/+1 | |
2023-08-23 | Remove deprecated Doxygen configuration | David Robillard | 1 | -17/+0 | |
2023-05-29 | Fix field order in LV2_Atom_Sequence_Body documentation | David Robillard | 1 | -1/+1 | |
2023-05-15 | Organize configuration summary | David Robillard | 1 | -5/+17 | |
2023-05-02 | Fix warning_level=everything on MacOS | David Robillard | 3 | -1/+19 | |
2023-05-01 | Fix strict build on FreeBSD | David Robillard | 1 | -0/+1 | |
2023-05-01 | Clean up warning suppressions | David Robillard | 1 | -8/+6 | |
2023-04-30 | Merge debug and release rows on CI | David Robillard | 1 | -96/+69 | |
Although this parallelizes more or less perfectly, it's much less expensive overall to combine the builds. Spinning up images is expensive, and we're not in that much of a hurry. Being cheaper overall, this speeds up the sequential local test run significantly. | |||||
2023-04-30 | Avoid or suppress clang-tidy warnings in utility headers | David Robillard | 2 | -5/+18 | |
2023-04-30 | Remove trailing newlines from Turtle data files | David Robillard | 83 | -93/+25 | |
2023-04-30 | Replace strict option with new meson warning level | David Robillard | 6 | -319/+80 | |
2023-02-21 | Fix whitespace | David Robillard | 1 | -1/+0 | |
2023-02-04 | Fix clang and clang-tidy warnings in Windows | David Robillard | 9 | -13/+35 | |
2023-02-04 | Fix whitespace | David Robillard | 1 | -15/+14 | |
2023-02-03 | Suppress new warnings in clang-tidy 15 | David Robillard | 1 | -0/+2 | |
2023-01-29 | Suppress new warnings in MSVS 2022 | David Robillard | 1 | -0/+1 | |
2023-01-14 | Remove unused meson file | David Robillard | 1 | -30/+0 | |
2022-12-15 | Remove double size check entirely | David Robillard | 2 | -6/+3 | |
It turns out that, since this header is widely included in dependants, removing the conditional in the previous commit triggers undocumented warnings downstream. Since the check is pretty esoteric anyway, and has been widely included across most of the LV2 ecosystem for a decade and never once come up, I think it's safe to just delete this and be done with the hassle. | |||||
2022-12-11 | Remove doxygen conditional | David Robillard | 1 | -3/+1 | |
This triggers a warning in clang, so achieve the same thing (keeping this out of the documentation) by simply not documenting the definition. | |||||
2022-12-11 | Clean up include guards | David Robillard | 34 | -84/+88 | |
2022-12-11 | Simplify clang-tidy configuration | David Robillard | 3 | -8/+11 | |
2022-12-11 | Test headers for warnings more strictly | David Robillard | 9 | -25/+167 | |
2022-12-10 | Consistently use lists for dependencies | David Robillard | 1 | -3/+3 | |
2022-12-10 | Allow LV2_SYMBOL_EXPORT to be overridden | David Robillard | 2 | -6/+9 | |
2022-11-19 | Avoid test directory entirely if tests are disabled | David Robillard | 2 | -14/+14 | |
2022-11-14 | Remove deprecated doxygen configuration | David Robillard | 1 | -40/+0 | |
2022-10-24 | Add meson subproject files to .gitignore | David Robillard | 1 | -0/+3 | |
This is generated in the source directory by meson when the project is checked out of git by the meson wrap system. Ignoring it here ignores issues with tools that assume a clean source directory, like the REUSE test. | |||||
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 2 | -2/+6 | |