Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-21 | Make node size always 64 bits | David Robillard | 1 | -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-21 | Add model | David Robillard | 1 | -0/+13 | |
2020-06-21 | Rename SerdType to SerdNodeType | David Robillard | 1 | -2/+4 | |
The old name has become ambiguous with the expanded scope of serd. | |||||
2020-06-21 | Add SerdNodes class for storing a cache of nodes | David Robillard | 1 | -0/+1 | |
2020-06-21 | Shorten node constructor names | David Robillard | 1 | -1/+1 | |
2020-06-21 | Zero node padding before passing to reader sinks | David Robillard | 1 | -0/+1 | |
2020-06-21 | Clean up node construction API | David Robillard | 1 | -0/+1 | |
2020-06-21 | Clean up and separate internal headers | David Robillard | 1 | -0/+45 | |