summary refs log tree commit diff stats
path: root/compiler/ccgmerge.nim
Commit message (Collapse)AuthorAgeFilesLines
* first steps for overloading support of passing blocks; bugfix: test results ↵Araq2012-09-111-1/+1
| | | | of 'compile' are not overwritten
* 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 ↵Zahary Karadjov2012-04-121-2/+2
| | | | function
* 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
author Kartik K. Agaram <vc@akkartik.com> 2016-10-06 15:40:56 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2016-10-06 15:40:56 -0700 3447 - drop dependence on GNU make' href='/akkartik/mu/commit/build?h=hlt&id=a232af2fafd9ad974ebc6cfcb2cd5a5883f0bd4a'>a232af2f ^
93569d9d ^
a232af2f ^




6acea762 ^
a232af2f ^

6acea762 ^
a232af2f ^

9397c4c2 ^






e35c2d68 ^
9397c4c2 ^












a232af2f ^




6acea762 ^
a232af2f ^


79cb6ea5 ^


e35c2d68 ^
79cb6ea5 ^
e35c2d68 ^




79cb6ea5 ^


a232af2f ^
eed2f30e ^
22d93b76 ^
46a3b11c ^

22d93b76 ^
a232af2f ^
6acea762 ^
a232af2f ^



20037b7c ^
e35c2d68 ^

20037b7c ^


3315a7d3 ^
a232af2f ^

e35c2d68 ^
a232af2f ^

e35c2d68 ^
a232af2f ^



6acea762 ^
a232af2f ^

6acea762 ^
a232af2f ^

6acea762 ^
a232af2f ^


38b80618 ^
a232af2f ^




e35c2d68 ^

6acea762 ^

89fd0bf2 ^


e3a53f3a ^

46a3b11c ^
89fd0bf2 ^
48f6d48a ^
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