| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid some const_casts | Chris Robinson | 2024-01-03 | 1 | -1/+1 |
* | Fix size check | Chris Robinson | 2023-12-11 | 1 | -2/+2 |
* | Much more clang-tidy cleanup | Chris Robinson | 2023-12-10 | 1 | -15/+16 |
* | fix printf format for MinGW (#942) | Rosen Penev | 2023-12-03 | 1 | -2/+2 |
* | Remove custom stuff for standard | Chris Robinson | 2023-05-04 | 1 | -1/+1 |
* | Replace al::optional with std::optional | Chris Robinson | 2023-05-04 | 1 | -4/+4 |
* | Use macros for the likely/unlikely attributes | Chris Robinson | 2023-03-01 | 1 | -1/+1 |
* | clang-tidy cleanups (#800) | Rosen Penev | 2023-01-15 | 1 | -1/+1 |
* | Avoid unnecessary uses of make_optional | Chris Robinson | 2023-01-13 | 1 | -1/+1 |
* | Avoid using a macro to wrap standard attributes | Chris Robinson | 2022-12-06 | 1 | -1/+1 |
* | Use standard likely/unlikely attributes when available | Chris Robinson | 2022-12-05 | 1 | -1/+1 |
* | Clear trailing whitespace from the loaded ambdec description | Chris Robinson | 2022-09-15 | 1 | -0/+2 |
* | Use the correct va_list for the second vsnprintf | Chris Robinson | 2022-09-14 | 1 | -1/+1 |
* | Use ifstream's wchar_t constructors on Windows | Chris Robinson | 2022-09-12 | 1 | -1/+1 |
* | Don't pack ambdec coefficients | Chris Robinson | 2022-09-12 | 1 | -4/+3 |
* | Simplify ambdec loading | Chris Robinson | 2022-09-12 | 1 | -236/+156 |
* | Ensure coeff_scale is set for ambdec files | Chris Robinson | 2022-09-11 | 1 | -5/+10 |
* | Reject ambdec files with higher than third order and FuMa scaling | Chris Robinson | 2022-09-11 | 1 | -13/+15 |
* | Explicitly define AmbDecConf's destructor | Chris Robinson | 2022-02-22 | 1 | -0/+3 |
* | Handle spaces in the ambdec description | Chris Robinson | 2021-06-24 | 1 | -1/+1 |
* | Return an optional for an error | Chris Robinson | 2020-12-25 | 1 | -191/+79 |
* | Avoid dynamic vectors in AmbDecConf | Chris Robinson | 2020-12-25 | 1 | -15/+68 |
* | Move the ambdec loader to core | Chris Robinson | 2020-12-25 | 1 | -0/+434 |