about summary refs log tree commit diff stats
path: root/cpp/039wait.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-109/+0
| | | | I've tried to update the Readme, but there are at least a couple of issues.
* 1269 - 'wait-for-routine'Kartik K. Agaram2015-05-051-2/+54
|
* 1249 - new type: index_tKartik K. Agaram2015-05-041-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.
* 1245Kartik K. Agaram2015-05-031-1/+1
|
* 1229Kartik K. Agaram2015-05-011-1/+1
|
* 1207Kartik K. Agaram2015-04-271-1/+1
|
* 1206 - 'wait' state for synchronizing routinesKartik K. Agaram2015-04-271-0/+57
I think I have enough now to port channels over.