Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-11 | Clean up documentation and remove junk files from install | David Robillard | 11 | -161/+163 | |
2023-05-05 | Update benchmarks | David Robillard | 3 | -378/+417 | |
2023-05-05 | Run mandoc with strict errors | David Robillard | 2 | -3/+10 | |
2023-05-05 | Add options to disable html or singlehtml documentation | David Robillard | 1 | -29/+33 | |
2023-05-05 | Remove unused meson.build file | David Robillard | 1 | -8/+0 | |
2023-05-05 | Fail on documentation warnings when werror=true | David Robillard | 1 | -6/+9 | |
2023-05-05 | Fix stylelint issues | David Robillard | 2 | -3/+5 | |
2023-04-30 | Add long "help" and "version" options to serdi | David Robillard | 1 | -2/+2 | |
Although serdi still "officially" has a BSD-style interface, meson uses --version to find the version of executables. So, support that, and also add --help, since users will often try that for unknown commands. | |||||
2023-04-16 | Gracefully handle errors when writing text | David Robillard | 1 | -1/+1 | |
2023-04-06 | Make URI writing stricter by default | David Robillard | 1 | -1/+3 | |
2023-04-06 | Add pylint test | David Robillard | 1 | -1/+1 | |
2023-04-06 | Only load sphinxygen subproject if required tools are found | David Robillard | 1 | -7/+19 | |
2023-04-06 | Clean up documentation symbol ignore list | David Robillard | 1 | -12/+0 | |
2023-04-06 | Use more consistent meson formatting | David Robillard | 2 | -7/+17 | |
2023-04-06 | Simplify man page markup | David Robillard | 1 | -22/+13 | |
2023-04-05 | Improve writer error handling | David Robillard | 1 | -1/+1 | |
2022-12-09 | Add serd_reader_skip_until_byte() to public API | David Robillard | 1 | -1/+1 | |
2022-12-08 | Replace duplicated dox_to_sphinx script with sphinxygen dependency | David Robillard | 2 | -3/+8 | |
2022-12-04 | Clean up documentation configuration | David Robillard | 3 | -18/+75 | |
2022-11-28 | Improve serdi man page | David Robillard | 1 | -2/+37 | |
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 1 | -1/+1 | |
2022-09-08 | Serd 0.30.16v0.30.16 | David Robillard | 1 | -1/+1 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 6 | -6/+6 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-09-01 | Fix licensing metadata | David Robillard | 2 | -2/+2 | |
The intent here is that relatively generic configuration files, build definitions, or things considered "simple facts" are released to the Commons, but more substantive and original works, including documentation, are licensed the same as the software. | |||||
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 12 | -0/+41 | |
2022-07-16 | Remove fill from logo | David Robillard | 1 | -17/+9 | |
This makes it look reasonably good on both dark and light backgrounds. | |||||
2022-07-16 | Fix spelling error in serdi man page | David Robillard | 1 | -3/+3 | |
2022-07-10 | Serd 0.30.14v0.30.14 | David Robillard | 1 | -1/+1 | |
2022-07-10 | Switch to meson build system | David Robillard | 8 | -47/+144 | |
2022-06-12 | Update benchmarks | David Robillard | 6 | -5205/+710 | |
2022-06-12 | Use a consistent project description everywhere | David Robillard | 1 | -1/+1 | |
2022-06-12 | Update top-level copyright dates | David Robillard | 1 | -1/+1 | |
2022-06-12 | Clean up CSS for HTML man pages | David Robillard | 2 | -3/+21 | |
2022-06-10 | Fix memory consumption when reading documents | David Robillard | 1 | -2/+2 | |
2022-05-26 | Serd 0.30.12v0.30.12 | David Robillard | 1 | -2/+2 | |
2022-05-26 | Fix code whitespace in HTML man pages | David Robillard | 1 | -0/+1 | |
2022-05-26 | Add dark theme for HTML man pages | David Robillard | 1 | -10/+70 | |
2021-05-16 | Add examples to man page | David Robillard | 1 | -0/+8 | |
2021-05-16 | Fix inconsistent argument name in man page | David Robillard | 1 | -1/+1 | |
2021-03-07 | Rewrite man page in mdoc and use mandoc to generate HTML | David Robillard | 2 | -77/+340 | |
2021-01-16 | Add fallback configuration if documentation theme is unavailable | David Robillard | 1 | -26/+50 | |
2021-01-07 | Use globally unique Doxygen group names | David Robillard | 1 | -3/+3 | |
This is necessary to avoid clashes when building unified documentation as a subproject. | |||||
2021-01-07 | Remove unused file | David Robillard | 1 | -11/+0 | |
2021-01-06 | Switch to LV2 documentation theme | David Robillard | 6 | -207/+55 | |
2020-12-21 | Fix documentation page width | David Robillard | 1 | -1/+1 | |
2020-12-21 | Remove old Doxygen configuration | David Robillard | 1 | -2426/+0 | |
2020-12-21 | Generate documentation with Sphinx | David Robillard | 15 | -1118/+362 | |
2020-12-17 | Don't install API man pages | David Robillard | 1 | -1/+1 | |
These weren't particularly useful, and the project will be migrating away from Doxygen entirely anyway. The serdi man page, which is manually written, of course remains. | |||||
2020-11-11 | Clean up attributes in reference documentation | David Robillard | 1 | -1/+5 | |
This is a bit unfortunate since they are quite useful as documentation, but unfortunately Doxygen (as usual) doesn't manage to format things nicely, and the noise makes the summaries unreadable. | |||||
2020-11-09 | Move header to conventional include directory | David Robillard | 1 | -1/+1 | |