summary refs log tree commit diff stats
path: root/koch.nim
Commit message (Expand)AuthorAgeFilesLines
* more cleanups for 0.11.0Araq2015-04-301-2/+2
* preparations for version 0.11.0Araq2015-04-301-1/+1
* the installer can generate tar.gzAraq2015-04-291-6/+15
* removed a bit of cruft from kochAraq2015-04-221-29/+20
* Rename compiler/nim.ini back to compiler/installer.inidef2015-03-131-4/+4
* Add makefile for csourcesdef2015-03-121-1/+1
* koch: Nimrod -> Nimdef2015-03-121-3/+3
* Move installer.ini back to nim.ini to fix ./koch csourcedef2015-03-121-4/+4
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
* koch supports 'boot cpp'Araq2015-02-241-4/+3
* website updatesAraq2015-02-181-1/+1
* Fix typosFederico Ceratto2015-02-151-2/+2
* cleanup index generationAraq2015-02-101-7/+7
* fixes #2061Araq2015-02-041-1/+1
* koch temp has 125 exit code for git bisectSimon Hafner2015-01-281-3/+5
* minor website improvementsAraq2015-01-231-0/+3
* Improve koch web google analytics docsFlaviu Tamas2015-01-221-0/+3
* koch doesn't use compiler/nversion (makes no sense); updated twitter linkAraq2015-01-131-1/+1
* Happy new year!Guillaume Gelin2015-01-061-2/+2
* attempt to make koch smarter about windows installersAraq2014-12-311-8/+8
* implemented 'koch pdf'Araq2014-12-191-0/+6
* added 'website' option to koch for convenienceAraq2014-12-131-1/+7
* Merge branch 'devel' into bigbreakAraq2014-11-031-1/+1
|\
* | Fixes #1583Clay Sweetser2014-10-241-8/+10
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-211-1/+1
|\ \
| * | Allow koch.nim to be run without a failure if given no arguments.Clay Sweetser2014-10-141-1/+1
* | | Merge branch 'devel' into bigbreakAraq2014-10-201-16/+19
|\ \ \ | |/ / |/| / | |/
| * 'koch install' works againAraq2014-10-201-1/+1
| * minor updates to koch.nimAraq2014-10-191-2/+2
| * website updates for 0.9.6Araq2014-10-191-13/+16
* | Merge branch 'devel' into bigbreakAraq2014-10-131-2/+4
|\|
| * zipfile generation works againAraq2014-10-121-2/+4
* | added untested winrelease targetAraq2014-10-111-0/+29
* | manual split up into multiple files; documented the new concurrency systemAraq2014-10-021-1/+1
* | some progress on documentation buildingAraq2014-09-171-7/+6
* | koch now uses nim.exeAraq2014-08-291-34/+44
|/
* c2nim is not part of the compiler anymoreAraq2014-06-301-2/+1
* Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradh...Clay Sweetser2014-05-311-0/+2
|\
| * Adds documentation about koch.Grzegorz Adam Hankiewicz2014-04-191-0/+2
* | Revert changes to koch.EXetoC2014-05-141-2/+2
* | Resolve type mismatches.EXetoC2014-05-131-2/+2
* | added .ilk files to the koch clean list, these are incremental link informati...Charlie2014-05-061-1/+1
* | Haiku build works againAraq2014-04-231-1/+1
|/
* Adds option to exclude nimcache dirs from time machine backups.Grzegorz Adam Hankiewicz2014-04-161-0/+1
* Merge pull request #1079 from flaviut/kochcleanfixAndreas Rumpf2014-04-131-1/+1
|\
| * Koch deletes the .gitignore while cleaningflaviut2014-04-101-1/+1
* | -d:useFFI is obsoleteAndreas Rumpf2014-04-131-1/+0
|/
* made 'koch web' work when current dir has a space in itAraq2014-02-151-3/+2
* fixes #892Araq2014-02-141-1/+2
* koch install should work now as documentedAraq2014-02-141-9/+18
78ac79894ab136717c6100a5492b08'>d43febf81 ^
75abf7250 ^
214c7a2eb ^

75abf7250 ^
007d17ce3 ^
214c7a2eb ^
d43febf81 ^






















2b6277c96 ^
d43febf81 ^
2b6277c96 ^
75abf7250 ^

214c7a2eb ^

75abf7250 ^
214c7a2eb ^

ad6ee9e85 ^


214c7a2eb ^
dd806cafa ^
75abf7250 ^


2b6277c96 ^
75abf7250 ^
214c7a2eb ^




35e603b89 ^
75abf7250 ^








35e603b89 ^
214c7a2eb ^

75abf7250 ^

214c7a2eb ^
75abf7250 ^
ad6ee9e85 ^

214c7a2eb ^


75abf7250 ^
214c7a2eb ^
75abf7250 ^







dd806cafa ^
4892d6929 ^

75abf7250 ^

dd806cafa ^
4892d6929 ^

214c7a2eb ^
dd806cafa ^
75abf7250 ^

214c7a2eb ^

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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205