summary refs log tree commit diff stats
path: root/compiler/extccomp.nim
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts with masterAraq2014-01-181-1/+1
|\
| * Fixes #594Dominik Picheta2013-12-281-1/+1
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-6/+6
* | case consistency part 4Araq2013-12-271-49/+49
* | case consistency part 1Araq2013-12-271-9/+9
|/
* Allows passing absolute paths for output. Refs #738.Grzegorz Adam Hankiewicz2013-12-201-1/+2
* Use quoteShell in stdlib, where appropriate.Michał Zieliński2013-12-111-16/+16
* always call the linker; fixes #660Araq2013-11-191-1/+1
* 'noStackFrame' implies 'naked' in the generated C codeAraq2013-10-061-3/+6
* support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-241-4/+4
* better support for GNU's assemblerAraq2013-09-031-2/+3
* bugfix: -o option doesn't crash the compiler anymoreAraq2013-07-011-3/+3
* Merge branch 'master' into newparserAraq2013-05-071-1/+1
|\
| * don't perform unnecessary linkingZahary Karadjov2013-05-051-1/+1
* | --out works for exesAraq2013-05-011-1/+3
|/
* bugfix: fix linking when symbol files are usedZahary Karadjov2013-04-081-1/+1
* better error message when C compilation failsAraq2013-03-191-2/+7
* fixes #257Araq2013-03-181-27/+28
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* [caas] first version that actually works (still has a lot of logical memory l...Zahary Karadjov2012-11-281-4/+13
* first steps for overloading support of passing blocks; bugfix: test results o...Araq2012-09-111-1/+1
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-2/+2
* improved cross-compilation supportAraq2012-07-091-2/+6
* cross-compilation improvementsAraq2012-07-081-17/+32
* bugfix: ha.echo should be acceptedAraq2012-07-081-4/+6
* fixes for the Intel C compiler on WindowsZahary Karadjov2012-06-271-6/+6
* better support for unsigned integers.Zahary Karadjov2012-06-111-1/+1
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-041-1/+1
* niminst: diverse improvements; fixes #80Araq2012-01-131-9/+24
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* generated scripts do no contain paths anymore; regenerated C sourcesAraq2011-12-231-8/+15
* code gen can generate code to keep alive stack rootsAraq2011-12-221-6/+6
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-53/+51
* compiler uses new 'readLine'Araq2011-11-271-2/+2
* New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-232/+318
* bugfix: new GCC version requires -ldl to come after object filesAraq2011-11-031-5/+5
* compilation cache: DLL interfacing now worksAraq2011-10-271-1/+1
* bugfixes for ROD file generation; nimcache dir is now flatAraq2011-10-201-1/+1
* 'bind' as a declarative statementAraq2011-10-101-2/+2
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-2/+4
* big repo cleanupAraq2011-04-121-0/+511
ef='/akkartik/mu/commit/subx/Readme.md?h=hlt&id=f362a0cb09a1bf383a53cdd96970000e69d9bc42'>f362a0cb ^
c1a3d36c ^

38971405 ^
f362a0cb ^
c1a3d36c ^



38971405 ^
c1a3d36c ^
f362a0cb ^







38971405 ^
f362a0cb ^

38971405 ^
f362a0cb ^


38971405 ^
f362a0cb ^


38971405 ^
f362a0cb ^


38971405 ^
f362a0cb ^


38971405 ^
c1a3d36c ^

b8cfbdc8 ^
f362a0cb ^

b8cfbdc8 ^
f362a0cb ^



























c1a3d36c ^




f362a0cb ^









7e00968c ^
f362a0cb ^







b8cfbdc8 ^
b8cfbdc8 ^
f362a0cb ^







b8cfbdc8 ^

7e00968c ^




f362a0cb ^
































c1a3d36c ^




f362a0cb ^




c1a3d36c ^




f362a0cb ^

c1a3d36c ^









120dbb11 ^

d1e2b0aa ^
f362a0cb ^
11304f10 ^
f362a0cb ^
bd61a20a ^
f362a0cb ^
d1e2b0aa ^
7e00968c ^
f362a0cb ^


7e00968c ^

f362a0cb ^






c1a3d36c ^
7ecc45c1 ^
063741b4 ^






















f1aed94c ^


063741b4 ^










f1aed94c ^
063741b4 ^







38971405 ^
46438423 ^
8f64fc0a ^

38971405 ^
c1a3d36c ^
6ec89428 ^


38971405 ^

6ec89428 ^
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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397