about summary refs log tree commit diff stats
path: root/html/084console.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 4539Kartik Agaram2018-09-071-6/+6
|
* 4447Kartik Agaram2018-07-271-7/+7
|
* 4242 - get rid of refcounts entirelyKartik Agaram2018-05-121-2/+2
| | | | | | | | | 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.
* 4239Kartik Agaram2018-05-081-5/+5
|
* 4200Kartik K. Agaram2018-01-271-25/+25
| | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
* 4199Kartik K. Agaram2018-01-251-48/+47
|
* 4165Kartik K. Agaram2017-12-271-6/+6
|
* 4161Kartik K. Agaram2017-12-151-5/+5
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-6/+6
|
* 3951Kartik K. Agaram2017-06-241-2/+2
|
* 3934Kartik K. Agaram2017-06-201-1/+1
|
* 3845Kartik K. Agaram2017-05-061-7/+6
|
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-1/+1
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-28/+29
|
* 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-25/+25
|
* 3710Kartik K. Agaram2016-12-261-105/+105
| | | | | 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-108/+132
| | | | | | 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.
* 3578Kartik K. Agaram2016-10-231-6/+4
|
* 3569Kartik K. Agaram2016-10-231-22/+22
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3567Kartik K. Agaram2016-10-231-12/+12
|
* 3431Kartik K. Agaram2016-09-301-3/+3
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-1/+1
|
* 3395Kartik K. Agaram2016-09-171-26/+26
|
* 2875Kartik K. Agaram2016-04-271-0/+1
|
* 2866Kartik K. Agaram2016-04-251-21/+19
|
* 2812Kartik K. Agaram2016-03-271-10/+19
|
* 2745Kartik K. Agaram2016-03-091-1/+1
|
* 2744Kartik K. Agaram2016-03-091-2/+2
| | | | Tweak colors and font-sizes in generated html.
* 2743Kartik K. Agaram2016-03-091-31/+22
| | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason..
* 2605Kartik K. Agaram2016-01-261-11/+11
|
* 2545Kartik K. Agaram2015-12-151-9/+9
| | | | update html
* 2611Kartik K. Agaram2015-11-291-27/+22
|
* 2430 - make room for more transformsKartik K. Agaram2015-11-131-0/+150