summary refs log tree commit diff stats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fixed terminal module so that it doesn't raise an EOS exception when stdout i...Dominik Picheta2013-06-221-0/+2
* implemented large parts of the 'not nil' checkingAraq2013-06-091-2/+2
* added FAQ about 'proc'Araq2013-05-251-1/+1
* Implements basic rss generation for website news.Grzegorz Adam Hankiewicz2013-05-232-3/+122
* fixed typos in the manual; kept trimcc tool up to dateAraq2013-05-211-2/+2
* Implemented new Nimrod website designed by @PhilipWitte.Dominik Picheta2013-05-183-87/+93
* Separate out install/uninstall script generationAlain Kalker2013-03-171-4/+12
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1616-0/+0
* use clang for macosx in buildsh.tmplAraq2013-03-041-0/+2
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-1/+6
* nimbuild should work againAraq2012-11-011-1/+1
* fixes #235Araq2012-10-241-1/+1
* website improvementsAraq2012-09-291-12/+11
* website improvements; better opengl wrapper (still broken)Araq2012-09-281-14/+16
* nimrepl handles keys againBillingsly Wetherfordshire2012-09-111-2/+2
* small bugfixes; reactivated tests/compileAraq2012-09-111-1/+1
* niminst compiles againAraq2012-08-031-1/+0
* added some support for HaikuAraq2012-07-291-18/+22
* rebuilt C sourcesAraq2012-07-081-3/+3
* Added support for ARM.Dominik Picheta2012-07-071-0/+2
* don't take into account the user config file when building sourcesZahary Karadjov2012-06-141-1/+1
* niminst: use 'set -e'; failing to copy docs and data is no installation errorAraq2012-05-312-17/+26
* extracted documentation generatorAraq2012-05-091-8/+5
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-011-2/+4
* The build.sh file generated by niminst now supports a --extraBuildArgs param.dom962012-04-111-1/+22
* added terminal.isatty; nimgrep version 0.9Araq2012-04-061-6/+25
* enforcing gcc code generation for koch csource; proper C sources for WindowsZahary Karadjov2012-03-201-1/+1
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-043-33/+12
* prepared niminst for win64 targetAraq2012-02-282-13/+49
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-172-2/+317
|\
| * niminst is now able to create build files for debhelper so that .deb packages...dom962012-02-162-2/+317
* | bugfix: optimization of complex constant string concatenationsAraq2012-02-171-9/+18
|/
* version 0.8.14Araq2012-02-091-1/+2
* project wide configuration file now with suffix '.nimrod.cfg'Araq2012-01-151-0/+0
* niminst: bugfixes; documentation changesAraq2012-01-153-4/+11
* niminst: diverse improvements; fixes #80Araq2012-01-136-17/+31
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-055-8/+8
* year 2012 for most copyright headersAraq2012-01-021-2/+1
* renamed optional to discardableAraq2011-09-241-5/+5
* anonymous procs implemented; however no closure support yetAraq2011-08-011-1/+1
* clean exit codes for all the toolsAraq2011-08-015-13/+29
* bugfixes; added events module, sequtils moduleAraq2011-07-261-2/+4
* tools/{niminst,nimweb}.nim: switch from write and writeln to quitKeita Haga2011-07-252-17/+17
* bugfix: proper cache for generic instantiationsAraq2011-07-211-1/+1
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-163-7/+7
* ugh, maybe broke gitAraq2011-04-011-1/+1
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-0/+0
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-0/+5
* somewhat better 'suggest'Araq2011-02-211-0/+4
* tests themselves contain the expected resultAraq2011-02-201-0/+2
20d7135e7b'>5641be51c ^
142e849b9 ^


5641be51c ^
559a7615a ^





e25474154 ^
5641be51c ^

e25474154 ^
2cdfe35e7 ^
130605567 ^
e5281f935 ^
7edc8bfe1 ^
e25474154 ^
5641be51c ^

e25474154 ^
5641be51c ^
5e5e4abfe ^
e25474154 ^
5e5e4abfe ^
e25474154 ^

5641be51c ^


2cdfe35e7 ^
5641be51c ^
130605567 ^
5641be51c ^




70c417610 ^
5641be51c ^
13389eab9 ^
5641be51c ^
e5281f935 ^
66ff1792f ^
1492ff33c ^
fed1b0a07 ^

673f5f353 ^
7edc8bfe1 ^

e25474154 ^
a4e2b0c15 ^









e25474154 ^

f56816def ^
a4e2b0c15 ^

a4e2b0c15 ^





cc28eef38 ^
5641be51c ^
e25474154 ^


70fb3a93e ^



a4e2b0c15 ^
cc28eef38 ^
5641be51c ^
e25474154 ^


70fb3a93e ^



a4e2b0c15 ^
af0c497f5 ^


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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262