about summary refs log tree commit diff stats
path: root/cpp/012run
Commit message (Collapse)AuthorAgeFilesLines
* 911Kartik K. Agaram2015-03-141-11/+11
|
* 910 - c++: call layer more coherentKartik K. Agaram2015-03-141-16/+3
|
* 904 - c++: replying from recipesKartik K. Agaram2015-03-141-0/+1
|
* 903Kartik K. Agaram2015-03-141-0/+2
|
* 902: c++: calling recipes with ingredientsKartik K. Agaram2015-03-141-7/+13
|
* 900 - c++: calling 'recipes'Kartik K. Agaram2015-03-131-4/+13
|
* 896 - c++: routineKartik K. Agaram2015-03-121-11/+20
|
* 833Kartik K. Agaram2015-02-251-6/+4
|
* 832 - call-stack for C++ versionKartik K. Agaram2015-02-251-7/+35
| | | | | | | | | | These #defines and references now span many different layers. Let's see if the lack of encapsulation causes problems. Also interesting to run into a case where I need to modify a foundational layer and touch every single scenario/trace. Only alternative was to duplicate all the different layers that add instructions. Sign of problems with this model?
* 811 - first test for arraysKartik K. Agaram2015-02-211-1/+1
|
* 810Kartik K. Agaram2015-02-211-3/+3
|
* 800Kartik K. Agaram2015-02-201-1/+7
|
* 799 - 'get' on recordsKartik K. Agaram2015-02-201-0/+1
|
* 798 - start of record supportKartik K. Agaram2015-02-191-6/+13
|
* 793Kartik K. Agaram2015-02-191-9/+7
|
* 789Kartik K. Agaram2015-02-191-1/+1
|
* 788 - reorg, showing off how tangle makes itKartik K. Agaram2015-02-191-199/+0
|
* 787 - arithmetic operationsKartik K. Agaram2015-02-191-2/+204
| | | | Lots of duplication here; we'll clean it up later.
* 785Kartik K. Agaram2015-02-191-1/+17
|
* 783Kartik K. Agaram2015-02-191-7/+17
|
* 782 - promote literate version to canonical C++ versionKartik K. Agaram2015-02-181-0/+41