about summary refs log tree commit diff stats
path: root/cpp/013literal_string
Commit message (Collapse)AuthorAgeFilesLines
* 1189 - add extensions to all layersKartik K. Agaram2015-04-241-63/+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.
* 1162Kartik K. Agaram2015-04-241-3/+3
|
* 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.
* 1110 - 'scenarios' directive applies only to current fileKartik K. Agaram2015-04-201-0/+1
|
* 1077Kartik K. Agaram2015-04-171-2/+1
|
* 1075Kartik K. Agaram2015-04-171-0/+63