Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2457 | Kartik K. Agaram | 2015-11-17 | 1 | -7/+1 |
| | |||||
* | 2454 | Kartik K. Agaram | 2015-11-17 | 1 | -1/+1 |
| | | | | | | Another gotcha uncovered in the process of sorting out the previous commit: I keep using eof() but forgetting that there are two other states an istream can get into. Just never use eof(). | ||||
* | 2445 - dispatch between shape-shifting variants | Kartik K. Agaram | 2015-11-15 | 1 | -1/+1 |
| | | | | | Starting to leave debug prints around once again, just in case one of them is worth promoting to the trace.. | ||||
* | 2424 | Kartik K. Agaram | 2015-11-10 | 1 | -8/+3 |
| | |||||
* | 2421 - 'generic' => 'shape-shifting' | Kartik K. Agaram | 2015-11-10 | 1 | -0/+256 |
More evocative, less jargony. |