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 | -16/+3 | |
2022-05-09 | Fix incorrect spelling and test for regression with codespell | David Robillard | 1 | -1/+1 | |
2020-12-26 | Format all code with clang-format | David Robillard | 1 | -60/+50 | |
2020-12-16 | Simplify degenerate switches | David Robillard | 1 | -4/+1 | |
2019-01-10 | Sort includes from local to standard and fix exposed issues | David Robillard | 1 | -5/+5 | |
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/+1 | |
2018-09-22 | Install standard headers to simpler include paths | David Robillard | 1 | -1/+1 | |
2016-07-30 | Use calloc to allocate instances | David Robillard | 1 | -2/+2 | |
2015-02-20 | Clean up whitespace. | David Robillard | 1 | -1/+1 | |
2014-08-06 | Order book chapters in build script rather than by bundle name. | David Robillard | 1 | -0/+229 | |
2013-02-11 | Order examples in a sensible progression for the book. | David Robillard | 1 | -225/+0 | |
2012-12-31 | Generate book from example plugin source. | David Robillard | 1 | -22/+95 | |
2012-08-11 | Improve const correctness. | David Robillard | 1 | -6/+6 | |
2012-08-09 | Fix missing static declarations (-Wstrict-prototypes). | David Robillard | 1 | -1/+1 | |
2012-06-14 | Improve documentation. | David Robillard | 1 | -7/+8 | |
2012-06-12 | Add basic function documentation. | David Robillard | 1 | -4/+24 | |
2012-04-17 | Fix compilation as C++. | David Robillard | 1 | -3/+3 | |
2011-07-07 | Add stub LV2 persist support to sampler plugin. | David Robillard | 1 | -1/+1 | |
2011-07-07 | Add sampler example plugin | David Robillard | 1 | -1/+2 | |
2011-07-07 | Use enum for port indices (better type-safety and self-documentation). | David Robillard | 1 | -5/+9 | |
2011-07-07 | Add amp example plugin. | David Robillard | 1 | -0/+126 | |
Upgrade to waf 1.6.6. Don't depend on a C++ compiler being present. |