about summary refs log tree commit diff stats
path: root/cpp/042new.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-157/+0
| | | | I've tried to update the Readme, but there are at least a couple of issues.
* 1265Kartik K. Agaram2015-05-051-3/+3
|
* 1261Kartik K. Agaram2015-05-041-1/+1
|
* 1249 - new type: index_tKartik K. Agaram2015-05-041-4/+4
| | | | | | | | It will always be identical to size_t, just more readable, like recipe_number, etc. The various unsigned types are sizes, indices (which often compare with sizes for bounds checking), numbers which are canonical elements of a specific space (like recipes or mu types), and ids which I haven't introduced yet.
* 1248 - syntax for using screens in scenariosKartik K. Agaram2015-05-041-2/+3
| | | | Still ugly as hell.
* 1229Kartik K. Agaram2015-05-011-1/+1
|
* 1226 - bugfix in allocating arraysKartik K. Agaram2015-04-301-2/+2
| | | | Also our first test of printing to screen.
* 1202Kartik K. Agaram2015-04-261-8/+5
|
* 1195Kartik K. Agaram2015-04-241-0/+21
|
* 1194Kartik K. Agaram2015-04-241-1/+3
|
* 1193Kartik K. Agaram2015-04-241-15/+29
|
* 1192Kartik K. Agaram2015-04-241-14/+13
|
* 1190Kartik K. Agaram2015-04-241-7/+4
|
* 1189 - add extensions to all layersKartik K. Agaram2015-04-241-0/+126
I'm sick of fighting vim's filetype detection. No modeline and files highlight in random colors. I add a modeline and it stops highlighting tangle comments. Even though it read my #$%# vimrc! Fuck this shite.