about summary refs log tree commit diff stats
path: root/cpp/tangle/030tangle.test.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1121Kartik K. Agaram2015-04-221-0/+8
|
* 1117 - redo entire tanglerKartik K. Agaram2015-04-211-110/+102
| | | | | | | | | | 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.
* 1102Kartik K. Agaram2015-04-191-0/+14
|
* 1078 - better line numbersKartik K. Agaram2015-04-171-0/+16
| | | | Skip tangle comments inside tangle rather than in the makefile.
* 1068 - better line numbersKartik K. Agaram2015-04-151-1/+37
| | | | | 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 messagesKartik K. Agaram2015-04-141-0/+25
|
* 1016Kartik K. Agaram2015-04-041-0/+12
|
* 1015Kartik K. Agaram2015-04-041-37/+0
|
* 912 - tangle: another directive 'following' for nested patternsKartik K. Agaram2015-03-141-0/+7
|
* 908 - tangle: support nested patternsKartik K. Agaram2015-03-141-0/+7
|
* 907 - fix old tangle testsKartik K. Agaram2015-03-141-10/+10
|
* 782 - promote literate version to canonical C++ versionKartik K. Agaram2015-02-181-0/+251
260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302