Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-06 | Fix code formatting | David Robillard | 1 | -1/+1 | |
2022-09-08 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-05-26 | Avoid "else" after "return" | David Robillard | 1 | -1/+3 | |
2020-12-26 | Format all code with clang-format | David Robillard | 1 | -482/+472 | |
2020-12-26 | Add clang-format suppression comments | David Robillard | 1 | -0/+6 | |
2020-12-16 | Add assertions for atom buffer sizes | David Robillard | 1 | -0/+8 | |
This avoids warnings about potential null pointer dereferences, which is true, but in this case the buffer are static so it's really a programming error if there is ever an overrun. | |||||
2020-12-16 | Fix implicit and narrowing conversions | David Robillard | 1 | -2/+2 | |
2020-12-16 | Isolate variable declarations and initialize all variables | David Robillard | 1 | -5/+4 | |
2020-12-16 | Simplify degenerate switches | David Robillard | 1 | -6/+1 | |
2019-01-10 | Sort includes from local to standard and fix exposed issues | David Robillard | 1 | -14/+14 | |
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. | |||||
2018-09-23 | Clean up includes | David Robillard | 1 | -0/+14 | |
2018-09-22 | Install standard headers to simpler include paths | David Robillard | 1 | -1/+1 | |
2015-10-24 | Support all Object types in plugin protocols | David Robillard | 1 | -1/+1 | |
2015-10-24 | eg-scope: Don't feed back UI state updates | David Robillard | 1 | -3/+10 | |
2015-02-20 | Clean up whitespace. | David Robillard | 1 | -6/+6 | |
2014-08-06 | Order book chapters in build script rather than by bundle name. | David Robillard | 1 | -0/+655 | |