Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-21 | Allocate nodes with posix_memalign when available | David Robillard | 1 | -1/+7 | |
This fixes platforms where the system malloc returns memory that is not aligned to sizeof(SerdNode) (128 bits). | |||||
2020-06-21 | Move system utilities to separate source files | David Robillard | 1 | -0/+44 | |