about summary refs log tree commit diff stats
path: root/cpp/.traces/get_address
Commit message (Collapse)AuthorAgeFilesLines
* 832 - call-stack for C++ versionKartik K. Agaram2015-02-251-3/+3
| | | | | | | | | | 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?
* 815Kartik K. Agaram2015-02-221-2/+0
|
* 813Kartik K. Agaram2015-02-221-3/+3
|
* 804 - reagent can have multiple typesKartik K. Agaram2015-02-201-10/+4
|
* 802 - mu commentsKartik K. Agaram2015-02-201-0/+6
| | | | | | Comments at end of line are still hacky; we just rely on the fact that excess ingredients do no harm. We'll need to be smarter when we get our first vararg recipe.
* 801Kartik K. Agaram2015-02-201-0/+24