Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-12-02 | Simplify stack management by popping in bulk at higher levels | David Robillard | 4 | -139/+55 |
2023-12-02 | Use a fixed-size reader stack | David Robillard | 13 | -208/+301 |
2023-12-02 | Simplify reader interface | David Robillard | 7 | -266/+179 |
2023-12-02 | Add SerdSink interface and hide implementations | David Robillard | 17 | -196/+480 |
2023-12-02 | Bring read/write interface closer to the C standard | David Robillard | 16 | -105/+130 |
2023-12-02 | Add serd_new_boolean() | David Robillard | 3 | -0/+35 |
2023-12-02 | Simplify literal construction API | David Robillard | 5 | -70/+123 |
2023-12-02 | Set datatypes on integer, decimal, and base64 nodes | David Robillard | 3 | -41/+111 |
2023-12-02 | Simplify node construction API | David Robillard | 13 | -294/+365 |
2023-12-02 | Merge datatype/language into node | David Robillard | 11 | -140/+282 |
2023-12-02 | Simplify URI API and implementation | David Robillard | 12 | -377/+490 |
2023-12-02 | Add serd_node_uri_view() | David Robillard | 3 | -5/+37 |
2023-12-02 | Add serd_node_string_view() | David Robillard | 3 | -0/+21 |
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 |
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 |
2023-12-02 | Use char* for strings in public API | David Robillard | 24 | -430/+388 |
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 |
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 |
2023-09-23 | Avoid use of deprecated meson string formatting with files | David Robillard | 2 | -24/+29 |
2023-09-23 | Explicitly specify all documentation dependencies | David Robillard | 5 | -14/+37 |
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 |
2023-09-22 | Clean up meson formatting | David Robillard | 3 | -61/+102 |
2023-09-22 | Sort options in meson commands on CI | David Robillard | 1 | -10/+10 |
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 |