Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4200 | Kartik K. Agaram | 2018-01-27 | 1 | -45/+45 |
| | | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop. | ||||
* | 4199 | Kartik K. Agaram | 2018-01-25 | 1 | -101/+100 |
| | |||||
* | 4165 | Kartik K. Agaram | 2017-12-27 | 1 | -12/+12 |
| | |||||
* | 4164 | Kartik K. Agaram | 2017-12-27 | 1 | -4/+4 |
| | |||||
* | 4161 | Kartik K. Agaram | 2017-12-15 | 1 | -6/+6 |
| | |||||
* | 4155 | Kartik K. Agaram | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | 4134 - 'input' = 'ingredient' | Kartik K. Agaram | 2017-12-03 | 1 | -9/+9 |
| | |||||
* | 4003 | Kartik K. Agaram | 2017-09-23 | 1 | -4/+4 |
| | |||||
* | 3934 | Kartik K. Agaram | 2017-06-20 | 1 | -3/+3 |
| | |||||
* | 3901 | Kartik K. Agaram | 2017-06-09 | 1 | -2/+2 |
| | |||||
* | 3837 | Kartik K. Agaram | 2017-04-19 | 1 | -2/+2 |
| | |||||
* | 3830 - crosslink shape-shifting containers in html | Kartik K. Agaram | 2017-04-18 | 1 | -25/+25 |
| | |||||
* | 3829 | Kartik K. Agaram | 2017-04-18 | 1 | -4/+4 |
| | |||||
* | 3764 - better colors for cross-links | Kartik K. Agaram | 2017-03-08 | 1 | -3/+4 |
| | |||||
* | 3761 | Kartik K. Agaram | 2017-03-07 | 1 | -69/+70 |
| | |||||
* | 3751 | Kartik K. Agaram | 2017-03-02 | 1 | -1/+1 |
| | | | | Some hacky manual fixes to auto-generated html. | ||||
* | 3716 | Kartik K. Agaram | 2016-12-26 | 1 | -0/+2 |
| | | | | Make hyperlinks less salient in the rendered html since there's so many of them. | ||||
* | 3713 - cross-link calls with definitions in html | Kartik K. Agaram | 2016-12-26 | 1 | -40/+40 |
| | |||||
* | 3710 | Kartik K. Agaram | 2016-12-26 | 1 | -213/+213 |
| | | | | | 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 html | Kartik K. Agaram | 2016-12-26 | 1 | -216/+240 |
| | | | | | | 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. | ||||
* | 3705 - switch to tested file-system primitives | Kartik K. Agaram | 2016-12-11 | 1 | -8/+57 |
| | |||||
* | 3704 | Kartik K. Agaram | 2016-12-11 | 1 | -4/+8 |
| | | | | | | | Bugfix: writing to a new file in a non-empty fake file system. The one time I try to get a little clever, it bites me in the ass. That'll teach me.. | ||||
* | 3693 | Kartik K. Agaram | 2016-11-25 | 1 | -1/+5 |
| | |||||
* | 3667 | Kartik K. Agaram | 2016-11-11 | 1 | -2/+2 |
| | |||||
* | 3609 | Kartik K. Agaram | 2016-10-29 | 1 | -1/+5 |
| | |||||
* | 3578 | Kartik K. Agaram | 2016-10-23 | 1 | -17/+23 |
| | |||||
* | 3569 | Kartik K. Agaram | 2016-10-23 | 1 | -47/+47 |
| | | | | Update syntax highlighting to not color numeric locations like literals. | ||||
* | 3524 | Kartik K. Agaram | 2016-10-20 | 1 | -25/+25 |
| | |||||
* | 3431 | Kartik K. Agaram | 2016-09-30 | 1 | -2/+2 |
| | | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files. | ||||
* | 3395 | Kartik K. Agaram | 2016-09-17 | 1 | -34/+34 |
| | |||||
* | 3355 | Kartik K. Agaram | 2016-09-15 | 1 | -10/+10 |
| | |||||
* | 3266 | Kartik K. Agaram | 2016-08-27 | 1 | -9/+64 |
| | |||||
* | 3235 | Kartik K. Agaram | 2016-08-20 | 1 | -7/+51 |
| | |||||
* | 3227 | Kartik K. Agaram | 2016-08-18 | 1 | -8/+24 |
| | |||||
* | 3219 | Kartik K. Agaram | 2016-08-17 | 1 | -0/+68 |
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. |