Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-10 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-09-10 | Add custom allocator support | David Robillard | 1 | -2/+4 | |
2021-09-10 | Move attribute definitions to a separate header | David Robillard | 1 | -0/+1 | |
2021-09-10 | Rewrite ZixHash as a flat table with open addressing | David Robillard | 1 | -39/+43 | |
2021-09-10 | Replace CRC32 digest with more modern and appropriate algorithms | David Robillard | 1 | -1/+1 | |
This makes the hassle of platform-specific code go away, and instead uses portable implementations of relatively standard modern hash algorithms. CRC32 is not great as a hash function anyway, though it is very fast when hardware accelerated. | |||||
2021-09-10 | Fix conversion warnings | David Robillard | 1 | -2/+2 | |
2021-07-17 | Avoid allegedly "suspicious" string comparisons | David Robillard | 1 | -2/+2 | |
I guess these are suspicious if you've never seen C before? | |||||
2021-07-17 | Avoid use of rand() | David Robillard | 1 | -4/+12 | |
2020-12-31 | Fix MinGW build | David Robillard | 1 | -0/+1 | |
2020-12-31 | Update copyright headers | David Robillard | 1 | -1/+1 | |
2020-12-31 | Remove ZixChunk | David Robillard | 1 | -1/+19 | |
2020-12-31 | Disable glib warnings in the code | David Robillard | 1 | -0/+3 | |
Though annoying, this avoids relying on special compiler flags to suppress them. | |||||
2020-12-31 | Initialize all variables | David Robillard | 1 | -1/+1 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -129/+130 | |
2020-12-31 | Remove unused esoteric data structures | David Robillard | 1 | -88/+2 | |
2020-08-13 | Move benchmarks to a separate directory | David Robillard | 1 | -0/+258 | |