summary refs log tree commit diff stats
path: root/compiler/nimrod.ini
Commit message (Expand)AuthorAgeFilesLines
* Add 'lib/pure/concurrency' path to nimrod.iniClay Sweetser2014-06-271-0/+1
* Added powerpc to the list of CPUs that C sources are built for.Dominik Picheta2014-05-251-1/+1
* support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-241-2/+10
* better support for GNU's assemblerAraq2013-09-031-0/+1
* fixes #582Araq2013-09-011-1/+0
* fixes 465Araq2013-06-091-1/+0
* add c2nim,pas2nim to the install packagesAraq2013-05-241-0/+5
* added gamera edition to the websiteAraq2013-05-211-3/+3
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* fixes #358Araq2013-03-161-2/+1
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
* nimbuild should work againAraq2012-11-011-1/+1
* preparations for 0.9.0Araq2012-09-231-8/+3
* Added support for ARM.Dominik Picheta2012-07-071-1/+1
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-0/+12
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-041-0/+5
* niminst is now able to create build files for debhelper so that .deb packages...dom962012-02-161-0/+6
* version 0.8.14Araq2012-02-091-0/+1
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-0/+11
* 0.8.12 bugfix: some files not in download packageAraq2011-07-111-0/+1
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-22/+0
* big repo cleanupAraq2011-04-121-0/+133
b1f0fa4d ^



















9da067db ^

87eb3aca ^
d7e48920 ^
4a48bedc ^
9da067db ^



a65a32ae ^
9da067db ^


87eb3aca ^
d7e48920 ^

300a1d6e ^
f24eeaab ^
4a48bedc ^
f24eeaab ^
4a48bedc ^
9da067db ^



0606f4ac ^

294b2ab3 ^
f24eeaab ^

0606f4ac ^






5eb5a8de ^
f24eeaab ^



4a48bedc ^
f24eeaab ^







87eb3aca ^
62ae069e ^
4a48bedc ^
62ae069e ^
28191d31 ^
b07576d2 ^

28191d31 ^

b07576d2 ^

28191d31 ^
62ae069e ^
b07576d2 ^

62ae069e ^
b07576d2 ^
62ae069e ^

5eb5a8de ^

87eb3aca ^
5eb5a8de ^
4a48bedc ^
5eb5a8de ^
87eb3aca ^
62ae069e ^

f24eeaab ^
62ae069e ^
4a48bedc ^
62ae069e ^





f24eeaab ^
62ae069e ^



300a1d6e ^



4a48bedc ^
300a1d6e ^


























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