about summary refs log tree commit diff stats
path: root/035call.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1518 - still horribly brokenKartik K. Agaram2015-06-011-0/+1
| | | | | | Just figured out why a first keystroke of backspace was sending me out for a spin: run_interactive needs all early exits that don't actually run anything to increment the current_step_index(). FML, this is lousy..
* 1451 - share post-processing between all call instructionsKartik K. Agaram2015-05-241-1/+2
|
* 1444Kartik K. Agaram2015-05-231-1/+5
|
* 1417 - draft zoom levels in tracesKartik K. Agaram2015-05-211-0/+3
|
* 1414 - traces now robust to new recipes/typesKartik K. Agaram2015-05-211-11/+13
|
* 1391 - avoid unsigned integersKartik K. Agaram2015-05-171-4/+4
|
* 1364 - trace call-stack when switching routinesKartik K. Agaram2015-05-131-8/+12
| | | | Drop the #$%# 'encapsulated' stack ADT.
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-6/+6
| | | | ..now that we support non-integers.
* 1299 - stop using [] in any vectorKartik K. Agaram2015-05-071-1/+1
| | | | | | | | | Useful check: $ grep "[^ '\"]\[[^\"]" *.cc \ |perl -pwe 's/\Wargv\[|\WTests\[|\Wframe\[|\WMemory\[|\WName\[|\WSurrounding_space\[|\WRecipe\[|\WType\[|\WRecipe_number\[|\WType_number\[|\WBefore_fragments\[|\WAfter_fragments\[//g' \ |perl -pwe 's/\Wargv\[|\WTests\[|\Wframe\[|\WMemory\[|\WName\[|\WSurrounding_space\[|\WRecipe\[|\WType\[|\WRecipe_number\[|\WType_number\[|\WBefore_fragments\[|\WAfter_fragments\[//g' \ |grep '[^ ]\['
* 1293 - start porting the chessboard app overKartik K. Agaram2015-05-061-1/+1
| | | | | | | | | Just to put all our new test primitives through their paces, and iron out any kinks. Just the one chessboard scenario is taking 1.5-2.5x all the tests we've written so far. But we're starting from a faster baseline, that was the point of the C++ port. I also have -O3 optimizations in my back-pocket.
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+105
I've tried to update the Readme, but there are at least a couple of issues.