Commit Graph
27 Commits
Author SHA1 Message Date
Araq c3adc19f47 tester compiles again 2014-02-07 18:49:41 +01:00
Araq a087f6057e bugfix: codegen issue that caused getGMTime() to leak memory 2014-02-07 17:06:20 +01:00
Araq beb13ecf62 rod file viewer for easier debugging of rod files 2013-04-04 13:05:38 +02:00
Araq ba80bd807c fixes #376 2013-03-24 13:05:19 +01:00
Grzegorz Adam Hankiewicz 72a3e21f28 Removes executable bit for text files. 2013-03-16 23:53:07 +01:00
Araq 3d7abb958d open arrays documented in the manual 2013-02-10 15:06:25 +01:00
Araq 4ee9816a78 code cleanup for mark&sweep GC 2013-02-07 16:09:46 +01:00
Araq ab6f793408 first version of a simple mark&sweep GC; activate with --gc:markAndSweep 2013-02-07 01:57:10 +01:00
Zahary Karadjov 083d4f4708 fixes the recently discovered GC memory leaks
This revision is intended as comparison point between the old and the new GC
The used GC can be switched in mmdisp and various statistics will be gathered during
execution (these will be removed/disabled in later revisions)
2012-12-20 15:51:21 +02:00
Zahary Karadjov ad53e0b022 added 2 GC leak test cases 2012-11-22 21:57:37 +02:00
Araq 36247e0947 added devel/logging; weakrefs test; next steps for proper unsigned support 2012-07-05 00:03:33 +02:00
Araq 5a838d3e06 thread var emulation should work again 2012-06-25 00:23:41 +02:00
Araq 022f3718a9 added gcleak4.nim test; fails in debug mode 2012-06-24 17:17:29 +02:00
Araq 4aba7421f5 GC with realtime support 2012-04-21 03:19:43 +02:00
Araq 31ce41598e added binary trees benchmark 2011-12-12 23:07:13 +01:00
Araq a274f3bf5b got rid of 'accept' dir in the tests 2011-11-19 15:45:51 +01:00
Araq d0772feb08 fixed some tests 2011-11-19 12:23:03 +01:00
Araq 2bd14f4ba8 GC tests now finally part of testsuite 2011-11-10 02:13:02 +01:00
Araq 5b789f2da8 bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas 2011-03-23 01:09:52 +01:00
Araq 6850fb73c1 fixes #20 2011-03-12 12:38:42 +01:00
Araq e424e13bd9 various bugfixes for generics; added generic sort proc 2011-03-03 02:01:22 +01:00
Araq 5b28d08203 non-nil AST; continue after errors for IDE support 2011-02-12 19:24:20 +01:00
Araq 66cfc851a1 basic thread support; still broken on Windows; untested on Mac OS X 2011-01-18 02:22:01 +01:00
Araq adf13aaea3 docgen understands and ignores *when false* 2010-11-18 22:26:20 +01:00
Andreas Rumpf c9e011e36c DLL generation of the stdlib for unix 2010-08-04 07:57:51 +02:00
Andreas Rumpf 40ea1d0330 fixed pango/pangoutils new wrappers 2010-02-26 01:26:16 +01:00
rumpf_a@web.de d913fdb280 start of tests refactoring; sqlite3 new wrapper fixes 2010-02-21 19:42:36 +01:00