Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+3 | |
2021-05-08 | Put events in a namespace and simplify their names | David Robillard | 1 | -0/+1 | |
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -115/+12 | |
2020-11-29 | Put everything in a namespace | David Robillard | 1 | -1/+1 | |
2020-11-27 | Fix unused parameter warnings | David Robillard | 1 | -2/+1 | |
2020-02-09 | Format all code with clang-format | David Robillard | 1 | -0/+127 | |
This configuration tries to get as close to the previous style as possible so the changes aren't too dramatic. It's still far from ideal and the code could use some adaptation, but this makes things much easier to work on. |