Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make AmbDecConf::load noexcept | Chris Robinson | 2018-11-11 | 1 | -1/+1 |
| | | | | To ease the ovewrhead of destructors that call C (non-noexcept) functions. | ||||
* | Ensure ambdec parsing stops at unexpected EOF | Chris Robinson | 2018-11-10 | 1 | -2/+1 |
| | |||||
* | Use a more appropriate type for the result of tellg | Chris Robinson | 2018-11-06 | 1 | -6/+6 |
| | |||||
* | Avoid moving istringstreams | Chris Robinson | 2018-11-04 | 1 | -13/+11 |
| | | | | Doesn't work with GCC 4.x. Hopefully swapping does. | ||||
* | Use C++ to read and parse ambdec files | Chris Robinson | 2018-11-04 | 1 | -334/+241 |
| | |||||
* | Convert ambdec.c to C++ | Chris Robinson | 2018-11-03 | 1 | -0/+520 |