aboutsummaryrefslogtreecommitdiffstats
path: root/serd
AgeCommit message (Expand)AuthorFilesLines
2020-10-27fixup! WIP: Improve documentationDavid Robillard1-1/+1
2020-10-27WIP: Improve documentationDavid Robillard1-38/+58
2020-10-27WIP: Add C++ bindingsDavid Robillard6-0/+2337
2020-10-27WIP: Add serd_node_from_syntax() and serd_node_to_syntax()David Robillard1-0/+38
2020-10-27Add SERD_READ_EXACT_BLANKS flagsDavid Robillard1-2/+3
2020-10-27WIP: Make Reader always read from a ByteSourceDavid Robillard1-29/+69
2020-10-27WIP: Make Writer always write to a ByteSinkDavid Robillard1-14/+42
2020-10-27WIP: Add statement filteringDavid Robillard1-0/+16
2020-10-27Add support for parsing variablesDavid Robillard1-2/+12
2020-10-27Add support for basic literal normalisationDavid Robillard1-0/+21
2020-10-27Make serd_env_expand() always return a node if it is not relativeDavid Robillard1-2/+4
2020-10-27Replace multiple stream callbacks with SerdEventDavid Robillard1-30/+58
2020-10-27Add support for xsd:double and xsd:floatDavid Robillard1-0/+30
2020-10-27Add precise decimal digit generationDavid Robillard1-4/+12
2020-10-27Add empty syntax type for suppressing outputDavid Robillard1-8/+9
2020-10-27Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-12/+10
2020-10-27Report writer errors and add strict write modeDavid Robillard1-2/+4
2020-10-27Add support for writing terse collectionsDavid Robillard1-1/+3
2020-10-27Add option for writing terse output without newlinesDavid Robillard1-1/+2
2020-10-27Rename writer flags for consistency with enum typeDavid Robillard1-3/+3
2020-10-27Add serd_new_boolean()David Robillard1-0/+5
2020-10-27Handle read errors more preciselyDavid Robillard1-1/+2
2020-10-27Add model validationDavid Robillard1-1/+17
2020-10-27Add modelDavid Robillard1-0/+409
2020-10-27Add function to SerdSink for freeing opaque handleDavid Robillard1-1/+5
2020-10-27Use consistent naming for function typesDavid Robillard1-11/+11
2020-10-27Add extensible logging APIDavid Robillard1-23/+102
2020-10-27Use line comments where appropriate and clean up headerDavid Robillard1-435/+212
2020-10-27Rename SerdStyle to SerdWriterFlagsDavid Robillard1-5/+5
2020-10-27Rename SerdType to SerdNodeTypeDavid Robillard1-3/+3
2020-10-27Clean up and expose base64 implementationDavid Robillard1-4/+45
2020-10-27Expose the node cache in the worldDavid Robillard1-0/+11
2020-10-27Remove serd_env_foreach()David Robillard1-9/+0
2020-10-27Add serd_env_write_prefixes()David Robillard1-0/+7
2020-10-27Add serd_node_compare()David Robillard1-0/+11
2020-10-27Use simpler names for statement flagsDavid Robillard1-5/+5
2020-10-27Simplify streaming API and improve pretty printingDavid Robillard1-8/+5
2020-10-27Add SerdNodes class for storing a cache of nodesDavid Robillard1-0/+65
2020-10-27Add serd_env_copy() and serd_env_equals()David Robillard1-0/+14
2020-10-27Separate ByteSink from WriterDavid Robillard1-4/+3
2020-10-27Expose SerdByteSink in public APIDavid Robillard1-0/+42
2020-10-27Remove serd_reader_set_default_graph()David Robillard1-12/+0
2020-10-27Simplify writer style optionsDavid Robillard1-5/+4
2020-10-27Separate style enum from style flags typesDavid Robillard1-1/+6
2020-10-27Automatically finish reader on destructionDavid Robillard1-0/+5
2020-10-27Make SerdSink opaqueDavid Robillard1-11/+52
2020-10-27Simplify SerdEnv APIDavid Robillard1-24/+6
2020-10-27Add cursor to statementDavid Robillard1-0/+7
2020-10-27Add SerdCursor to public APIDavid Robillard1-8/+77
2020-10-27Remove escape parameter from serd_new_file_uriDavid Robillard1-4/+3