Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-05 | Shrink UTF-8 utility code | David Robillard | 1 | -36/+5 | |
I've found that the negative cache impact of the 32-byte lookup table here can be worse than the simple conditional code in real-world scenarios (even though it's faster in micro-benchmarks). So, go with the simple (and conveniently more terse) thing. | |||||
2023-04-05 | Use distinct include guards for internal headers | David Robillard | 1 | -4/+4 | |
2023-02-05 | Fix inconsistent comment style | David Robillard | 1 | -2/+2 | |
2022-10-23 | Use uppercase integer literal suffixes | David Robillard | 1 | -36/+36 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-07-16 | Use a lookup table to determine UTF-8 encoding length | David Robillard | 1 | -20/+38 | |
2021-05-31 | Fix some conversion warnings | David Robillard | 1 | -4/+4 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -50/+59 | |
2020-12-31 | Avoid "else" after "break" and "return" | David Robillard | 1 | -3/+10 | |
2020-12-15 | Clean up includes | David Robillard | 1 | -1/+0 | |
2020-11-13 | Remove use of C character class functions that may use locale | David Robillard | 1 | -2/+13 | |
Some of these cause warnings, and should never have been used in the first place since they depend on locale. | |||||
2020-08-14 | Clean up and separate internal headers | David Robillard | 1 | -0/+147 | |