Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4891 | Kartik Agaram | 2018-12-30 | 1 | -0/+1 |
| | | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline. | ||||
* | 4890 - new html renderings | Kartik Agaram | 2018-12-29 | 1 | -14/+9 |
| | | | | | | | a) Switch to a light background. b) Linkify calls in .subx files. c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases in update_html. | ||||
* | 4814 | Kartik Agaram | 2018-12-01 | 1 | -11/+14 |
| | |||||
* | 4539 | Kartik Agaram | 2018-09-07 | 1 | -6/+6 |
| | |||||
* | 4447 | Kartik Agaram | 2018-07-27 | 1 | -5/+5 |
| | |||||
* | 4242 - get rid of refcounts entirely | Kartik Agaram | 2018-05-12 | 1 | -15/+15 |
| | | | | | | | | | We're going to lean back into the experiment of commit 4179 back in Jan. If we delete memory it's up to us to ensure no pointers into it survive. Since deep-copy depends on our refcounting infrastructure, it's gone as well. So we're going to have to start watching out for pointers shared over channels. | ||||
* | 4239 | Kartik Agaram | 2018-05-08 | 1 | -5/+5 |
| | |||||
* | 4200 | Kartik K. Agaram | 2018-01-27 | 1 | -34/+34 |
| | | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop. | ||||
* | 4199 | Kartik K. Agaram | 2018-01-25 | 1 | -79/+78 |
| | |||||
* | 4165 | Kartik K. Agaram | 2017-12-27 | 1 | -5/+5 |
| | |||||
* | 4164 | Kartik K. Agaram | 2017-12-27 | 1 | -3/+3 |
| | |||||
* | 4161 | Kartik K. Agaram | 2017-12-15 | 1 | -6/+6 |
| | |||||
* | 4134 - 'input' = 'ingredient' | Kartik K. Agaram | 2017-12-03 | 1 | -9/+9 |
| | |||||
* | 4122 | Kartik K. Agaram | 2017-11-15 | 1 | -3/+3 |
| | |||||
* | 4003 | Kartik K. Agaram | 2017-09-23 | 1 | -3/+3 |
| | |||||
* | 3990 | Kartik K. Agaram | 2017-09-03 | 1 | -1/+1 |
| | |||||
* | 3934 | Kartik K. Agaram | 2017-06-20 | 1 | -4/+4 |
| | |||||
* | 3927 | Kartik K. Agaram | 2017-06-19 | 1 | -3/+3 |
| | |||||
* | 3901 | Kartik K. Agaram | 2017-06-09 | 1 | -3/+3 |
| | |||||
* | 3837 | Kartik K. Agaram | 2017-04-19 | 1 | -3/+3 |
| | |||||
* | 3830 - crosslink shape-shifting containers in html | Kartik K. Agaram | 2017-04-18 | 1 | -14/+14 |
| | |||||
* | 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 | -48/+49 |
| | |||||
* | 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 | -31/+31 |
| | |||||
* | 3710 | Kartik K. Agaram | 2016-12-26 | 1 | -177/+177 |
| | | | | | 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 | -180/+204 |
| | | | | | | 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 | -1/+1 |
| | |||||
* | 3667 | Kartik K. Agaram | 2016-11-11 | 1 | -1/+1 |
| | |||||
* | 3604 | Kartik K. Agaram | 2016-10-27 | 1 | -18/+20 |
| | |||||
* | 3578 | Kartik K. Agaram | 2016-10-23 | 1 | -134/+78 |
| | |||||
* | 3569 | Kartik K. Agaram | 2016-10-23 | 1 | -65/+65 |
| | | | | Update syntax highlighting to not color numeric locations like literals. | ||||
* | 3567 | Kartik K. Agaram | 2016-10-23 | 1 | -1/+34 |
| | |||||
* | 3562 | Kartik K. Agaram | 2016-10-22 | 1 | -125/+105 |
| | | | | Fix CI. Revert accidentally-added files. | ||||
* | 3561 | Kartik K. Agaram | 2016-10-22 | 1 | -105/+125 |
| | |||||
* | 3543 | Kartik K. Agaram | 2016-10-22 | 1 | -2/+2 |
| | |||||
* | 3524 | Kartik K. Agaram | 2016-10-20 | 1 | -4/+85 |
| | |||||
* | 3491 | Kartik K. Agaram | 2016-10-09 | 1 | -0/+155 |
Update the html, proving that commit 3490 worked. The only changes are from other recent commits. |