aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.h
AgeCommit message (Collapse)AuthorFilesLines
2024-11-23Use angle brackets for library includesDavid Robillard1-1/+1
2024-09-27Make function parameters const wherever possibleDavid Robillard1-2/+2
The early history of this code didn't tend to make parameters const, but the "const density" is high enough now that I often find myself wondering if something is mutable for some reason, or just old and sloppier. So, eliminate this confusion by making (hopefully) all function parameters const if possible.
2023-04-05Add nullability annotations to internal node functionsDavid Robillard1-6/+7
2023-04-05Use distinct include guards for internal headersDavid Robillard1-4/+4
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-8/+11
2020-08-14Clean up and separate internal headersDavid Robillard1-0/+45