about summary refs log tree commit diff stats
path: root/html/998check_type_pointers.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 4239Kartik Agaram2018-05-081-3/+3
|
* 4199Kartik K. Agaram2018-01-251-1/+1
|
* 4161Kartik K. Agaram2017-12-151-2/+2
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3710Kartik K. Agaram2016-12-261-36/+36
| | | | | 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-38/+62
| | | | | | 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.
* 2812Kartik K. Agaram2016-03-271-6/+15
|
* 2744Kartik K. Agaram2016-03-091-1/+1
| | | | Tweak colors and font-sizes in generated html.
* 2743Kartik K. Agaram2016-03-091-15/+6
| | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason..
* 2611Kartik K. Agaram2015-11-291-37/+38
|
* 2430 - make room for more transformsKartik K. Agaram2015-11-131-0/+67
:19 +0100 Added software version request tests' href='/danisanti/profani-tty/commit/tests/functionaltests/test_software.c?id=de747e3d46c1be9e3256716d8939148e0bc07a35'>de747e3d ^
406b821b ^


de747e3d ^
2a921693 ^





7f98e013 ^
2a921693 ^



7f98e013 ^
2a921693 ^

7f98e013 ^



2a921693 ^




406b821b ^
2a921693 ^
ac3e7dd9 ^






7f98e013 ^
ac3e7dd9 ^



7f98e013 ^
ac3e7dd9 ^

7f98e013 ^

ac3e7dd9 ^






406b821b ^









7f98e013 ^
406b821b ^



7f98e013 ^
406b821b ^











7f98e013 ^
406b821b ^



7f98e013 ^
406b821b ^


7f98e013 ^
406b821b ^


7f98e013 ^
406b821b ^

7f98e013 ^

406b821b ^










ac3e7dd9 ^
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
166