Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-13 | Add SerdCaret | David Robillard | 6 | -3/+67 | |
2022-01-13 | Add serd_world_get_blank() | David Robillard | 2 | -0/+48 | |
2022-01-13 | Remove serd_reader_set_default_graph() | David Robillard | 1 | -37/+23 | |
2022-01-13 | Add SerdWorld for shared library state | David Robillard | 5 | -21/+54 | |
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 | 2 | -47/+70 | |
2022-01-13 | Clean up nodes in reader/writer tests | David Robillard | 1 | -12/+20 | |
2022-01-13 | Simplify literal construction API | David Robillard | 3 | -30/+45 | |
2022-01-13 | Improve reader error handling | David Robillard | 2 | -0/+164 | |
2022-01-13 | Handle writer stack overflows gracefully | David Robillard | 1 | -0/+56 | |
2022-01-13 | Use a fixed-size reader stack | David Robillard | 4 | -10/+17 | |
2022-01-13 | Simplify reader interface | David Robillard | 2 | -50/+47 | |
2022-01-13 | Add SerdSink interface and hide implementations | David Robillard | 6 | -32/+210 | |
2022-01-13 | Bring read/write interface closer to C standard | David Robillard | 1 | -2/+3 | |
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 | 5 | -75/+143 | |
2022-01-13 | Merge datatype/language into node | David Robillard | 4 | -54/+68 | |
This moves closer to the sord API, and is more convenient in most cases. | |||||
2022-01-13 | Improve URI tests | David Robillard | 1 | -9/+29 | |
2022-01-13 | Simplify URI API and implementation | David Robillard | 4 | -42/+141 | |
2022-01-13 | Make nodes opaque | David Robillard | 5 | -177/+182 | |
2022-01-13 | Shorten node constructor names | David Robillard | 2 | -15/+13 | |
2022-01-13 | Remove "get" from accessor names | David Robillard | 2 | -7/+7 | |
2022-01-13 | Rename SerdStyle to SerdWriterFlags | David Robillard | 2 | -7/+6 | |
2022-01-13 | Rename SerdURI to SerdURIView | David Robillard | 1 | -9/+9 | |
2022-01-13 | Rename SerdChunk to SerdStringView | David Robillard | 1 | -2/+2 | |
2022-01-13 | Use char* for strings in public API | David Robillard | 6 | -103/+85 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2022-01-13 | Add SerdBuffer type for mutable buffers | David Robillard | 2 | -8/+8 | |
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. | |||||
2022-01-13 | Remove support for Turtle named inline nodes extension | David Robillard | 7 | -33/+0 | |
2022-01-13 | Remove escape parameter from serd_node_new_file_uri | David Robillard | 1 | -10/+5 | |
Since characters are escaped because they are not valid characters in a URI, any use of this function without escaping is problematic at best. | |||||
2022-01-13 | Remove useless character counting | David Robillard | 2 | -17/+9 | |
2022-01-13 | Remove serd_uri_to_path() | David Robillard | 1 | -41/+0 | |
2022-01-13 | Switch to Meson | David Robillard | 4 | -0/+274 | |
2022-01-13 | Factor out test suite running to a standalone script | David Robillard | 1 | -0/+403 | |
2022-01-13 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -1/+2 | |
2021-07-10 | Fix out of bounds read in test | David Robillard | 1 | -0/+4 | |
2021-07-10 | Clean up socket-like stream reading test | David Robillard | 1 | -5/+17 | |
2021-07-10 | Add missing include | David Robillard | 1 | -0/+1 | |
2021-07-09 | Fix accidentally disabled writer test | David Robillard | 1 | -4/+1 | |
2021-07-08 | Suppress new warnings in clang-tidy 12 | David Robillard | 1 | -0/+2 | |
2021-06-30 | Make node qualify and expand functions tolerate a null Env | David Robillard | 1 | -0/+5 | |
This is convenient in places where you don't necessarily need an Env, since these methods will work the same as with an empty Env. | |||||
2021-04-09 | Write statements with invalid URI characters in lax mode | David Robillard | 5 | -0/+13 | |
2021-02-15 | Fix writing long literals with triple quotes | David Robillard | 1 | -0/+65 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 7 | -7/+7 | |
2020-12-31 | Format all code with clang-format | David Robillard | 7 | -614/+635 | |
2020-12-17 | Add test for attempting to convert a non-file URI to a path | David Robillard | 1 | -0/+3 | |
2020-12-15 | Suppress new clang-tidy warnings | David Robillard | 1 | -0/+3 | |
2020-11-14 | Deprecate serd_uri_to_path() | David Robillard | 1 | -0/+9 | |
2020-11-13 | Remove tests that pass null to nonnull parameters | David Robillard | 2 | -8/+4 | |