aboutsummaryrefslogtreecommitdiffstats
path: root/src/byte_source.h
AgeCommit message (Collapse)AuthorFilesLines
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.
2024-08-03Fix reading chunks from files without trailing newlinesDavid Robillard1-1/+1
2024-08-03Avoid bumping cursor column on EOFDavid Robillard1-2/+3
2024-06-25Replace questionable switch statements with shorter conditionalsDavid Robillard1-4/+2
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-09Add missing pure attributesDavid 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-53/+55
2020-08-14Clean up and separate internal headersDavid Robillard1-0/+118