Age | Commit message (Expand) | Author | Files | Lines |
2020-10-27 | Suppress warnings from some compilers | David Robillard | 1 | -0/+13 |
2020-10-27 | WIP: Add Python bindings | David Robillard | 1 | -2/+65 |
2020-10-27 | WIP: Add C++ bindings | David Robillard | 1 | -3/+50 |
2020-10-27 | WIP: Add serd_node_from_syntax() and serd_node_to_syntax() | David Robillard | 1 | -0/+3 |
2020-10-27 | WIP: Make Writer always write to a ByteSink | David Robillard | 1 | -6/+10 |
2020-10-27 | Refuse to write relative URIRefs to NTriples | David Robillard | 1 | -1/+2 |
2020-10-27 | Use a manual type-safe stack in SerdWriter | David Robillard | 1 | -2/+0 |
2020-10-27 | WIP: Add statement filtering | David Robillard | 1 | -0/+15 |
2020-10-27 | Add support for parsing variables | David Robillard | 1 | -2/+12 |
2020-10-27 | Add support for basic literal normalisation | David Robillard | 1 | -1/+4 |
2020-10-27 | Separate decimal parsing from floating point conversion | David Robillard | 1 | -2/+0 |
2020-10-27 | Add minimal big integer implementation | David Robillard | 1 | -0/+3 |
2020-10-27 | Add minimal soft floating point implementation | David Robillard | 1 | -0/+5 |
2020-10-27 | Add faster decimal digit counting function | David Robillard | 1 | -0/+4 |
2020-10-27 | Move MIN macro to int_math.h | David Robillard | 1 | -1/+2 |
2020-10-27 | Add integer and bit math utilities | David Robillard | 1 | -0/+12 |
2020-10-27 | Add validation to command line interface | David Robillard | 1 | -0/+42 |
2020-10-27 | Add support for reading multiple files at once | David Robillard | 1 | -1/+8 |
2020-10-27 | Suppress simple test output | David Robillard | 1 | -1/+1 |
2020-10-27 | Add empty syntax type for suppressing output | David Robillard | 1 | -0/+7 |
2020-10-27 | Simplify handling of input string arguments | David Robillard | 1 | -0/+1 |
2020-10-27 | Add input base URI option | David Robillard | 1 | -5/+9 |
2020-10-27 | Report writer errors and add strict write mode | David Robillard | 1 | -1/+3 |
2020-10-27 | Use C11 if possible | David Robillard | 1 | -1/+3 |
2020-10-27 | Add support for writing terse collections | David Robillard | 1 | -5/+17 |
2020-10-27 | Fix various warnings and conversion issues | David Robillard | 1 | -10/+0 |
2020-10-27 | Add model validation | David Robillard | 1 | -2/+28 |
2020-10-27 | Add model | David Robillard | 1 | -2/+42 |
2020-10-27 | Clean up and expose base64 implementation | David Robillard | 1 | -0/+2 |
2020-10-27 | Add stack overflow tests | David Robillard | 1 | -0/+2 |
2020-10-27 | Simplify streaming API and improve pretty printing | David Robillard | 1 | -0/+1 |
2020-10-27 | Add SerdNodes class for storing a cache of nodes | David Robillard | 1 | -1/+6 |
2020-10-27 | Expose SerdByteSink in public API | David Robillard | 1 | -0/+1 |
2020-10-27 | Add zix data structures for use in model | David Robillard | 1 | -0/+1 |
2020-10-27 | Simplify writer style options | David Robillard | 1 | -5/+27 |
2020-10-27 | Add SerdCursor to public API | David Robillard | 1 | -0/+3 |
2020-10-27 | Add sink interface | David Robillard | 1 | -0/+1 |
2020-10-27 | Add SerdStatement | David Robillard | 1 | -0/+1 |
2020-10-27 | Move syntax name/extension utilities to public API | David Robillard | 1 | -0/+1 |
2020-10-27 | Use a fixed-size reader stack | David Robillard | 1 | -1/+5 |
2020-10-27 | Add SerdWorld for shared library state | David Robillard | 1 | -0/+2 |
2020-10-27 | Add SerdBuffer type for mutable buffers | David Robillard | 1 | -2/+2 |
2020-10-27 | Update autowaf | David Robillard | 1 | -2/+2 |
2020-09-27 | Serd 0.30.6v0.30.6 | David Robillard | 1 | -1/+1 |
2020-08-16 | Ensure that all free methods tolerate NULL | David Robillard | 1 | -0/+2 |
2020-08-16 | Move Env tests to a separate file | David Robillard | 1 | -0/+2 |
2020-08-16 | Add test for reading chunks | David Robillard | 1 | -0/+2 |
2020-08-14 | Use ultra-strict warnings and Werror on Windows CI rows | David Robillard | 1 | -0/+2 |
2020-08-14 | Factor out command wrapping for ARM emulator | David Robillard | 1 | -5/+9 |
2020-08-14 | Factor out test option iterator generation | David Robillard | 1 | -7/+12 |