Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1350 | Kartik K. Agaram | 2015-05-11 | 1 | -1/+0 |
| | |||||
* | 1349 - snapshot: floating-point support | Kartik K. Agaram | 2015-05-11 | 1 | -0/+139 |
| | |||||
* | 1348 | Kartik K. Agaram | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | 1346 | Kartik K. Agaram | 2015-05-11 | 1 | -0/+3 |
| | | | | | | On my ubuntu 14.04.1 + gcc 4.8.2 machine, ifstream doesn't actually raise an error on trying to open a non-existent file until you try to do something with it. Garbage! | ||||
* | 1345 | Kartik K. Agaram | 2015-05-11 | 9 | -19/+44 |
| | |||||
* | 1344 | Kartik K. Agaram | 2015-05-11 | 1 | -0/+10 |
| | |||||
* | 1343 | Kartik K. Agaram | 2015-05-11 | 6 | -7/+7 |
| | |||||
* | 1342 | Kartik K. Agaram | 2015-05-11 | 1 | -8/+8 |
| | |||||
* | 1341 | Kartik K. Agaram | 2015-05-11 | 2 | -8/+19 |
| | |||||
* | 1340 | Kartik K. Agaram | 2015-05-11 | 1 | -1/+4 |
| | |||||
* | 1339 | Kartik K. Agaram | 2015-05-10 | 2 | -45/+49 |
| | |||||
* | 1338 | Kartik K. Agaram | 2015-05-10 | 1 | -2/+2 |
| | |||||
* | 1337 | Kartik K. Agaram | 2015-05-10 | 1 | -0/+2 |
| | |||||
* | 1336 | Kartik K. Agaram | 2015-05-10 | 1 | -6/+18 |
| | |||||
* | 1335 | Kartik K. Agaram | 2015-05-10 | 1 | -28/+2 |
| | |||||
* | 1334 | Kartik K. Agaram | 2015-05-10 | 1 | -16/+18 |
| | |||||
* | 1333 | Kartik K. Agaram | 2015-05-10 | 1 | -3/+11 |
| | |||||
* | 1331 | Kartik K. Agaram | 2015-05-10 | 2 | -3/+5 |
| | |||||
* | 1330 | Kartik K. Agaram | 2015-05-10 | 3 | -1/+8 |
| | |||||
* | 1329 | Kartik K. Agaram | 2015-05-10 | 2 | -0/+12 |
| | |||||
* | 1328 - another error message | Kartik K. Agaram | 2015-05-10 | 1 | -0/+36 |
| | |||||
* | 1327 - better error handling in chessboard | Kartik K. Agaram | 2015-05-10 | 9 | -57/+187 |
| | | | | | Also a bugfix in break to label, because I noticed the screen wasn't being cleaned up on quit. | ||||
* | 1326 | Kartik K. Agaram | 2015-05-10 | 1 | -23/+0 |
| | |||||
* | 1325 | Kartik K. Agaram | 2015-05-10 | 3 | -0/+0 |
| | |||||
* | 1324 - warn when mixing named and numeric locations | Kartik K. Agaram | 2015-05-10 | 1 | -38/+95 |
| | |||||
* | 1323 - keyboard supports backspace and newline | Kartik K. Agaram | 2015-05-10 | 17 | -43/+443 |
| | | | | | | Lots mixed into this commit: some off-by-one errors in display.cc a new transform to translate jump labels that I'd somehow never gotten around to supporting | ||||
* | 1322 - ctrl-c should always interrupt | Kartik K. Agaram | 2015-05-10 | 2 | -0/+2 |
| | |||||
* | 1321 - *finally*, fixed the chessboard sluggishness | Kartik K. Agaram | 2015-05-10 | 4 | -3/+47 |
| | |||||
* | 1320 | Kartik K. Agaram | 2015-05-10 | 1 | -2/+2 |
| | |||||
* | 1319 | Kartik K. Agaram | 2015-05-10 | 1 | -6/+6 |
| | | | | Allow termbox array sizes to be easily counted with 'wc'. | ||||
* | 1318 - 1317 actually works now | Kartik K. Agaram | 2015-05-10 | 3 | -7/+45 |
| | |||||
* | 1317 - all tests passing | Kartik K. Agaram | 2015-05-09 | 1 | -6/+34 |
| | | | | Hacky new way to turn off child threads. | ||||
* | 1316 | Kartik K. Agaram | 2015-05-09 | 2 | -6/+6 |
| | | | | buffer-lines works, at least. | ||||
* | 1315 - chessboard now working interactively | Kartik K. Agaram | 2015-05-09 | 4 | -3/+91 |
| | | | | | | | | | | | | | | | | | | | | I tried to bring too much into this commit, and paid the price with some debugging effort. Still havent't tried to enable line buffering, but I'll take a snapshot. Some tests are failing because of the huge hack in the scheduler. For a while I thought there was a bug in termbox because I kept seeing segfaults and valgrind complained about out-of-bounds access. But that was just subsidiary threads trying to print to the screen after I'd returned to console mode. Maybe I should add a test for send-keys-to-channel. Or just use a fake keyboard rather than a channel. And *then* there's the fact that the interaction is molasses slow. Slower than the arc version even though the tests run so much faster. And what's with the long pauses in printing strings to screen? | ||||
* | 1314 | Kartik K. Agaram | 2015-05-09 | 1 | -1/+2 |
| | |||||
* | 1313 - merge termbox | Kartik K. Agaram | 2015-05-09 | 2 | -4/+4 |
| | |||||
* | 1312 | Kartik K. Agaram | 2015-05-08 | 1 | -35/+23 |
| | |||||
* | 1311 | Kartik K. Agaram | 2015-05-08 | 1 | -0/+1 |
| | |||||
* | 1310 | Kartik K. Agaram | 2015-05-08 | 1 | -11/+11 |
| | |||||
* | 1309 - stupid typo | Kartik K. Agaram | 2015-05-08 | 1 | -2/+1 |
| | |||||
* | 1308 | Kartik K. Agaram | 2015-05-08 | 5 | -4/+105 |
| | |||||
* | 1307 | Kartik K. Agaram | 2015-05-08 | 1 | -6/+6 |
| | |||||
* | 1306 | Kartik K. Agaram | 2015-05-07 | 2 | -2/+83 |
| | |||||
* | 1305 | Kartik K. Agaram | 2015-05-07 | 2 | -2/+89 |
| | |||||
* | 1304 - two bugs in 'wait-for-routine' | Kartik K. Agaram | 2015-05-07 | 1 | -7/+12 |
| | |||||
* | 1303 | Kartik K. Agaram | 2015-05-07 | 2 | -2/+2 |
| | |||||
* | 1302 | Kartik K. Agaram | 2015-05-07 | 1 | -0/+1 |
| | |||||
* | 1301 - back to the chessboard | Kartik K. Agaram | 2015-05-07 | 5 | -2/+206 |
| | | | | Still need a nice syntax for managing the routine under test. | ||||
* | 1300 | Kartik K. Agaram | 2015-05-07 | 1 | -1/+2 |
| | |||||
* | 1299 - stop using [] in any vector | Kartik K. Agaram | 2015-05-07 | 22 | -112/+112 |
| | | | | | | | | | 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 '[^ ]\[' |