about summary refs log tree commit diff stats
path: root/html/073wait.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 3995Kartik K. Agaram2017-09-131-670/+0
|
* 3990Kartik K. Agaram2017-09-031-1/+1
|
* 3971Kartik K. Agaram2017-08-191-4/+4
|
* 3927Kartik K. Agaram2017-06-191-33/+33
|
* 3900Kartik K. Agaram2017-06-021-4/+4
|
* 3897 - various updates to documentationKartik K. Agaram2017-05-291-32/+32
|
* 3877Kartik K. Agaram2017-05-261-11/+11
|
* 3845Kartik K. Agaram2017-05-061-3/+3
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-4/+5
|
* 3761Kartik K. Agaram2017-03-071-83/+84
|
* 3750Kartik K. Agaram2017-03-021-34/+34
|
* 3749Kartik K. Agaram2017-03-021-34/+34
|
* 3746Kartik K. Agaram2017-02-071-2/+2
|
* 3725Kartik K. Agaram2016-12-271-1/+1
| | | | | | More improvements to cross-linking example programs. Include their own functions as well in the tags for each program, even as you share the core .mu files everywhere.
* 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-94/+94
|
* 3710Kartik K. Agaram2016-12-261-601/+601
| | | | | 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-606/+630
| | | | | | 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-1/+2
| | | | | | | | | | | | | | | | | | 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.)
* 3667Kartik K. Agaram2016-11-111-3/+3
|
* 3561Kartik K. Agaram2016-10-221-1/+1
|
* 3544Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-7/+3
|
* 3524Kartik K. Agaram2016-10-201-50/+53
|
* 3431Kartik K. Agaram2016-09-301-28/+30
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3395Kartik K. Agaram2016-09-171-50/+50
|
* 3355Kartik K. Agaram2016-09-151-99/+215
|
* 3315Kartik K. Agaram2016-09-101-3/+8
|
* 3266Kartik K. Agaram2016-08-271-19/+125
|
* 3219Kartik K. Agaram2016-08-171-0/+46
| | | | | | | | 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.
* 3158Kartik K. Agaram2016-07-271-0/+367