Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-10 | Fix conversion warnings | David Robillard | 1 | -21/+24 | |
2021-07-17 | Remove ZixSortedArray | David Robillard | 1 | -105/+0 | |
2021-07-17 | Avoid use of rand() | David Robillard | 1 | -16/+2 | |
2021-07-17 | Avoid use of atoi() and atol() | David Robillard | 1 | -2/+2 | |
2020-12-31 | Update copyright headers | David Robillard | 1 | -1/+1 | |
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 | -2/+4 | |
2020-12-31 | Fix signed operand to bitwise operation | David Robillard | 1 | -1/+1 | |
2020-12-31 | Fix unused value warning | David Robillard | 1 | -2/+4 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -309/+325 | |
2020-12-31 | Avoid "else" after "return" | David Robillard | 1 | -6/+10 | |
2020-08-13 | Move benchmarks to a separate directory | David Robillard | 1 | -0/+411 | |