about summary refs log tree commit diff stats
path: root/html/081print.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 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
20:49 -0700 4008' href='/akkartik/mu/commit/html/nqueens.mu.html?h=hlt&id=c0d61295ed3575cfea7d2a22d81bae93c6009308'>c0d61295 ^
4a48bedc ^
c0d61295 ^

805d58c6 ^
b301e0c0 ^
805d58c6 ^

5fe060d5 ^
b301e0c0 ^
805d58c6 ^
c0d61295 ^
5fe060d5 ^
c0d61295 ^

b301e0c0 ^
c0d61295 ^
4a48bedc ^
c0d61295 ^


805d58c6 ^
b301e0c0 ^
805d58c6 ^



b301e0c0 ^

805d58c6 ^
5fe060d5 ^
b301e0c0 ^
805d58c6 ^
c0d61295 ^
5fe060d5 ^
c0d61295 ^

b301e0c0 ^

c0d61295 ^

2f02189d ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165