Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Add serd_node_compare() | David Robillard | 1 | -0/+60 | |
2023-12-02 | Clean up base64 node construction and access API | David Robillard | 1 | -19/+49 | |
2023-12-02 | Clean up numeric node construction and access API | David Robillard | 1 | -68/+261 | |
2023-12-02 | [WIP] Use exess for reading and writing numeric and binary literals | David Robillard | 1 | -43/+41 | |
2023-12-02 | Add serd_new_boolean() | David Robillard | 1 | -0/+21 | |
2023-12-02 | Simplify literal construction API | David Robillard | 1 | -24/+42 | |
2023-12-02 | Set datatypes on integer, decimal, and base64 nodes | David Robillard | 1 | -7/+27 | |
2023-12-02 | Simplify node construction API | David Robillard | 1 | -22/+40 | |
2023-12-02 | Merge datatype/language into node | David Robillard | 1 | -0/+46 | |
This moves closer to the sord API, and is more convenient in most cases. | |||||
2023-12-02 | Add serd_node_uri_view() | David Robillard | 1 | -5/+11 | |
2023-12-02 | Add serd_node_string_view() | David Robillard | 1 | -0/+2 | |
2023-12-02 | Make nodes opaque | David Robillard | 1 | -45/+48 | |
2023-12-02 | Shorten node constructor names | David Robillard | 1 | -3/+3 | |
2023-12-02 | Split up public API header | David Robillard | 1 | -1/+3 | |
2023-12-02 | Use char* for strings in public API | David Robillard | 1 | -18/+17 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2023-12-02 | Remove useless character counting | David Robillard | 1 | -9/+6 | |
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. | |||||
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-08-09 | Fix array size warning | David Robillard | 1 | -3/+7 | |
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 | |