aboutsummaryrefslogtreecommitdiffstats
path: root/core/ambdec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly define AmbDecConf's destructorChris Robinson2022-02-221-0/+3
| | | | | | 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.
* Handle spaces in the ambdec descriptionChris Robinson2021-06-241-1/+1
|
* Return an optional for an errorChris Robinson2020-12-251-191/+79
|
* Avoid dynamic vectors in AmbDecConfChris Robinson2020-12-251-15/+68
| | | | Also add a bit more sanity checking
* Move the ambdec loader to coreChris Robinson2020-12-251-0/+434