Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2454 | Kartik K. Agaram | 2015-11-17 | 1 | -2/+2 |
| | | | | | | 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(). | ||||
* | 2385 - tests passing until layer 58 | Kartik K. Agaram | 2015-11-07 | 1 | -2/+7 |
| | |||||
* | 2362 | Kartik K. Agaram | 2015-11-04 | 1 | -0/+1 |
| | | | | | | Now we try to be smarter about checking for presence in the Type array. Still can't get generic duplex-list to work. | ||||
* | 2352 | Kartik K. Agaram | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | 2351 - support arbitrary type trees in 'new' | Kartik K. Agaram | 2015-11-04 | 1 | -0/+12 |
| | | | | In the process we also convert types to sizes before we start running. | ||||
* | 2307 | Kartik K. Agaram | 2015-10-28 | 1 | -0/+5 |
| | |||||
* | 2293 | Kartik K. Agaram | 2015-10-27 | 1 | -11/+22 |
| | |||||
* | 2291 - parsing property trees | Kartik K. Agaram | 2015-10-27 | 1 | -0/+47 |