Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-09 | Use uppercase integer literal suffixes | David Robillard | 1 | -2/+2 | |
2022-09-08 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -16/+2 | |
2022-07-17 | Make potentially lossy type conversions explicit | David Robillard | 1 | -2/+2 | |
2020-12-26 | Format all code with clang-format | David Robillard | 1 | -145/+145 | |
2020-12-26 | Make include guards surround all header contents | David Robillard | 1 | -3/+3 | |
For consistency, and because clang-tidy can't figure out if a define is an include guard unless it ends the file. | |||||
2020-12-26 | Add clang-format suppression comments | David Robillard | 1 | -0/+3 | |
2020-12-16 | Clean up includes | David Robillard | 1 | -0/+6 | |
2020-09-27 | Fix narrowing conversions | David Robillard | 1 | -11/+11 | |
2020-02-16 | Use standard Turtle lexer in Pygments | David Robillard | 1 | -1/+1 | |
A Turtle lexer was finally added in Pygments 2.1. | |||||
2019-01-10 | Sort includes from local to standard and fix exposed issues | David Robillard | 1 | -2/+3 | |
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-22 | Install standard headers to simpler include paths | David Robillard | 1 | -1/+1 | |
2016-10-04 | eg-sampler: Add waveform display to UI | David Robillard | 1 | -0/+270 | |