Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-04 | Fix clang and clang-tidy warnings in Windows | David Robillard | 1 | -1/+1 | |
2022-09-08 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -16/+2 | |
2022-05-26 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -1/+1 | |
2020-12-26 | Format all code with clang-format | David Robillard | 1 | -41/+39 | |
2020-12-16 | Clean up includes | David Robillard | 1 | -0/+1 | |
2020-09-27 | Don't use else after return | David Robillard | 1 | -1/+4 | |
2020-09-27 | Initialize all variables | David Robillard | 1 | -1/+1 | |
2019-01-10 | Sort includes from local to standard and fix exposed issues | David Robillard | 1 | -0/+4 | |
This order is better because it ensures that headers can stand alone and include everything they need. Several missing includes were exposed by this, and are also fixed in this commit. | |||||
2016-09-19 | Fix compilation as C++ | David Robillard | 1 | -3/+3 | |
2016-09-18 | Simplify property handling with state map utility | David Robillard | 1 | -0/+110 | |