aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-21Fix node alignment on 32-bit ARMDavid Robillard1-1/+1
2020-06-21Allocate nodes with posix_memalign when availableDavid Robillard1-4/+11
2020-06-21Fix various warnings and conversion issuesDavid Robillard1-10/+2
2020-06-21Add serd_new_boolean()David Robillard1-0/+6
2020-06-21Rename SerdType to SerdNodeTypeDavid Robillard1-3/+3
2020-06-21Clean up and expose base64 implementationDavid Robillard1-2/+1
2020-06-21Add serd_node_compare()David Robillard1-0/+19
2020-06-21Ensure serd_new_resolved_uri returns an absolute URI or NULLDavid Robillard1-4/+12
2020-06-21Add SerdNodes class for storing a cache of nodesDavid Robillard1-1/+1
2020-06-21Remove escape parameter from serd_new_file_uriDavid Robillard1-2/+2
2020-06-21Shorten node constructor namesDavid Robillard1-68/+141
2020-06-21Add debug checks for node paddingDavid Robillard1-7/+35
2020-06-21Zero node padding before passing to reader sinksDavid Robillard1-0/+28
2020-06-21Set datatypes on integer, decimal, and base64 nodesDavid Robillard1-26/+53
2020-06-21Separate base64 implementationDavid Robillard1-36/+7
2020-06-21Use SerdNodeFlags type everywhereDavid Robillard1-9/+9
2020-06-21Clean up node construction APIDavid Robillard1-61/+93
2020-06-21Clean up includes and improve source file separationDavid Robillard1-2/+0
2020-06-21Add blank node APIDavid Robillard1-0/+14
2020-06-21Make serd_node_new_literal take datatype as a nodeDavid Robillard1-6/+8
2020-06-21Bring read/write interface closer to C standardDavid Robillard1-8/+8
2020-06-21Clean up and separate internal headersDavid Robillard1-6/+4
2020-06-21Merge datatype and/or language into nodeDavid Robillard1-11/+120
2020-06-21Remove SERD_NOTHING node typeDavid Robillard1-1/+1
2020-06-21Make nodes opaqueDavid Robillard1-69/+101
2020-06-21Use opaque node APIDavid Robillard1-4/+11
2020-06-21Add node accessor APIDavid Robillard1-0/+24
2020-06-21Use char* for strings in public APIDavid Robillard1-32/+29
2020-06-21Remove useless character countingDavid Robillard1-21/+14
2020-06-21Use SerdBuffer for mutable buffersDavid Robillard1-8/+9
2020-06-21Clean up includesDavid Robillard1-1/+7
2019-10-27Fix integer conversion warningsDavid Robillard1-8/+8
2019-01-06Fix serd_node_new_decimal() on WindowsDavid Robillard1-1/+1
2019-01-05Use lround() instead of sketchy offset and castDavid Robillard1-1/+1
2019-01-05Fix unsorted includesDavid Robillard1-3/+2
2018-09-30Fix calloc argument orderDavid Robillard1-1/+1
2018-07-14Fix length of base64 encoded nodesDavid Robillard1-1/+1
2018-06-15Remove redundant SERD_API declarationsDavid Robillard1-13/+0
2017-07-09Add serd_node_from_substring()David Robillard1-1/+17
2017-06-30Fix various clang-tidy issuesDavid Robillard1-4/+4
2016-07-31Fix compilation with mingwDavid Robillard1-2/+6
2016-07-10Add serd_node_new_relative_uri()David Robillard1-0/+26
2016-07-10Shrink codeDavid Robillard1-5/+3
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard1-7/+5
2015-10-07Update copyright datesDavid Robillard1-1/+1
2015-04-04Fix serializing fractional decimals that would round up.David Robillard1-1/+1
2014-10-03Remove dependence on fmax() to avoid portability issues.David Robillard1-2/+9
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-04-11Minor hardening.David Robillard1-3/+7
2012-12-23Windows compatibility fixes.David Robillard1-0/+5