about summary refs log tree commit diff stats
path: root/cpp/041name
Commit message (Collapse)AuthorAgeFilesLines
* 1189 - add extensions to all layersKartik K. Agaram2015-04-241-199/+0
| | | | | | 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.
* 1185 - inline C++ in scenariosKartik K. Agaram2015-04-241-1/+1
|
* 1166Kartik K. Agaram2015-04-241-3/+3
| | | | | | | Why did I think STL's map wasn't efficient? It has logarithmic complexity (maintains a tree internally) and is faster than hashing for small containers. It's the more portable solution and should be what I turn to by default.
* 1162Kartik K. Agaram2015-04-241-8/+8
|
* 1155 - three phases of mu: load, transform, runKartik K. Agaram2015-04-241-1/+1
| | | | | | Each phase implicitly calls previous phases. Most C++ scenarios implicitly call one, two or three of the phases. More clear now that 'load' does more than just add recipes.
* 1124Kartik K. Agaram2015-04-221-4/+0
|
* 1116 - simpler memory checksKartik K. Agaram2015-04-201-2/+6
|
* 1110 - 'scenarios' directive applies only to current fileKartik K. Agaram2015-04-201-1/+0
|
* 1094 - demarcate sections in layersKartik K. Agaram2015-04-171-2/+2
| | | | | | We have tangled vs regular comments, but they highlight the same. So we're still at 3 colors for comments. Anything more starts to seem gratuitous.
* 1086 - support variant names in 'maybe-convert'Kartik K. Agaram2015-04-171-3/+31
|
* 1075Kartik K. Agaram2015-04-171-0/+172