Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |