aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ambdec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make AmbDecConf::load noexceptChris Robinson2018-11-111-1/+1
* 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
* Use C++ to read and parse ambdec filesChris Robinson2018-11-041-334/+241
* Convert ambdec.c to C++Chris Robinson2018-11-031-0/+520