aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ambdec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make AmbDecConf::load noexceptChris Robinson2018-11-111-1/+1
| | | | To ease the ovewrhead of destructors that call C (non-noexcept) functions.
* Ensure ambdec parsing stops at unexpected EOFChris Robinson2018-11-101-2/+1
|
* Use a more appropriate type for the result of tellgChris Robinson2018-11-061-6/+6
|
* Avoid moving istringstreamsChris Robinson2018-11-041-13/+11
| | | | Doesn't work with GCC 4.x. Hopefully swapping does.
* Use C++ to read and parse ambdec filesChris Robinson2018-11-041-334/+241
|
* Convert ambdec.c to C++Chris Robinson2018-11-031-0/+520