Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1249 - new type: index_t | Kartik K. Agaram | 2015-05-04 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | 1245 | Kartik K. Agaram | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | 1229 | Kartik K. Agaram | 2015-05-01 | 1 | -1/+1 |
| | |||||
* | 1207 | Kartik K. Agaram | 2015-04-27 | 1 | -1/+1 |
| | |||||
* | 1206 - 'wait' state for synchronizing routines | Kartik K. Agaram | 2015-04-27 | 1 | -0/+57 |
I think I have enough now to port channels over. |