Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-25 | Reduce size of character classification code | David Robillard | 3 | -121/+24 | |
2024-06-25 | Improve test suite coverage | David Robillard | 16 | -21/+200 | |
2024-06-25 | Fix rewriting special literals when datatype URIs are prefixed names | David Robillard | 2 | -16/+32 | |
2024-06-25 | Clean up redundant and/or inconsistent conditionals | David Robillard | 4 | -27/+19 | |
2024-06-25 | Replace questionable switch statements with shorter conditionals | David Robillard | 7 | -97/+30 | |
2024-06-25 | Fix overly permissive parsing of syntax names on the command line | David Robillard | 5 | -12/+19 | |
2024-06-24 | Write blank lines between graphs and statements in TriG | David Robillard | 3 | -5/+16 | |
2024-06-24 | Clean up nonnull parameter assertions | David Robillard | 5 | -3/+32 | |
2024-06-23 | Gracefully handle failure to terminate written anonymous nodes | David Robillard | 2 | -14/+44 | |
This case shouldn't be reachable when driven directly from a reader, but can be reached by invalid use of the writer in an application. | |||||
2024-06-23 | Gracefully handle errors while writing the end of anonymous nodes | David Robillard | 2 | -2/+3 | |
2024-06-23 | Fix writer cleanup test | David Robillard | 1 | -8/+18 | |
Because nodes are shallow, this wasn't actually writing a stack of nested objects. Fix the blank node ping-pong algorithm so that it does. | |||||
2024-06-23 | Simplify pylint test definition | David Robillard | 1 | -4/+3 | |
2024-06-23 | Check that header has zero code complexity | David Robillard | 1 | -1/+4 | |
2024-06-23 | Remove redundant test manifest entry | David Robillard | 1 | -1/+0 | |
2024-06-22 | Format CSS with prettier and update sylelint configuration | David Robillard | 3 | -32/+98 | |
2024-06-22 | Strengthen clang-tidy configuration | David Robillard | 2 | -4/+10 | |
2024-06-22 | Avoid non-enum switches with missing default cases | David Robillard | 2 | -25/+25 | |
2024-06-09 | Add missing entries to "good" test manifest | David Robillard | 1 | -6/+18 | |
2024-06-09 | Treat out of range unicode characters as errors | David Robillard | 7 | -10/+12 | |
2024-06-09 | Add test cases for special characters in local names | David Robillard | 6 | -1/+59 | |
2024-06-07 | Add test cases for lax TriG parsing | David Robillard | 4 | -0/+38 | |
2024-06-07 | Add test case for bad graph URIs in NQuads | David Robillard | 2 | -2/+2 | |
2024-06-06 | Fix documentation build | David Robillard | 1 | -1/+2 | |
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 3 | -3/+6 | |
2024-03-29 | Use unsigned constants for all explicit enumerator values | David Robillard | 2 | -5/+6 | |
2024-03-29 | Remove redundant enumerator values | David Robillard | 1 | -5/+5 | |
2024-03-29 | Add NTriples test cases for bad blank nodes and trailing garbage | David Robillard | 3 | -0/+14 | |
2024-03-29 | Fix lax NQuads parsing | David Robillard | 15 | -30/+107 | |
2024-03-29 | Support reading lone lists in lax mode | David Robillard | 5 | -2/+13 | |
This allows parsing documents like "(42) ." | |||||
2024-03-28 | Add assertions for all non-null pointers in the public API | David Robillard | 9 | -0/+106 | |
2024-03-16 | Relax some pointer nullability annotations in the API | David Robillard | 1 | -28/+30 | |
Opaque handles should be just that, opaque. I can't see a good reason to care about the nullability of opaque callback handles, at least statically. That's the business of the callback function. Similarly, output pointer parameters were over-specified. | |||||
2024-03-14 | Decouple serdi man page installation from docs option | David Robillard | 1 | -3/+1 | |
2024-03-14 | Fix library current_version on MacOS | David Robillard | 2 | -1/+3 | |
2024-03-10 | Simplify writer logic | David Robillard | 1 | -18/+17 | |
2024-03-10 | Remove unnecessary internal writer separator case | David Robillard | 1 | -21/+7 | |
2024-03-08 | Add tests with as many rules as possible in a single document | David Robillard | 7 | -0/+115 | |
2024-03-08 | Add more exhaustive NTriples and NQuads test cases | David Robillard | 51 | -0/+394 | |
2024-03-08 | Fix parsing NQuads lines with no space before the final dot | David Robillard | 7 | -3/+31 | |
2024-01-23 | Serd 0.32.2v0.32.2 | David Robillard | 4 | -5/+5 | |
2024-01-20 | Fix writing empty list objects within blank nodes | David Robillard | 3 | -1/+84 | |
2024-01-09 | Avoid regressions in clang nullability checks | David Robillard | 6 | -5/+57 | |
Clang 15 (and still as of 16) lost the ability to understand null checks in conditionals, which is supposed to suppress these warnings. For now, work around some, and suppress others. The suppression boilerplate here is noisy and ugly, and hopefully temporary. It should be removed once the issue is fixed in clang. See https://github.com/llvm/llvm-project/issues/63018 | |||||
2024-01-09 | Remove default meson warning_level override | David Robillard | 1 | -1/+0 | |
It turns out that this overrides the one given on the command line when building as a subproject. Yikes. | |||||
2024-01-09 | Enable clang nullability checks | David Robillard | 5 | -8/+13 | |
2023-12-02 | Delete trailing whitespace | David Robillard | 1 | -1/+1 | |
2023-10-22 | Serd 0.32.0v0.32.0 | David Robillard | 4 | -5/+5 | |
2023-10-06 | Tolerate reduce floating point precision on Apple Silicon | David Robillard | 1 | -2/+2 | |
This is... strange, and slightly worrying, although it's already known that this conversion code isn't exact in all cases. The next major version will fix that (and I've confirmed that these issues aren't present there), but that's a major change so, for now, just reduce the very large number in the test case slightly so that it passes on these chips as well. | |||||
2023-09-23 | Avoid use of deprecated meson string formatting with files | David Robillard | 2 | -24/+29 | |
Meson annoyingly doesn't provide access to the path of file objects (but it should). It was possible to do that by formatting a string with a file argument, but now this triggers a loud warning that claims it has always been broken and will be deprecated. So, avoid this by juggling things around and maintaining unchecked path strings instead, and hope that they're all passed to files() at some point so they can't get stale. | |||||
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 | Suppress new warnings in clang-tidy 16 | David Robillard | 1 | -1/+2 | |
2023-09-22 | Fix documentation dependencies | David Robillard | 3 | -4/+4 | |