summary refs log tree commit diff stats
path: root/compiler/extccomp.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
itle='author Kartik K. Agaram <vc@akkartik.com> 2016-03-09 02:56:27 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2016-03-09 02:56:27 -0800 2743' href='/akkartik/mu/commit/html/static_dispatch.mu.html?h=main&id=4690ce81e079fc58cae8d6d583e5e3eb3ed81a83'>4690ce81 ^
76755b28 ^




4690ce81 ^
76755b28 ^




4690ce81 ^
76755b28 ^










a654e4ec ^
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