Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Align node allocations | David Robillard | 3 | -6/+46 | |
2023-12-02 | Make nodes opaque | David Robillard | 24 | -596/+651 | |
2023-12-02 | Add node accessor API | David Robillard | 2 | -0/+44 | |
2023-12-02 | Shorten node constructor names | David Robillard | 7 | -66/+67 | |
2023-12-02 | Rename string view fields | David Robillard | 7 | -77/+77 | |
2023-12-02 | Use more human-readable status codes | David Robillard | 15 | -139/+157 | |
2023-12-02 | Add version constants to public header | David Robillard | 7 | -6/+68 | |
2023-12-02 | Split up public API header | David Robillard | 47 | -977/+1554 | |
2023-12-02 | Remove "get" from accessor names | David Robillard | 6 | -18/+18 | |
2023-12-02 | Rename function types for consistency | David Robillard | 9 | -62/+62 | |
2023-12-02 | Rename SerdStyle to SerdWriterFlags | David Robillard | 5 | -60/+64 | |
2023-12-02 | Rename SerdType to SerdNodeType | David Robillard | 5 | -25/+28 | |
The old name will be even more ambiguous with the increased scope. | |||||
2023-12-02 | Rename SerdURI to SerdURIView | David Robillard | 8 | -111/+113 | |
2023-12-02 | Rename SerdChunk to SerdStringView | David Robillard | 8 | -32/+38 | |
2023-12-02 | Add SerdBuffer type for mutable buffers | David Robillard | 7 | -45/+50 | |
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. | |||||
2023-12-02 | Use char* for strings in public API | David Robillard | 24 | -430/+388 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2023-12-02 | Remove support for reading Turtle named inline nodes extension | David Robillard | 9 | -61/+1 | |
2023-12-02 | Remove escape parameter from serd_node_new_file_uri | David Robillard | 4 | -34/+16 | |
Since characters are escaped because they are not valid characters in a URI, any use of this function without escaping is problematic at best. | |||||
2023-12-02 | Remove useless character counting | David Robillard | 11 | -101/+55 | |
2023-12-02 | Remove serd_uri_to_path() | David Robillard | 9 | -104/+11 | |
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 | |
2023-09-22 | Fix potential realloc leaks | David Robillard | 2 | -6/+12 | |
2023-09-22 | Remove unused include | David Robillard | 1 | -1/+0 | |
2023-09-22 | Suppress new warnings in clang 16 | David Robillard | 1 | -0/+2 | |
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 | 3 | -61/+102 | |
Formatted automatically with muon, with some manual changes to make things format more nicely. | |||||
2023-09-22 | Sort options in meson commands on CI | David Robillard | 1 | -10/+10 | |
Sorting things alphabetically, although less natural in a way, makes it easier to find a given option in a row. | |||||
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 | 7 | -56/+86 | |
2023-08-31 | Update gitignore file | David Robillard | 1 | -3/+3 | |
2023-08-23 | Update sphinxygen wrap | David Robillard | 1 | -6/+6 | |
2023-05-15 | Clean up and organize configuration summary | David Robillard | 2 | -22/+40 | |
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 | |