Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-03-08 | Add SerdStatement | David Robillard | 9 | -38/+177 |
2021-03-08 | Add SerdCursor | David Robillard | 14 | -50/+300 |
2021-03-08 | Remove serd_reader_set_default_graph() | David Robillard | 4 | -70/+30 |
2021-03-08 | Move SerdField to public API | David Robillard | 2 | -46/+48 |
2021-03-08 | Simplify SerdEnv API | David Robillard | 5 | -63/+95 |
2021-03-08 | Add serd_world_get_blank() | David Robillard | 4 | -2/+55 |
2021-03-08 | Move fopen wrapper to world | David Robillard | 5 | -29/+37 |
2021-03-08 | Move error handling to world | David Robillard | 6 | -51/+55 |
2021-03-08 | Add SerdWorld for shared library state | David Robillard | 17 | -72/+182 |
2021-03-08 | Clean up nodes in reader/writer tests | David Robillard | 1 | -12/+20 |
2021-03-08 | Add numeric node construction and access API | David Robillard | 5 | -50/+307 |
2021-03-08 | Add serd_new_float() and serd_new_double() | David Robillard | 6 | -1/+63 |
2021-03-08 | Add serd_new_boolean() | David Robillard | 4 | -0/+35 |
2021-03-08 | Remove serd_node_align constant | David Robillard | 1 | -10/+8 |
2021-03-08 | Remove old floating point tests | David Robillard | 1 | -88/+0 |
2021-03-08 | WIP: Use exess for reading and writing numeric and binary literals | David Robillard | 5 | -281/+112 |
2021-03-08 | Add exess from git@gitlab.com:drobilla/exess.git 4638b1f | David Robillard | 120 | -1/+17581 |
2021-03-08 | Simplify literal construction API | David Robillard | 5 | -71/+131 |
2021-03-08 | Expand datatype of literal nodes in serd_env_expand_node | David Robillard | 2 | -3/+19 |
2021-03-08 | Move syntax name/extension utilities to public API | David Robillard | 4 | -51/+110 |
2021-03-08 | Improve reader error handling | David Robillard | 1 | -31/+40 |
2021-03-08 | Remove unnecessary parameter from read_LANGTAG() | David Robillard | 1 | -8/+8 |
2021-03-08 | Set flags directly when reading literal nodes | David Robillard | 1 | -57/+35 |
2021-03-08 | Improve push_byte() performance | David Robillard | 1 | -5/+4 |
2021-03-08 | Add debug checks for node padding | David Robillard | 2 | -9/+37 |
2021-03-08 | Zero node padding before passing to reader sinks | David Robillard | 5 | -2/+41 |
2021-03-08 | Remove datatype and language from reader context | David Robillard | 2 | -32/+25 |
2021-03-08 | Simplify stack management by popping in bulk at higher levels | David Robillard | 4 | -109/+51 |
2021-03-08 | Use a fixed-size reader stack | David Robillard | 14 | -206/+259 |
2021-03-07 | Simplify reader interface | David Robillard | 8 | -167/+113 |
2021-03-07 | Add SerdSink interface and hide implementations | David Robillard | 12 | -154/+334 |
2021-03-07 | Use consistent naming for function types | David Robillard | 8 | -55/+55 |
2021-03-07 | Bring read/write interface closer to C standard | David Robillard | 11 | -93/+97 |
2021-03-07 | Simplify reader interface | David Robillard | 6 | -162/+121 |
2021-03-07 | Set datatypes on integer, decimal, and base64 nodes | David Robillard | 4 | -39/+135 |
2021-03-07 | Simplify node construction API | David Robillard | 10 | -260/+327 |
2021-03-07 | Simplify URI API and implementation | David Robillard | 12 | -436/+514 |
2021-03-07 | Add serd_node_uri_view() | David Robillard | 2 | -0/+27 |
2021-03-07 | Add serd_node_string_view() | David Robillard | 2 | -0/+18 |
2021-03-07 | Merge datatype/language into node | David Robillard | 9 | -128/+258 |
2021-03-07 | Remove SERD_NOTHING node type | David Robillard | 4 | -26/+1 |
2021-03-07 | Make nodes opaque | David Robillard | 16 | -482/+530 |
2021-03-07 | Add node accessor API | David Robillard | 2 | -0/+44 |
2021-03-07 | Shorten node constructor names | David Robillard | 6 | -62/+58 |
2021-03-07 | Add string view construction macros | David Robillard | 1 | -0/+30 |
2021-03-07 | Remove "get" from accessor names | David Robillard | 6 | -18/+21 |
2021-03-07 | Rename SerdStyle to SerdWriterFlags | David Robillard | 4 | -48/+50 |
2021-03-07 | Rename SerdType to SerdNodeType | David Robillard | 5 | -21/+27 |
2021-03-07 | Rename SerdURI to SerdURIView | David Robillard | 8 | -105/+107 |
2021-03-07 | Rename SerdChunk to SerdStringView | David Robillard | 7 | -35/+30 |