aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.h
AgeCommit message (Collapse)AuthorFilesLines
2020-06-21Make node size always 64 bitsDavid Robillard1-1/+2
This ensures that sizeof(SerdNode) is a power of two, even on 32-bit platforms, which is required by posix_memalign.
2020-06-21Add modelDavid Robillard1-0/+13
2020-06-21Rename SerdType to SerdNodeTypeDavid Robillard1-2/+4
The old name has become ambiguous with the expanded scope of serd.
2020-06-21Add SerdNodes class for storing a cache of nodesDavid Robillard1-0/+1
2020-06-21Shorten node constructor namesDavid Robillard1-1/+1
2020-06-21Zero node padding before passing to reader sinksDavid Robillard1-0/+1
2020-06-21Clean up node construction APIDavid Robillard1-0/+1
2020-06-21Clean up and separate internal headersDavid Robillard1-0/+45