Age | Commit message (Expand) | Author | Files | Lines |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -3/+3 |
2020-08-03 | Clean up includes | David Robillard | 1 | -0/+2 |
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -4/+4 |
2020-08-02 | Use consistent naming for context parameters | David Robillard | 1 | -5/+5 |
2020-08-02 | Use auto with casts and allocations to remove redundancy | David Robillard | 1 | -2/+2 |
2020-08-01 | Use modern casts | David Robillard | 1 | -2/+2 |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -2/+3 |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -1/+1 |
2017-12-25 | Use nullptr | David Robillard | 1 | -4/+4 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -2/+2 |
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 1 | -5/+5 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -0/+2 |
2013-12-15 | Fix const-violating casts. | David Robillard | 1 | -2/+2 |
2012-08-20 | Replace several assertions with graceful error handling. | David Robillard | 1 | -9/+10 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -2/+0 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -40/+23 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 1 | -0/+1 |
2012-08-10 | Fix various const violations. | David Robillard | 1 | -3/+3 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 1 | -7/+4 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -3/+3 |
2012-05-23 | Implement event mixing. | David Robillard | 1 | -25/+41 |
2012-05-23 | Move mixing stuff to mix.cpp. | David Robillard | 1 | -0/+114 |