summary refs log tree commit diff stats
path: root/tests/cpp
Commit message (Collapse)AuthorAgeFilesLines
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-011-1/+1
| | | | | * --nilseqs is now a deprecated noop * fix tests; fix: future => sugar
* remove tests/deps/ (#17132)Timothee Cour2021-02-231-1/+1
| | | | | | | | | * remove tests/deps/ * fix tests * fix tests/manyloc/keineschweine/lib/zlib_helpers.nim * fixup
* close #4834 add testcase (#16649)flywind2021-01-091-0/+17
|
* improve examples in manual (#16497)flywind2020-12-291-1/+1
| | | | | | | | | | | | | * improve examples in manual * Update doc/manual.rst Co-authored-by: Clyybber <darkmine956@gmail.com> * Update tests/cpp/ttemplatetype.nim Co-authored-by: Clyybber <darkmine956@gmail.com> Co-authored-by: Clyybber <darkmine956@gmail.com>
* testament: error instead of silently ignore invalid targets; remove ↵Timothee Cour2020-12-141-1/+1
| | | | | | | | | | | pointless alias target vs targets; document matrix; DRY (#16343) * testament: error instead of silently ignore invalid targets * s/target/targets/ * fix test; refs #16344 * address comments * Update testament/specs.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* typeinfo minor improvement (#16083)flywind2020-11-231-0/+0
| | | | | | | | | * typeinfo minor improvement * minor * Update lib/core/typeinfo.nim * rename typeinfo
* fix typos and deprecation warnings for tconvariancerules.nim (#13772)Arne Döring2020-03-271-21/+20
|
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-192-2/+3
| | | | | | | | | | | | | | | * config update * disable a questionable test * remove c++ exception handling IDs, new impl doesn't require it anymore * C++ based exceptions finally work * fixes bootstrapping problem in C++ mode * teach GCC it's 2020 now * more bugfixes for C++ based exception handling * apply cooldome's patch * another attempt to enable C++11 * bug fix Co-authored-by: Araq <rumpf_a@web.de> Co-authored-by: cooldome <ariabushenko@bk.ru>
* fix sets of scoped imported enums (#13666)Jasper Jenkins2020-03-172-0/+12
|
* test suite: rename tests containing 'fail' for easier search in logsAraq2019-11-261-0/+0
|
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-312-4/+4
|
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* no commas for empty importcpp splat params (#12183)Jasper Jenkins2019-09-121-2/+9
|
* exportc now mangles same as importc, fixes #10578 (#12144)Timothee Cour2019-09-062-0/+31
| | | | | | | * fixes #10578 * add tests * add changelog * add {.exportcpp.}
* fixes #11118Andrii Riabushenko2019-04-301-0/+24
|
* fixes #10765 (#10993) [backport]cooldome2019-04-111-0/+9
|
* fixes #10948 (#10949)cooldome2019-04-031-0/+39
|
* fixes #8202 (#10888)Andreas Rumpf2019-03-231-0/+18
| | | | | | * fixes #8202 * make tests green
* Properly wrap discarded statements (#10322)LemonBoy2019-01-171-0/+19
| | | | | | Failing to do so lead the codegen to emit invalid code sometimes, especially when C++ references were involved. Fixes #10241
* fixes #10148 (#10149)cooldome2018-12-311-0/+29
| | | | | * fixes #10148 * fix a typo
* join simple testArne Döring2018-11-231-1/+10
|
* activated more tests, allow input in test specArne Döring2018-11-231-0/+1
|
* updated tests to be executedArne Döring2018-11-231-0/+1
|
* Fixes discard bug in cpp codegen (#9747) [backport]cooldome2018-11-191-1/+11
| | | Fixes discard bug in cpp codegen
* fixes #5549Araq2018-10-301-0/+10
|
* Closes #6986narimiran2018-10-281-0/+16
|
* fixes #9222 (#9224)cooldome2018-10-092-0/+26
|
* Fix linking issue in cpp codegenLemonBoy2018-09-191-0/+9
| | | | | | | Declare the root symbol only once and have the other modules depending on it emit an `extern` declaration. Fixes #9013
* disable Nimble dependencies for appveyorAraq2018-09-141-1/+1
|
* make tests green againAraq2018-08-131-0/+1
|
* Generate dynlib strings as a single rope (#8247)LemonBoy2018-07-081-0/+7
| | | | | | In order not to trip the optimization in genInfixCall we have to do so. The same trick is also used in setExternName. Fixes #8241
* fix #7653Zahary Karadjov2018-06-101-0/+16
|
* make tests green againAndreas Rumpf2018-04-221-11/+5
|
* Static[T] fixes (#7333)zah2018-03-242-2/+2
| | | | | | | | | | | * fix the usage of unresolved static[T] parameters in proc signatures * fix tsametype and tmacrogenerics * Allow creating composite type classes with concepts and using them in type signatures * Allow integers to be used in ident concatenations * Support using imported C++ generic types in proc signatures * fixes #7230 * closes #7379 * re-enable some metatype tests
* Fixes #6837 (#7271)cooldome2018-03-021-1/+15
|
* genTryCpp codegen. Fixes #7232. Fixes #7239 (#7240)cooldome2018-02-221-1/+21
|
* Alternative fix for #4910 that covers #6892; fixes #6892 (#6938)cooldome2017-12-171-3/+11
|
* fixes another sighashes problemAraq2017-12-081-0/+1
|
* Fixes #5979 (#5980)Yuriy Glukhov2017-11-191-0/+10
|
* use targets from test spec when running testament tests (#6687)Jacek Sieka2017-11-1519-15/+24
|
* fixes #4910Araq2017-10-141-0/+8
|
* fixes #6016 union alias trigger bad codegen (#6117)andri lim2017-08-031-0/+17
| | | | | | * fixes #6016 union alias trigger bad codegen * cpp test ok * merging some test into one file
* attempt to fix a compilation problem caused by nimcacheZahary Karadjov2017-05-131-0/+424
|
* fixes #5142Araq2016-12-231-0/+8
|
* make travis greenAraq2016-12-221-1/+2
|
* fixes #5140Araq2016-12-221-0/+28
|
* added missing fileAndreas Rumpf2016-12-211-0/+4
|
* fixes #5136Andreas Rumpf2016-12-211-0/+10
|
* Merge branch 'devel' into sighashesAraq2016-12-171-0/+22
|\
| * reworked emit pragma; fixes #4730Andreas Rumpf2016-12-171-0/+22
| |
<vc@akkartik.com> 2016-12-26 11:44:14 -0800 3710' href='/akkartik/mu/commit/html/lambda-to-mu.mu.html?h=main&id=204dae921abff0c70e017215bb3c91fa6ca11aff'>204dae92 ^
b301e0c0 ^


204dae92 ^
805d58c6 ^

204dae92 ^






b301e0c0 ^
5fe060d5 ^
b301e0c0 ^

204dae92 ^
805d58c6 ^

204dae92 ^


b301e0c0 ^
204dae92 ^
4a48bedc ^
b301e0c0 ^
5fe060d5 ^
204dae92 ^




b301e0c0 ^

204dae92 ^
805d58c6 ^
204dae92 ^


b301e0c0 ^
204dae92 ^
4a48bedc ^
b301e0c0 ^
5fe060d5 ^
b301e0c0 ^
204dae92 ^

b301e0c0 ^
204dae92 ^
4a48bedc ^
b301e0c0 ^
5fe060d5 ^
b301e0c0 ^
204dae92 ^

b301e0c0 ^
204dae92 ^
4a48bedc ^
b301e0c0 ^



204dae92 ^

b301e0c0 ^
204dae92 ^
4a48bedc ^
b301e0c0 ^



204dae92 ^




b301e0c0 ^


204dae92 ^
805d58c6 ^

204dae92 ^






b301e0c0 ^
5fe060d5 ^
b301e0c0 ^
204dae92 ^
b301e0c0 ^
204dae92 ^
805d58c6 ^

204dae92 ^




b301e0c0 ^
204dae92 ^
4a48bedc ^
b301e0c0 ^
204dae92 ^



b301e0c0 ^
204dae92 ^
4a48bedc ^
204dae92 ^
b301e0c0 ^

5fe060d5 ^
204dae92 ^

805d58c6 ^

b301e0c0 ^
805d58c6 ^
b301e0c0 ^
805d58c6 ^

b301e0c0 ^
805d58c6 ^

b301e0c0 ^
805d58c6 ^




b301e0c0 ^

204dae92 ^

805d58c6 ^


b301e0c0 ^
805d58c6 ^

b301e0c0 ^
805d58c6 ^

b301e0c0 ^
805d58c6 ^

b301e0c0 ^
5fe060d5 ^
805d58c6 ^

b301e0c0 ^
805d58c6 ^
b301e0c0 ^

805d58c6 ^


b301e0c0 ^
805d58c6 ^






5fe060d5 ^

805d58c6 ^

5fe060d5 ^
b301e0c0 ^
805d58c6 ^




b301e0c0 ^

805d58c6 ^

b301e0c0 ^

805d58c6 ^

b301e0c0 ^

805d58c6 ^





204dae92 ^


b301e0c0 ^
204dae92 ^
4a48bedc ^
204dae92 ^
b301e0c0 ^
5fe060d5 ^
b301e0c0 ^


805d58c6 ^

204dae92 ^


b301e0c0 ^
204dae92 ^
4a48bedc ^
b301e0c0 ^
97eb971b ^
b301e0c0 ^
204dae92 ^

b301e0c0 ^
204dae92 ^
4a48bedc ^
204dae92 ^

805d58c6 ^


204dae92 ^


805d58c6 ^



204dae92 ^


b301e0c0 ^
97eb971b ^
204dae92 ^
b301e0c0 ^
97eb971b ^
204dae92 ^





b301e0c0 ^
204dae92 ^


805d58c6 ^

204dae92 ^





b301e0c0 ^
204dae92 ^


805d58c6 ^

204dae92 ^





b301e0c0 ^
204dae92 ^
805d58c6 ^
204dae92 ^
b301e0c0 ^


204dae92 ^
b301e0c0 ^

204dae92 ^
b301e0c0 ^
204dae92 ^


805d58c6 ^






204dae92 ^





b301e0c0 ^
204dae92 ^
805d58c6 ^
204dae92 ^
b301e0c0 ^


204dae92 ^
b301e0c0 ^

204dae92 ^
b301e0c0 ^
204dae92 ^


805d58c6 ^






204dae92 ^





b301e0c0 ^
204dae92 ^
805d58c6 ^
204dae92 ^
b301e0c0 ^


204dae92 ^
b301e0c0 ^

204dae92 ^
b301e0c0 ^


204dae92 ^
b301e0c0 ^
204dae92 ^



805d58c6 ^









204dae92 ^





b301e0c0 ^
204dae92 ^
805d58c6 ^
204dae92 ^
b301e0c0 ^



204dae92 ^
b301e0c0 ^

204dae92 ^

805d58c6 ^





204dae92 ^





b301e0c0 ^
204dae92 ^
805d58c6 ^
204dae92 ^
b301e0c0 ^



204dae92 ^
b301e0c0 ^


204dae92 ^
b301e0c0 ^
204dae92 ^


805d58c6 ^







204dae92 ^





























b301e0c0 ^
204dae92 ^
805d58c6 ^
204dae92 ^
b301e0c0 ^


204dae92 ^




805d58c6 ^





204dae92 ^





b301e0c0 ^
204dae92 ^
805d58c6 ^
204dae92 ^
b301e0c0 ^


204dae92 ^
b301e0c0 ^

204dae92 ^
b301e0c0 ^
204dae92 ^




805d58c6 ^







204dae92 ^




b301e0c0 ^
204dae92 ^
4a48bedc ^
b301e0c0 ^
204dae92 ^
b301e0c0 ^
204dae92 ^

b301e0c0 ^
204dae92 ^
4a48bedc ^
204dae92 ^


5fe060d5 ^
204dae92 ^
c842d90b ^



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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660