aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-09-22Suppress new warnings in clang 16David Robillard1-0/+2
2023-09-22Remove custom documentation CSSDavid Robillard1-18/+0
This doesn't seem to be necessary, and spacing issues like this should be addressed by fixing the theme anyway.
2023-09-22Clean up meson formattingDavid Robillard3-61/+102
Formatted automatically with muon, with some manual changes to make things format more nicely.
2023-09-22Sort options in meson commands on CIDavid Robillard1-10/+10
Sorting things alphabetically, although less natural in a way, makes it easier to find a given option in a row.
2023-09-22Clean up sphinx build commandsDavid Robillard3-9/+19
2023-09-22Fix documentation build in a virtualenvDavid Robillard1-2/+2
2023-09-22Move man pages to their own directoryDavid Robillard7-56/+86
2023-08-31Update gitignore fileDavid Robillard1-3/+3
2023-08-23Update sphinxygen wrapDavid Robillard1-6/+6
2023-05-15Clean up and organize configuration summaryDavid Robillard2-22/+40
2023-05-11Upload documentation from cleaner installed versionDavid Robillard1-6/+7
2023-05-11Clean up documentation and remove junk files from installDavid Robillard14-167/+170
2023-05-08Avoid use of strtoul()David Robillard3-9/+16
This function is overkill for the simple cases actually needed here, and pretty slow anyway.
2023-05-05Update benchmarksDavid Robillard5-388/+453
2023-05-05Run mandoc with strict errorsDavid Robillard2-3/+10
2023-05-05Add options to disable html or singlehtml documentationDavid Robillard3-30/+41
2023-05-05Remove unused meson.build fileDavid Robillard1-8/+0
2023-05-05Fail on documentation warnings when werror=trueDavid Robillard1-6/+9
2023-05-05Fix stylelint issuesDavid Robillard2-3/+5
2023-05-04Fix whitespaceDavid Robillard1-2/+2
2023-05-03Make serd_reader_read_chunk() work with NQuadsDavid Robillard5-10/+110
2023-05-03Remove test output file after executionDavid Robillard1-0/+1
2023-05-03Factor out read_nquads_statement()David Robillard1-42/+54
2023-05-03Remove redundant wrapper functionDavid Robillard1-7/+1
2023-05-01Use warning_level=everything on FreeBSD CIDavid Robillard1-1/+1
2023-05-01Clean up warning suppressionsDavid Robillard1-28/+40
2023-04-30Suppress cross-compilation warnings in MacOS buildsDavid Robillard3-1/+10
2023-04-30Add long "help" and "version" options to serdiDavid Robillard6-6/+17
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-30Fix redundant nested max() in benchmark scriptDavid Robillard1-1/+1
2023-04-25Remove stale commentDavid Robillard1-5/+2
2023-04-16Gracefully handle errors when writing textDavid Robillard12-89/+312
2023-04-06Add test for different comment termination casesDavid Robillard3-0/+13
2023-04-06Clean up error handling and use TRY macros more broadlyDavid Robillard2-37/+41
2023-04-06Improve pretty-printing of lists and inline subjectsDavid Robillard18-171/+335
2023-04-06Remove support for writing Turtle named inline nodes extensionDavid Robillard4-48/+7
2023-04-06Simplify remove_dot_segments() implementationDavid Robillard1-53/+15
2023-04-06Make URI writing stricter by defaultDavid Robillard6-11/+55
2023-04-06Gracefully handle boolean subject and predicate errorsDavid Robillard7-2/+20
2023-04-06Fix benchmark plot axis rangeDavid Robillard1-4/+7
2023-04-06Improve help textDavid Robillard1-2/+2
2023-04-06Check formatting of project Turtle filesDavid Robillard4-0/+89
2023-04-06Use portable names for all test targetsDavid Robillard1-8/+8
2023-04-06Simplify stdout capturing codeDavid Robillard1-4/+2
This is slightly less excruciatingly slow on Windows, sometimes, maybe.
2023-04-06Add Fedora row and run lint tests on CIDavid Robillard1-2/+13
2023-04-06Add pylint testDavid Robillard2-2/+26
2023-04-06Fix flake8 warnings and add testDavid Robillard3-3/+10
2023-04-06Simplify command-line option test namesDavid Robillard1-2/+2
2023-04-06Only load sphinxygen subproject if required tools are foundDavid Robillard1-7/+19
2023-04-06Update top-level copyright datesDavid Robillard2-2/+2
2023-04-06Clean up documentation symbol ignore listDavid Robillard1-12/+0