Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace al::optional with std::optional | Chris Robinson | 2023-05-04 | 1 | -2/+2 |
| | |||||
* | Ensure coeff_scale is set for ambdec files | Chris Robinson | 2022-09-11 | 1 | -1/+2 |
| | |||||
* | Explicitly define AmbDecConf's destructor | Chris Robinson | 2022-02-22 | 1 | -0/+2 |
| | | | | | | GCC complains it can't inline the destructor because it's "unlikely" to be called and would bloat code size, despite being implicitly defined. Technically accurate, but rather annoying since it's not explicitly called or defined. | ||||
* | Return an optional for an error | Chris Robinson | 2020-12-25 | 1 | -1/+2 |
| | |||||
* | Avoid dynamic vectors in AmbDecConf | Chris Robinson | 2020-12-25 | 1 | -4/+7 |
| | | | | Also add a bit more sanity checking | ||||
* | Move the ambdec loader to core | Chris Robinson | 2020-12-25 | 1 | -0/+48 |