Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-11 | Upload documentation from cleaner installed version | David Robillard | 1 | -6/+7 | |
2023-05-11 | Clean up documentation and remove junk files from install | David Robillard | 14 | -167/+170 | |
2023-05-08 | Avoid use of strtoul() | David Robillard | 3 | -9/+16 | |
This function is overkill for the simple cases actually needed here, and pretty slow anyway. | |||||
2023-05-05 | Update benchmarks | David Robillard | 5 | -388/+453 | |
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 | 3 | -30/+41 | |
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-05-04 | Fix whitespace | David Robillard | 1 | -2/+2 | |
2023-05-03 | Make serd_reader_read_chunk() work with NQuads | David Robillard | 5 | -10/+110 | |
2023-05-03 | Remove test output file after execution | David Robillard | 1 | -0/+1 | |
2023-05-03 | Factor out read_nquads_statement() | David Robillard | 1 | -42/+54 | |
2023-05-03 | Remove redundant wrapper function | David Robillard | 1 | -7/+1 | |
2023-05-01 | Use warning_level=everything on FreeBSD CI | David Robillard | 1 | -1/+1 | |
2023-05-01 | Clean up warning suppressions | David Robillard | 1 | -28/+40 | |
2023-04-30 | Suppress cross-compilation warnings in MacOS builds | David Robillard | 3 | -1/+10 | |
2023-04-30 | Add long "help" and "version" options to serdi | David Robillard | 6 | -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-30 | Fix redundant nested max() in benchmark script | David Robillard | 1 | -1/+1 | |
2023-04-25 | Remove stale comment | David Robillard | 1 | -5/+2 | |
2023-04-16 | Gracefully handle errors when writing text | David Robillard | 12 | -89/+312 | |
2023-04-06 | Add test for different comment termination cases | David Robillard | 3 | -0/+13 | |
2023-04-06 | Clean up error handling and use TRY macros more broadly | David Robillard | 2 | -37/+41 | |
2023-04-06 | Improve pretty-printing of lists and inline subjects | David Robillard | 18 | -171/+335 | |
2023-04-06 | Remove support for writing Turtle named inline nodes extension | David Robillard | 4 | -48/+7 | |
2023-04-06 | Simplify remove_dot_segments() implementation | David Robillard | 1 | -53/+15 | |
2023-04-06 | Make URI writing stricter by default | David Robillard | 6 | -11/+55 | |
2023-04-06 | Gracefully handle boolean subject and predicate errors | David Robillard | 7 | -2/+20 | |
2023-04-06 | Fix benchmark plot axis range | David Robillard | 1 | -4/+7 | |
2023-04-06 | Improve help text | David Robillard | 1 | -2/+2 | |
2023-04-06 | Check formatting of project Turtle files | David Robillard | 4 | -0/+89 | |
2023-04-06 | Use portable names for all test targets | David Robillard | 1 | -8/+8 | |
2023-04-06 | Simplify stdout capturing code | David Robillard | 1 | -4/+2 | |
This is slightly less excruciatingly slow on Windows, sometimes, maybe. | |||||
2023-04-06 | Add Fedora row and run lint tests on CI | David Robillard | 1 | -2/+13 | |
2023-04-06 | Add pylint test | David Robillard | 2 | -2/+26 | |
2023-04-06 | Fix flake8 warnings and add test | David Robillard | 3 | -3/+10 | |
2023-04-06 | Simplify command-line option test names | David Robillard | 1 | -2/+2 | |
2023-04-06 | Only load sphinxygen subproject if required tools are found | David Robillard | 1 | -7/+19 | |
2023-04-06 | Update top-level copyright dates | David Robillard | 2 | -2/+2 | |
2023-04-06 | Clean up documentation symbol ignore list | David Robillard | 1 | -12/+0 | |
2023-04-06 | Simplify naming of W3C test directories | David Robillard | 1026 | -9/+11 | |
This matches the names used in <https://github.com/w3c/rdf-tests.git>. | |||||
2023-04-06 | Update TriG test suite | David Robillard | 4 | -18/+34 | |
This suite can't be exactly copied because it has modifications to support exact streaming tests, but this commit incorporates some upstream changes manually. | |||||
2023-04-06 | Update Turtle test suite | David Robillard | 19 | -21/+123 | |
This suite can't be exactly copied because it has modifications to support exact streaming tests, but this commit incorporates some upstream changes manually. | |||||
2023-04-06 | Update NQuads test suite | David Robillard | 7 | -13/+29 | |
2023-04-06 | Update NTriples test suite | David Robillard | 3 | -2/+18 | |
2023-04-06 | Use more consistent meson formatting | David Robillard | 4 | -22/+34 | |
2023-04-06 | Simplify man page markup | David Robillard | 1 | -22/+13 | |
2023-04-06 | Use new meson strict warning system | David Robillard | 7 | -202/+43 | |
Meson includes warning_level=everything as of version 1.0.0, which supercedes maintaining redundant lists of warning flags here. | |||||
2023-04-05 | Fix sign conversion warnings | David Robillard | 3 | -6/+3 | |
2023-04-05 | Add tests for EOF within UTF-8 characters | David Robillard | 3 | -0/+16 | |