summary refs log tree commit diff stats
path: root/compiler/cgendata.nim
Commit message (Expand)AuthorAgeFilesLines
* better extension loading for the OpenGL wrapperAraq2012-10-091-0/+2
* bugfix: closures as default param valuesZahary Karadjov2012-10-061-2/+0
* implemented a stack trace profilerAraq2012-09-151-1/+0
* implements #173Araq2012-07-281-1/+2
* removed nimdat in favor of per-module dat init procsZahary Karadjov2012-07-191-3/+7
* better support for unsigned integers.Zahary Karadjov2012-06-111-3/+5
* bugfix: finally blocks were not executed when the except block is exited by r...Zahary Karadjov2012-06-031-2/+3
* fixes #109Araq2012-05-201-0/+1
* fix threading testsZahary Karadjov2012-04-151-2/+7
* Proper C scopes for if, try and case statementsZahary Karadjov2012-04-121-0/+2
* C variables are created in their enclosing block instead of their enclosing f...Zahary Karadjov2012-04-121-4/+7
* proper order of initialization for .global. variablesZahary Karadjov2012-04-101-0/+4
* tests tcnstseq and tcnstseq3 work againAraq2012-03-281-1/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* code gen can generate code to keep alive stack rootsAraq2011-12-221-0/+2
* threads compile again; attempt to fix serious code gen issue (except + return)Araq2011-12-031-0/+2
* rod files: next trivial examples workingAraq2011-10-221-0/+2
* got rid of gGeneratedSymsAraq2011-10-211-1/+0
* further steps for incremental C code generationAraq2011-10-211-2/+2
* first steps to C file merge operation for incremental compilationAraq2011-10-211-0/+116
amp;id=03ba0f3e251a08587a12a340949bb2de49178af9'>03ba0f3e2 ^
91db6bd9c ^
7d6500f1d ^

03ba0f3e2 ^
df1ec0939 ^
56b4e3ad9 ^



03ba0f3e2 ^






df1ec0939 ^
03ba0f3e2 ^

df1ec0939 ^
03ba0f3e2 ^












df1ec0939 ^

03ba0f3e2 ^




5c33f7651 ^




03ba0f3e2 ^

d2b45dbe8 ^
03ba0f3e2 ^




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