about summary refs log tree commit diff stats
path: root/html/020run.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 3927Kartik K. Agaram2017-06-191-291/+292
|
* 3900Kartik K. Agaram2017-06-021-17/+17
|
* 3897 - various updates to documentationKartik K. Agaram2017-05-291-17/+17
|
* 3895Kartik K. Agaram2017-05-291-395/+430
|
* 3877Kartik K. Agaram2017-05-261-3/+3
|
* 3872Kartik K. Agaram2017-05-201-260/+261
| | | | Starting to look for lack of organization in the edit/ app.
* 3845Kartik K. Agaram2017-05-061-3/+3
|
* 3823Kartik K. Agaram2017-04-141-336/+337
|
* 3820Kartik K. Agaram2017-04-131-369/+373
|
* 3811Kartik K. Agaram2017-04-041-1/+1
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-4/+5
|
* 3761Kartik K. Agaram2017-03-071-89/+90
|
* 3758Kartik K. Agaram2017-03-061-204/+205
|
* 3756 - start of some improvements to the trace browserKartik K. Agaram2017-03-051-1/+1
|
* 3750Kartik K. Agaram2017-03-021-19/+19
|
* 3749Kartik K. Agaram2017-03-021-19/+19
|
* 3746Kartik K. Agaram2017-02-071-1/+1
|
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-57/+57
|
* 3710Kartik K. Agaram2016-12-261-443/+443
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-445/+469
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3707Kartik K. Agaram2016-12-121-3/+9
| | | | | | | | | | | | | | | | | | Be more disciplined about tagging 2 different concepts in the codebase: a) Use the phrase "later layers" to highlight places where a layer doesn't have the simplest possible self-contained implementation. b) Use the word "hook" to point out functions that exist purely to provide waypoints for extension by future layers. Since both these only make sense in the pre-tangled representation of the codebase, using '//:' and '#:' comments to get them stripped out of tangled output. (Though '#:' comments still make it to tangled output at the moment. Let's see if we use it enough to be worth supporting. Scenarios are pretty unreadable in tangled output anyway.)
* 3703Kartik K. Agaram2016-12-061-0/+1
|
* 3682Kartik K. Agaram2016-11-221-3/+5
| | | | | Clean up the flow of "mu --trace" followed by "mu browse-trace interactive".
* 3679Kartik K. Agaram2016-11-171-2/+2
|
* 3667Kartik K. Agaram2016-11-111-3/+16
|
* 3642Kartik K. Agaram2016-11-061-3/+3
|
* 3604Kartik K. Agaram2016-10-271-0/+3
|
* 3561Kartik K. Agaram2016-10-221-4/+4
|
* 3558Kartik K. Agaram2016-10-221-1/+1
|
* 3544Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-1/+1
|
* 3524Kartik K. Agaram2016-10-201-9/+9
|
* 3456Kartik K. Agaram2016-10-061-1/+6
|
* 3431Kartik K. Agaram2016-09-301-17/+18
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3395Kartik K. Agaram2016-09-171-11/+11
|
* 3371Kartik K. Agaram2016-09-161-0/+4
|
* 3355Kartik K. Agaram2016-09-151-4/+7
|
* 3315Kartik K. Agaram2016-09-101-12/+14
|
* 3266Kartik K. Agaram2016-08-271-4/+5
|
* 3227Kartik K. Agaram2016-08-181-1/+4
|
* 3219Kartik K. Agaram2016-08-171-5/+8
| | | | | | | | Trying keeping html in the master branch: https://github.com/blog/2228-simpler-github-pages-publishing Let's see if https://akkartik.github.io/mu updates after I push this commit to just the master branch.
* 3174Kartik K. Agaram2016-08-121-2/+11
|
* 3158Kartik K. Agaram2016-07-271-2/+2
|
* 3117Kartik K. Agaram2016-07-201-1/+1
|
* 3102Kartik K. Agaram2016-07-051-9/+11
|
* 2996Kartik K. Agaram2016-05-211-11/+13
|
* 2866Kartik K. Agaram2016-04-251-2/+2
|
* 2812Kartik K. Agaram2016-03-271-62/+75
|
* 2745Kartik K. Agaram2016-03-091-1/+1
|
/a> 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634
635
636
637
638