Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move fmt_traits to core | Chris Robinson | 2020-12-13 | 2 | -0/+160 |
| | |||||
* | Avoid compiling different sources for different targets | Chris Robinson | 2020-12-13 | 4 | -0/+17 |
| | | | | | | | | Simplifies configuration and fixes a potential problem with inline functions. Inline functions that fail to inline will have a callable body generated. If such a body is generated with the SSE4 source, for example, it can generate SSE4 instructions. Calls for that function in other sources can then end up calling the SSE4-generated body outside of any CPU capability check. | ||||
* | Be more consistent with size_t | Chris Robinson | 2020-12-12 | 4 | -10/+10 |
| | |||||
* | Move the mixer functions to core | Chris Robinson | 2020-12-12 | 9 | -0/+1253 |
| | |||||
* | Move ambidefs.h to core | Chris Robinson | 2020-12-12 | 2 | -0/+150 |
| | |||||
* | Avoid returning an array for initialization | Chris Robinson | 2020-12-05 | 1 | -37/+38 |
| | |||||
* | Use an alias for the DevFmtType type | Chris Robinson | 2020-12-05 | 1 | -0/+3 |
| | |||||
* | Move a couple more things to core | Chris Robinson | 2020-12-04 | 4 | -0/+517 |
| | |||||
* | Move the filters to core | Chris Robinson | 2020-12-04 | 6 | -0/+902 |
| | |||||
* | Move the bsinc tables to core | Chris Robinson | 2020-12-04 | 3 | -0/+321 |
| | |||||
* | Move mastering.cpp/h to core | Chris Robinson | 2020-12-04 | 2 | -0/+545 |
| | |||||
* | Change a couple macros into constexpr variables | Chris Robinson | 2020-11-28 | 1 | -2/+2 |
| | |||||
* | Move some sources to a separate directory | Chris Robinson | 2020-11-27 | 3 | -0/+182 |
To begin separating the ALC interfaces from internal ones. |