Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Add support for xsd:hexBinary literals | David Robillard | 1 | -20/+91 | |
2022-01-28 | Use SerdNodes instead of manual memory management in tests | David Robillard | 1 | -0/+23 | |
2022-01-28 | Consolidate number support into a single "value" API | David Robillard | 1 | -116/+235 | |
2022-01-28 | Remove datatype arguments from integer and base64 constructors | David Robillard | 1 | -15/+6 | |
2022-01-28 | Add custom allocator support | David Robillard | 1 | -105/+133 | |
2022-01-28 | Use more human-readable status codes | David Robillard | 1 | -1/+1 | |
2022-01-14 | Expose low-level node construction API | David Robillard | 1 | -13/+52 | |
2022-01-14 | Rename serd_new_simple_node() to serd_new_token() | David Robillard | 1 | -7/+0 | |
Things get confusing without a term for this concept (which is roughly "nodes that are not annoying to construct"), so "token" it is. | |||||
2022-01-14 | Preserve long or short quoting from input documents | David Robillard | 1 | -53/+56 | |
2022-01-14 | Add serd_node_compare() | David Robillard | 1 | -0/+51 | |
2022-01-14 | Add serd_node_from_syntax() and serd_node_to_syntax() | David Robillard | 1 | -2/+2 | |
2022-01-14 | Remove SERD_CURIE node datatype entirely | David Robillard | 1 | -4/+0 | |
2022-01-13 | Clean up base64 node construction and access API | David Robillard | 1 | -18/+47 | |
2022-01-13 | Clean up numeric node construction and access API | David Robillard | 1 | -65/+262 | |
2022-01-13 | Add serd_new_boolean() | David Robillard | 1 | -0/+22 | |
2022-01-13 | Use exess for reading and writing numeric and binary literals | David Robillard | 1 | -44/+41 | |
2022-01-13 | Simplify literal construction API | David Robillard | 1 | -24/+42 | |
2022-01-13 | Set datatypes on integer, decimal, and base64 nodes | David Robillard | 1 | -7/+27 | |
2022-01-13 | Simplify node construction API | David Robillard | 1 | -24/+47 | |
2022-01-13 | Merge datatype/language into node | David Robillard | 1 | -0/+46 | |
This moves closer to the sord API, and is more convenient in most cases. | |||||
2022-01-13 | Make nodes opaque | David Robillard | 1 | -45/+47 | |
2022-01-13 | Shorten node constructor names | David Robillard | 1 | -3/+3 | |
2022-01-13 | Use char* for strings in public API | David Robillard | 1 | -18/+17 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2022-01-13 | Remove useless character counting | David Robillard | 1 | -9/+6 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -115/+124 | |
2020-11-13 | Remove tests that pass null to nonnull parameters | David Robillard | 1 | -2/+2 | |
2020-11-09 | Split out reader and writer tests | David Robillard | 1 | -0/+203 | |