about summary refs log tree commit diff stats
path: root/html/081print.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 4814Kartik Agaram2018-12-011-11/+14
|
* 4539Kartik Agaram2018-09-071-8/+8
|
* 4447Kartik Agaram2018-07-271-31/+37
|
* 4242 - get rid of refcounts entirelyKartik Agaram2018-05-121-5/+5
| | | | | | | | | 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-6/+6
|
* 4200Kartik K. Agaram2018-01-271-120/+120
| | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
* 4199Kartik K. Agaram2018-01-251-433/+432
|
* 4165Kartik K. Agaram2017-12-271-21/+21
|
* 4161Kartik K. Agaram2017-12-151-7/+7
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-37/+37
|
* 3951Kartik K. Agaram2017-06-241-866/+901
|
* 3934Kartik K. Agaram2017-06-201-5/+5
|
* 3883Kartik K. Agaram2017-05-271-226/+249
|
* 3867Kartik K. Agaram2017-05-191-675/+782
|
* 3855Kartik K. Agaram2017-05-131-620/+659
|
* 3845Kartik K. Agaram2017-05-061-118/+102
|
* 3825Kartik K. Agaram2017-04-161-675/+652
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-276/+277
|
* 3737Kartik K. Agaram2017-01-221-37/+36
|
* 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-103/+103
|
* 3710Kartik K. Agaram2016-12-261-744/+744
| | | | | 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-747/+771
| | | | | | 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.
* 3667Kartik K. Agaram2016-11-111-4/+4
|
* 3622 - handle fractional coordinates in printKartik K. Agaram2016-11-051-0/+21
|
* 3578Kartik K. Agaram2016-10-231-198/+165
|
* 3569Kartik K. Agaram2016-10-231-281/+281
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3431Kartik K. Agaram2016-09-301-3/+3
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-51/+54
|
* 3395Kartik K. Agaram2016-09-171-159/+160
|
* 3355Kartik K. Agaram2016-09-151-4/+4
|
* 3017Kartik K. Agaram2016-05-261-136/+153
|
* 2996Kartik K. Agaram2016-05-211-0/+27
|
* 2866Kartik K. Agaram2016-04-251-159/+147
|
* 2812Kartik K. Agaram2016-03-271-11/+20
|
* 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-67/+58
| | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason..
* 2605Kartik K. Agaram2016-01-261-118/+178
|
* 2611Kartik K. Agaram2015-11-291-162/+139
|
* 2430 - make room for more transformsKartik K. Agaram2015-11-131-0/+722