about summary refs log tree commit diff stats
path: root/cpp/.traces/channel-new-empty-not-full
Commit message (Collapse)AuthorAgeFilesLines
* 1267 - 'routine-state' can use the provided routine idKartik K. Agaram2015-05-051-8/+8
|
* 1247Kartik K. Agaram2015-05-031-25/+25
|
* 1246Kartik K. Agaram2015-05-031-37/+37
|
* 1244Kartik K. Agaram2015-05-031-4/+4
|
* 1242 - simpler implementation for 'scenario'Kartik K. Agaram2015-05-021-6/+47
| | | | | Also now has the side effect that scenarios can have any number of 'run' or check or any future blocks, in any order.
* 1226 - bugfix in allocating arraysKartik K. Agaram2015-04-301-75/+75
| | | | Also our first test of printing to screen.
* 1225Kartik K. Agaram2015-04-291-0/+35
| | | | Finally start tracing the actual instructions as they run.
* 1223 - more stable traces for parse scenariosKartik K. Agaram2015-04-291-3/+3
|
* 1209 - channels painlessly ported overKartik K. Agaram2015-04-281-0/+186
I've made some tweaks to the arc version. In/out params should be identical; it was ugly that the in param was a pointer but the out wasn't. Still need to check the /same-as-ingredient property.