about summary refs log tree commit diff stats
path: root/cpp/027debug.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1265Kartik K. Agaram2015-05-051-1/+1
|
* 1249 - new type: index_tKartik K. Agaram2015-05-041-1/+1
| | | | | | | | It will always be identical to size_t, just more readable, like recipe_number, etc. The various unsigned types are sizes, indices (which often compare with sizes for bounds checking), numbers which are canonical elements of a specific space (like recipes or mu types), and ids which I haven't introduced yet.
* 1247Kartik K. Agaram2015-05-031-0/+10
|
* 1226 - bugfix in allocating arraysKartik K. Agaram2015-04-301-0/+21
| | | | Also our first test of printing to screen.
* 1224Kartik K. Agaram2015-04-291-0/+21