summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* implemented --listFullPaths option for aporiaAraq2012-12-274-3/+16
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-267-177/+263
|\
| * Added set_markup to gtk2 wrapper.Dominik Picheta2012-12-251-0/+2
| * Fixed symbol conflict in the sockets module on Windows.Dominik Picheta2012-12-231-3/+2
| * Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-235-83/+161
| * Rewrote the implementation of parsing chunked transfer coding inDominik Picheta2012-12-232-59/+55
| * recvLine now works with unbuffered ssl sockets.Dominik Picheta2012-12-221-33/+44
* | small improvements for FFIAraq2012-12-263-23/+65
|/
* bugfix: openssl import for macosxAraq2012-12-194-7/+11
* small examples work with the FFIAraq2012-12-194-32/+53
* Merge pull request #276 from gradha/pr_adds_macosx_libiconv_nameAraq2012-12-181-4/+11
|\
| * Adds macosx dynamic library name for libiconv.Grzegorz Adam Hankiewicz2012-12-171-4/+11
* | Merge pull request #288 from gradha/pr_adds_ios_todo_example_interfaceAraq2012-12-182-0/+3
|\ \
| * | Adds link to external nimrod-crossplatform-todo repository.Grzegorz Adam Hankiewicz2012-12-181-0/+2
| * | Adds tools/nimweb to .gitignore.Grzegorz Adam Hankiewicz2012-12-171-0/+1
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-191-1/+0
|\| |
| * | Merge pull request #275 from gradha/pr_corrects_misleading_commentAraq2012-12-171-1/+0
| |\ \
| | * | Removes misleading comment in build script.Grzegorz Adam Hankiewicz2012-12-141-1/+0
| | |/
* | / first steps for FFI support at compile timeAraq2012-12-197-49/+420
|/ /
* | fixes #277; documentation improvementsAraq2012-12-175-115/+198
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-162-4/+8
|\ \
| * \ Merge pull request #279 from keitahaga/build-instruction-fixAraq2012-12-152-4/+8
| |\ \
| | * | cd to build/, before trying to extract csources.zipKeita Haga2012-12-162-4/+8
| | |/
* | / don't invoke destructors for .global. variablesAraq2012-12-162-2/+4
|/ /
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-154-5/+45
|\|
| * Merge pull request #273 from gradha/pr_misc_documentation_improvementsAraq2012-12-124-5/+45
| |\
| | * Adds hyperlink to system module to explain TFileMode type.Grzegorz Adam Hankiewicz2012-12-111-1/+2
| | * Adds json usage example.Grzegorz Adam Hankiewicz2012-12-111-0/+17
| | * Transforms httpclient into hyperlink for ease of use.Grzegorz Adam Hankiewicz2012-12-111-1/+2
| | * Documents json [] accesors, raises explicit exception.Grzegorz Adam Hankiewicz2012-12-111-2/+6
| | * Adds to split() a code example using a set of separators.Grzegorz Adam Hankiewicz2012-12-111-1/+18
* | | some fixes for generic first class iteratorsAraq2012-12-154-11/+12
* | | fixes #271Araq2012-12-159-38/+54
|/ /
* / lazy paths for Babel supportAraq2012-12-118-23/+57
|/
* improvements for --babelPathAraq2012-12-093-11/+24
* small documentation improvementsAraq2012-12-093-9/+10
* made some tests green; some small bugfixesAraq2012-12-096-7/+6
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-093-20/+67
|\
| * Fixes SSL implementation of sendAsync.Dominik Picheta2012-12-081-2/+2
| * Fixes #268Dominik Picheta2012-12-083-18/+65
* | documented AST overloading and some TR optimizationsAraq2012-12-096-10/+109
|/
* documentation improvementsAraq2012-12-074-17/+309
* compiler support for babelAraq2012-12-075-22/+108
* replaced recursivePath with shallowPath for BabelAraq2012-12-063-4/+5
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-062-21/+122
|\
| * Updated readme.Dominik Picheta2012-12-062-21/+122
* | implemented AST based overloadingAraq2012-12-065-7/+41
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-0621-55/+174
|\|
| * fixes #269Araq2012-12-052-0/+5
| * fixes #266Araq2012-12-052-5/+1
arshalling can be done at compile-time' href='/ahoang/Nim/commit/lib/pure/marshal.nim?h=devel&id=d3fc6e1f285950d9cddb338206d553ff7baee7d5'>d3fc6e1f2 ^
42f5a838a ^


d3fc6e1f2 ^
42f5a838a ^






d3fc6e1f2 ^
6914244f3 ^

42f5a838a ^

6914244f3 ^
42f5a838a ^






















d3fc6e1f2 ^
42f5a838a ^









d3fc6e1f2 ^
6914244f3 ^

42f5a838a ^


6914244f3 ^

42f5a838a ^



6914244f3 ^
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332