about summary refs log tree commit diff stats
path: root/html/chessboard.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 4814Kartik Agaram2018-12-011-11/+14
|
* 4539Kartik Agaram2018-09-071-9/+9
|
* 4447Kartik Agaram2018-07-271-33/+33
|
* 4242 - get rid of refcounts entirelyKartik Agaram2018-05-121-30/+30
| | | | | | | | | 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-8/+8
|
* 4200Kartik K. Agaram2018-01-271-98/+98
| | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
* 4199Kartik K. Agaram2018-01-251-293/+292
|
* 4167 - show square colors in chessboard appKartik K. Agaram2017-12-271-399/+409
|
* 4166Kartik K. Agaram2017-12-271-10/+10
|
* 4165Kartik K. Agaram2017-12-271-13/+13
|
* 4164Kartik K. Agaram2017-12-271-7/+7
|
* 4161Kartik K. Agaram2017-12-151-6/+6
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-20/+20
|
* 4003Kartik K. Agaram2017-09-231-308/+295
|
* 3951Kartik K. Agaram2017-06-241-58/+58
|
* 3934Kartik K. Agaram2017-06-201-14/+14
|
* 3927Kartik K. Agaram2017-06-191-15/+15
|
* 3883Kartik K. Agaram2017-05-271-8/+8
|
* 3867Kartik K. Agaram2017-05-191-565/+566
|
* 3855Kartik K. Agaram2017-05-131-8/+8
|
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-28/+28
|
* 3825Kartik K. Agaram2017-04-161-8/+8
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-257/+258
|
* 3737Kartik K. Agaram2017-01-221-1/+1
|
* 3725Kartik K. Agaram2016-12-271-41/+41
| | | | | | More improvements to cross-linking example programs. Include their own functions as well in the tags for each program, even as you share the core .mu files everywhere.
* 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-76/+76
|
* 3710Kartik K. Agaram2016-12-261-574/+574
| | | | | 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-577/+601
| | | | | | 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.
* 3569Kartik K. Agaram2016-10-231-132/+132
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3568Kartik K. Agaram2016-10-231-1/+1
| | | | Fix syntax highlighting for labels after commit 3552.
* 3561Kartik K. Agaram2016-10-221-3/+3
|
* 3558Kartik K. Agaram2016-10-221-1/+1
|
* 3497Kartik K. Agaram2016-10-131-23/+24
|
* 3491Kartik K. Agaram2016-10-091-34/+34
| | | | | Update the html, proving that commit 3490 worked. The only changes are from other recent commits.
* 3431Kartik K. Agaram2016-09-301-6/+6
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-4/+4
|
* 3395Kartik K. Agaram2016-09-171-67/+67
|
* 3355Kartik K. Agaram2016-09-151-20/+22
|
* 3266Kartik K. Agaram2016-08-271-15/+15
|
* 3021Kartik K. Agaram2016-05-271-92/+100
|
* 2996Kartik K. Agaram2016-05-211-4/+7
|
* 2878Kartik K. Agaram2016-04-271-6/+1
|
* 2875Kartik K. Agaram2016-04-271-2/+3
|
* 2866Kartik K. Agaram2016-04-251-74/+64
|
* 2812Kartik K. Agaram2016-03-271-135/+129
|
* 2749Kartik K. Agaram2016-03-091-24/+24
|
* 2748Kartik K. Agaram2016-03-091-10/+10
|
* 2746Kartik K. Agaram2016-03-091-3/+2
|