David Robillard
882b9446cb
Format all code with clang-format
2 years ago
David Robillard
8d2251749d
Make include guards surround all header contents
...
For consistency, and because clang-tidy can't figure out if a define is an
include guard unless it ends the file.
2 years ago
David Robillard
c2816ab42b
Add clang-format suppression comments
2 years ago
David Robillard
bf4ceb41a8
Clean up includes
2 years ago
David Robillard
1e936e4556
Fix narrowing conversions
2 years ago
David Robillard
d2bd47c38b
Use standard Turtle lexer in Pygments
...
A Turtle lexer was finally added in Pygments 2.1.
3 years ago
David Robillard
8459739952
Sort includes from local to standard and fix exposed issues
...
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.
4 years ago
David Robillard
4db67120ef
Install standard headers to simpler include paths
4 years ago
David Robillard
472556ff28
eg-sampler: Add waveform display to UI
6 years ago