summary refs log tree commit diff stats
path: root/compiler/ccgmerge.nim
Commit message (Expand)AuthorAgeFilesLines
* first steps to make templates hygienicAraq2012-08-201-2/+5
* extracted documentation generatorAraq2012-05-091-1/+1
* C variables are created in their enclosing block instead of their enclosing f...Zahary Karadjov2012-04-121-2/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* rod files: next trivial examples workingAraq2011-10-221-1/+4
* trivial change scenario works with symbol filesAraq2011-10-221-25/+32
* further steps for incremental C code generationAraq2011-10-211-7/+40
* first steps to C file merge operation for incremental compilationAraq2011-10-211-0/+253
='n33' href='#n33'>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