Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-22 | Format CSS with prettier and update sylelint configuration | David Robillard | 3 | -32/+98 | |
2024-06-06 | Fix documentation build | David Robillard | 1 | -1/+2 | |
2024-01-23 | Serd 0.32.2v0.32.2 | David Robillard | 1 | -1/+1 | |
2024-01-09 | Enable clang nullability checks | David Robillard | 1 | -2/+2 | |
2023-10-22 | Serd 0.32.0v0.32.0 | David Robillard | 1 | -1/+1 | |
2023-09-23 | Explicitly specify all documentation dependencies | David Robillard | 5 | -14/+37 | |
Yet another attempt to sort out flaky documentation builds. This tries to be careful and describe the complete documentation dependency graph to meson explicitly (ignoring tool outputs that aren't used). Also remove the shared doctrees directory option, since I suspect this causes issues in parallel builds. | |||||
2023-09-22 | Fix documentation dependencies | David Robillard | 3 | -4/+4 | |
2023-09-22 | Remove custom documentation CSS | David Robillard | 1 | -18/+0 | |
This doesn't seem to be necessary, and spacing issues like this should be addressed by fixing the theme anyway. | |||||
2023-09-22 | Clean up meson formatting | David Robillard | 1 | -1/+2 | |
Formatted automatically with muon, with some manual changes to make things format more nicely. | |||||
2023-09-22 | Clean up sphinx build commands | David Robillard | 3 | -9/+19 | |
2023-09-22 | Fix documentation build in a virtualenv | David Robillard | 1 | -2/+2 | |
2023-09-22 | Move man pages to their own directory | David Robillard | 4 | -45/+77 | |
2023-05-15 | Clean up and organize configuration summary | David Robillard | 1 | -7/+9 | |
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 | |