about summary refs log tree commit diff stats
path: root/cpp
Commit message (Collapse)AuthorAgeFilesLines
* 1031 - stop clearing recipes after every testKartik K. Agaram2015-04-084-5/+16
| | | | | I think the string-equal scenarios are failing to fail. But we'll fix them once we wrap up test isolation.
* 1030 - better test isolation for break/loopKartik K. Agaram2015-04-0725-32/+76
| | | | | | | I've been resetting all recipes after every single test, but the arc version has shown that this gets slow all too quickly. And the longer I wait to fix it the harder it gets to fix. Already, boy, were this and the next couple of commits hard to track down.
* 1029Kartik K. Agaram2015-04-071-0/+4
|
* 1028 - now actually test every single layerKartik K. Agaram2015-04-061-5/+3
| | | | In the process, test_all actually got *simpler*.
* 1027 - reorg includesKartik K. Agaram2015-04-064-52/+10
|
* 1026Kartik K. Agaram2015-04-062-2/+3
|
* 1024 - basic skeleton for running scenariosKartik K. Agaram2015-04-066-9/+101
| | | | For now every scenario parses to the same dummy scenario.
* 1023Kartik K. Agaram2015-04-062-1/+5
|
* 1022 - make room for a 'scenario' command handlerKartik K. Agaram2015-04-061-0/+0
|
* 1021 - extensible top-level command handler loopKartik K. Agaram2015-04-061-7/+9
|
* 1020Kartik K. Agaram2015-04-061-1/+1
|
* 1019 - stupid error in 'new'Kartik K. Agaram2015-04-054-3/+5
|
* 1018 - build system now handles .mu layersKartik K. Agaram2015-04-055-11/+18
| | | | | | | No support for tests yet. Need to manually run the current test with: $ mu string-test.mu Also, string-equal seems to have a problem.
* 1017Kartik K. Agaram2015-04-043-3/+20
|
* 1016Kartik K. Agaram2015-04-042-0/+20
|
* 1015Kartik K. Agaram2015-04-042-58/+1
|
* 1014 - reorganize build system to prepare for .mu layersKartik K. Agaram2015-04-036-38/+53
|
* 1013Kartik K. Agaram2015-04-0321-35/+35
|
* 1012Kartik K. Agaram2015-04-031-10/+0
|
* 1011 - string-equal now workingKartik K. Agaram2015-04-034-2/+44
|
* 1010Kartik K. Agaram2015-04-036-18/+88
|
* 1009Kartik K. Agaram2015-04-032-1/+55
|
* 1008Kartik K. Agaram2015-04-031-0/+1
|
* 1007Kartik K. Agaram2015-04-037-11/+11
|
* 1006Kartik K. Agaram2015-04-031-6/+6
|
* 1005Kartik K. Agaram2015-04-031-1/+8
|
* 1004Kartik K. Agaram2015-04-031-1/+5
|
* 1003Kartik K. Agaram2015-04-031-1/+1
|
* 1002Kartik K. Agaram2015-04-022-0/+7
|
* 1001Kartik K. Agaram2015-04-022-0/+60
|
* 1000Kartik K. Agaram2015-03-313-5/+66
|
* 999Kartik K. Agaram2015-03-313-4/+18
|
* 998 - convenient string initializationKartik K. Agaram2015-03-303-2/+58
|
* 997Kartik K. Agaram2015-03-3092-528/+528
|
* 996 - string literalsKartik K. Agaram2015-03-308-5/+57
|
* 995Kartik K. Agaram2015-03-301-1/+1
|
* 994 - spaces now check boundsKartik K. Agaram2015-03-295-10/+39
| | | | I'm not testing for bounds-check errors yet, though.
* 993Kartik K. Agaram2015-03-291-1/+1
|
* 992 - c++ chain spaces for lexical scopeKartik K. Agaram2015-03-283-1/+76
|
* 991Kartik K. Agaram2015-03-282-6/+13
|
* 990Kartik K. Agaram2015-03-282-1/+45
|
* 989Kartik K. Agaram2015-03-282-0/+62
|
* 988 - those replace{} directives were a bad ideaKartik K. Agaram2015-03-274-56/+11
|
* 987 - c++: memory allocatorKartik K. Agaram2015-03-273-2/+84
|
* 986Kartik K. Agaram2015-03-2718-42/+44
|
* 985Kartik K. Agaram2015-03-271-13/+16
|
* 984Kartik K. Agaram2015-03-271-2/+2
|
* 983 - arc 'integer-array' => c++ 'array:integer'Kartik K. Agaram2015-03-2618-76/+74
|
* 982Kartik K. Agaram2015-03-262-48/+54
|
* 981Kartik K. Agaram2015-03-261-1/+1
|