aboutsummaryrefslogtreecommitdiffstats
path: root/src/stack.h
AgeCommit message (Collapse)AuthorFilesLines
2024-09-27Make function parameters const wherever possibleDavid Robillard1-7/+9
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.
2024-06-25Clean up redundant and/or inconsistent conditionalsDavid Robillard1-3/+1
2023-04-05Use distinct include guards for internal headersDavid Robillard1-4/+4
2022-10-23Use uppercase integer literal suffixesDavid Robillard1-1/+1
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-05-31Fix some conversion warningsDavid Robillard1-1/+1
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-42/+44
2020-12-15Clean up includesDavid Robillard1-2/+2
2020-08-14Make serd_stack_push() return a void pointerDavid Robillard1-1/+1
This avoids some unnecessary type punning.
2020-08-14Clean up and separate internal headersDavid Robillard1-0/+117