Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1185 - inline C++ in scenarios | Kartik K. Agaram | 2015-04-24 | 1 | -6/+3 |
| | |||||
* | 1121 | Kartik K. Agaram | 2015-04-22 | 1 | -0/+4 |
| | |||||
* | 1120 | Kartik K. Agaram | 2015-04-22 | 1 | -8/+6 |
| | |||||
* | 1117 - redo entire tangler | Kartik K. Agaram | 2015-04-21 | 1 | -148/+178 |
| | | | | | | | | | | Instead of adding a third-level hack for the new bug (failing test) with multiple directives, I'm giving up on deducing #line directives directly. Instead I'm going to maintain the file and line for every single line as I read it, and then emit directives on their basis as a post-processing step. This way tangling itself can remain oblivious to line numbers, even if we're passing objects around rather than naked strings. | ||||
* | 1110 - 'scenarios' directive applies only to current file | Kartik K. Agaram | 2015-04-20 | 1 | -2/+3 |
| | |||||
* | 1102 | Kartik K. Agaram | 2015-04-19 | 1 | -0/+9 |
| | |||||
* | 1082 | Kartik K. Agaram | 2015-04-17 | 1 | -9/+3 |
| | | | | | Turns out I'm only able to define a 'raise' macro because I have include no system headers after that point. | ||||
* | 1078 - better line numbers | Kartik K. Agaram | 2015-04-17 | 1 | -0/+8 |
| | | | | Skip tangle comments inside tangle rather than in the makefile. | ||||
* | 1068 - better line numbers | Kartik K. Agaram | 2015-04-15 | 1 | -8/+53 |
| | | | | | Line numbers were broken after inserting some lines from elsewhere. Now we add a #line directive not just before the lines but also after. | ||||
* | 1064 - rough support for correct line numbers in error messages | Kartik K. Agaram | 2015-04-14 | 1 | -0/+17 |
| | |||||
* | 1016 | Kartik K. Agaram | 2015-04-04 | 1 | -0/+8 |
| | |||||
* | 1015 | Kartik K. Agaram | 2015-04-04 | 1 | -21/+1 |
| | |||||
* | 1014 - reorganize build system to prepare for .mu layers | Kartik K. Agaram | 2015-04-03 | 1 | -26/+3 |
| | |||||
* | 913 | Kartik K. Agaram | 2015-03-14 | 1 | -47/+31 |
| | |||||
* | 912 - tangle: another directive 'following' for nested patterns | Kartik K. Agaram | 2015-03-14 | 1 | -6/+32 |
| | |||||
* | 908 - tangle: support nested patterns | Kartik K. Agaram | 2015-03-14 | 1 | -0/+20 |
| | |||||
* | 786 - allow dumping traces for debugging | Kartik K. Agaram | 2015-02-19 | 1 | -0/+4 |
| | |||||
* | 784 - persist traces in literate version | Kartik K. Agaram | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | 782 - promote literate version to canonical C++ version | Kartik K. Agaram | 2015-02-18 | 1 | -0/+355 |