about summary refs log tree commit diff stats
path: root/html/010vm.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 6958Kartik Agaram2020-10-051-370/+383
|
* 6397Kartik Agaram2020-05-241-0/+463
| | | | | Drop '---' section boundaries from filenames. I noticed them confusing tab-completion for certain advanced shell setups.
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-966/+0
|
* 4891Kartik Agaram2018-12-301-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 renderingsKartik Agaram2018-12-291-17/+12
| | | | | | | 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.
* 4814Kartik Agaram2018-12-011-74/+78
|
* 4709Kartik Agaram2018-10-171-3/+3
|
* 4539Kartik Agaram2018-09-071-6/+6
|
* 4447Kartik Agaram2018-07-271-876/+880
|
* 4243Kartik Agaram2018-05-121-735/+740
|
* 4242 - get rid of refcounts entirelyKartik Agaram2018-05-121-3/+3
| | | | | | | | | 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-7/+7
|
* 4228Kartik K. Agaram2018-03-151-829/+830
|
* 4199Kartik K. Agaram2018-01-251-123/+122
|
* 4162Kartik K. Agaram2017-12-221-58/+83
|
* 4161Kartik K. Agaram2017-12-151-8/+8
|
* 4155Kartik K. Agaram2017-12-071-12/+12
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-17/+17
|
* 4109Kartik K. Agaram2017-11-051-8/+8
|
* 4102Kartik K. Agaram2017-11-011-19/+19
|
* 4003Kartik K. Agaram2017-09-231-8/+8
|
* 3990Kartik K. Agaram2017-09-031-2/+2
|
* 3971Kartik K. Agaram2017-08-191-42/+42
|
* 3927Kartik K. Agaram2017-06-191-2/+2
|
* 3897 - various updates to documentationKartik K. Agaram2017-05-291-34/+34
|
* 3877Kartik K. Agaram2017-05-261-255/+250
|
* 3876Kartik K. Agaram2017-05-211-230/+231
| | | | Thanks Ella Couch for reporting this issue.
* 3872Kartik K. Agaram2017-05-201-246/+260
| | | | Starting to look for lack of organization in the edit/ app.
* 3848Kartik K. Agaram2017-05-061-149/+146
| | | | | Improve an error message. Still lots of room for improving how we render reagents in errors.
* 3809Kartik K. Agaram2017-04-041-226/+227
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-4/+5
|
* 3761Kartik K. Agaram2017-03-071-109/+110
|
* 3750Kartik K. Agaram2017-03-021-2/+2
|
* 3749Kartik K. Agaram2017-03-021-2/+2
|
* 3746Kartik K. Agaram2017-02-071-794/+811
|
* 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-140/+140
|
* 3710Kartik K. Agaram2016-12-261-839/+839
| | | | | 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-842/+866
| | | | | | 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-40/+73
|
* 3561Kartik K. Agaram2016-10-221-5/+5
|
* 3560Kartik K. Agaram2016-10-221-1/+1
|
* 3558Kartik K. Agaram2016-10-221-1/+1
|
* 3544Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-1/+1
|
* 3524Kartik K. Agaram2016-10-201-20/+20
|
* 3431Kartik K. Agaram2016-09-301-1/+2
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3412Kartik K. Agaram2016-09-231-0/+4
|
* 3315Kartik K. Agaram2016-09-101-90/+213
|
* 3266Kartik K. Agaram2016-08-271-6/+6
|