about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 932 - clean up comments in the tangled c++Kartik K. Agaram2015-03-1613-201/+223
|
* 931Kartik K. Agaram2015-03-162-0/+13
|
* 930Kartik K. Agaram2015-03-162-6/+8
|
* 929 - recipes again take ingredients and reply with resultsKartik K. Agaram2015-03-154-7/+84
|
* 928 - 'call' layer is now more cohesiveKartik K. Agaram2015-03-154-107/+76
| | | | It does less though. Args temporarily not supported.
* 927Kartik K. Agaram2015-03-151-1/+3
|
* 926Kartik K. Agaram2015-03-152-4/+2
|
* 925Kartik K. Agaram2015-03-142-1/+3
|
* 924Kartik K. Agaram2015-03-143-7/+11
|
* 923Kartik K. Agaram2015-03-141-4/+2
|
* 922Kartik K. Agaram2015-03-142-11/+10
|
* 921Kartik K. Agaram2015-03-143-27/+20
|
* 920Kartik K. Agaram2015-03-141-1/+1
|
* 919 - c++: run .mu files from commandlineKartik K. Agaram2015-03-143-4/+29
|
* 918Kartik K. Agaram2015-03-141-1/+1
|
* 917Kartik K. Agaram2015-03-141-0/+6
|
* 916Kartik K. Agaram2015-03-141-1/+1
|
* 915Kartik K. Agaram2015-03-141-1/+4
|
* 914Kartik K. Agaram2015-03-141-6/+6
|
* 913Kartik K. Agaram2015-03-141-47/+31
|
* 912 - tangle: another directive 'following' for nested patternsKartik K. Agaram2015-03-142-6/+39
|
* 911Kartik K. Agaram2015-03-141-11/+11
|
* 910 - c++: call layer more coherentKartik K. Agaram2015-03-142-16/+20
|
* 909Kartik K. Agaram2015-03-141-1/+1
|
* 908 - tangle: support nested patternsKartik K. Agaram2015-03-142-0/+27
|
* 907 - fix old tangle testsKartik K. Agaram2015-03-141-10/+10
|
* 906 - arc averages 800-900 cycles per secondKartik K. Agaram2015-03-142-0/+8
| | | | No context-switching between routines, either.
* 905 - even factorial trace takes too long to parseKartik K. Agaram2015-03-142-1/+29
| | | | Parsing proceeds at 1-3 lines per *second*.
* 904 - c++: replying from recipesKartik K. Agaram2015-03-145-2/+73
|
* 903Kartik K. Agaram2015-03-141-0/+2
|
* 902: c++: calling recipes with ingredientsKartik K. Agaram2015-03-144-8/+62
|
* 901Kartik K. Agaram2015-03-137-1/+24
|
* 900 - c++: calling 'recipes'Kartik K. Agaram2015-03-134-8/+53
|
* 899 - undo 898Kartik K. Agaram2015-03-131-11/+4
|
* 898 - experiment: make memory a vectorKartik K. Agaram2015-03-131-3/+11
| | | | | | | But racket takes too long to allocate a million locations, and anything smaller is currently infeasible. Ok, forget how slow writing to memory is, and focus on the C++ version.
* 897 - trying to save a short chessboard logKartik K. Agaram2015-03-131-6/+21
| | | | But it looks like it will take 1500 minutes at 100% CPU!
* 896 - c++: routineKartik K. Agaram2015-03-121-11/+20
|
* 895Kartik K. Agaram2015-03-122-1/+37
|
* 894Kartik K. Agaram2015-03-121-0/+2
|
* 893 - trying to take traces of chessboard appKartik K. Agaram2015-03-122-1/+7
|
* 892 - warning for bugs like 887Kartik K. Agaram2015-03-121-0/+25
|
* 890Kartik K. Agaram2015-03-122-1/+2
|
* 889 - ah, fixed that final errorKartik K. Agaram2015-03-122-0/+36
|
* 888Kartik K. Agaram2015-03-121-20/+0
|
* 887 - first pass of pagination bugs squashedKartik K. Agaram2015-03-112-53/+127
| | | | | | | | This must be the second or third time I've mis-tagged a literal as 'integer'.. I also spotted an error with the cursor bouncing out above the screen area of the trace browser. But I haven't been able to recreate it..
* 886Kartik K. Agaram2015-03-113-21/+71
| | | | Another test, but now the tests run 50% slower (8 vs 12 minutes)
* 885Kartik K. Agaram2015-03-112-1/+2
|
* 884 - expand/collapse now seems page-awareKartik K. Agaram2015-03-112-36/+185
|
* 883Kartik K. Agaram2015-03-112-27/+21
|
* 882Kartik K. Agaram2015-03-103-21/+70
|